The data points are: (20, 60), (30, 40), (40, 37), (50, 28), (60, 12), (70, 10), (80, 7).
We calculate the correlation coefficient $r$ using the formula:
$r = \frac{n\sum xy - \sum x \sum y}{\sqrt{[n\sum x^2 - (\sum x)^2][n\sum y^2 - (\sum y)^2]}}$
where $n$ is
Show moreā¦