You wish to determine if there is a linear correlation between the two variables at a significance level of `alpha = 0.005`. You have the following bivariate data set.
xy
85.411.6
59.666.2
75.243.5
69.740.8
77.932.8
6966.1
7045.2
72.174.6
88.817.4
70.525.8
74.743.6
6918.5
63.568.8
85.525.1
879.2
96.56.1
56.667.5
90.5-3.7
77.833.5
59.253.6
88.55.5
66.682.8
76.919.1
87.437.6
60.782.9
86.8-7.7
74.140.8
82.349.7
84.719.9
80.735.6
71.852.2
download link provided here:  Download CSV

What is the correlation coefficient for this data set?
       r =
(report answer accurate to at least 3 decimal places)

To find the p-value for a correlation coefficient, you need to convert to a t-score:
`t = r*sqrt((n-2)/(1-r^2))`
This t-score is from a t-distribution with `n-2` degrees of freedom.

What is the p-value for this correlation coefficient?
       p-value =
(report answer accurate to at least 4 decimal places)

Your final conclusion is that...