Correlation Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Correlation.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
Correlation measures the strength and direction of the linear relationship between two quantitative variables, ranging from -1 to +1.
Do two things go up and down together? r = +1 means perfectly together, r = -1 means perfectly opposite.
Read the full concept explanation โHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: Correlation r near \pm 1 means a strong linear relationship; r near 0 means little linear association. Sign indicates direction (positive or negative slope).
Common stuck point: Correlation does not imply causation. Ice cream sales and drownings both correlate with summer.
Sense of Study hint: Draw a scatter plot first. If points trend upward, r is positive; downward, r is negative; no trend, r is near zero.
Worked Examples
Example 1
mediumSolution
- 1 Compute means: \bar{x} = 3, \bar{y} = 4.
- 2 Compute \sum(x_i - \bar{x})(y_i - \bar{y}): (-2)(-2) + (-1)(0) + (0)(1) + (1)(0) + (2)(1) = 4 + 0 + 0 + 0 + 2 = 6.
- 3 Compute \sum(x_i - \bar{x})^2 = 4 + 1 + 0 + 1 + 4 = 10 and \sum(y_i - \bar{y})^2 = 4 + 0 + 1 + 0 + 1 = 6.
- 4 r = \frac{6}{\sqrt{10 \times 6}} = \frac{6}{\sqrt{60}} = \frac{6}{7.746} \approx 0.775.
Answer
Example 2
easyPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
mediumExample 2
easyRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.