1. What is the equation for a residual, ei?

ei = Yi - Y-hati

2. What do we know about the sum of residuals when we use a least-squares regression line?

The sum of residuals is zero

.

3. What do we know about the sum of squared residuals from a least-squares regression line?

The sum of squared residuals is the minimum possible for the data points.

4. In words, what are a, b, and r?

a is the intercept of the least-squares regression line, b is the slope, and r is the correlation coefficient.

5. In words, what are Sx, Sy and Sxy?

Sx is the sample standard deviation of the X variable, Syis the sample standard deviation of the Y variable, and Sxy is the sample covariance of X and Y.

6. If we know Sx = 10, Sy = 20 and Sxy = 6, then what is b? What is r?

b = Sxy/S2x = 6/100 = .06
r = Sxy/SxSy = .03

7. (new problem) If we know Sx = 8, Sy = 4 and r =.6, then what is b?

b = r Sy/ Sx = .3