Questions: Linear Regression Basics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A regression of study hours (x) on exam score (y) yields slope b = 5 and intercept a = 20. A student studies 15 hours. The fitted line predicts a score of 95. The student actually scores 88. What is the residual for this student?

A95, because that is the predicted value
B−7, because residual = observed − predicted = 88 − 95
C7, because residual = predicted − observed = 95 − 88
D0, because the regression line minimizes residuals to zero
Question 2 Multiple Choice

For a dataset with correlation r = 0.6, s_x = 5, and s_y = 20, what is the slope of the regression line of y on x?

A0.15, because b = r × (s_x / s_y) = 0.6 × (5/20)
B2.4, because b = r × (s_y / s_x) = 0.6 × (20/5)
C0.6, because the slope equals the correlation coefficient
D12, because b = s_y / s_x = 20/5 = 4, then scaled by r gives 0.6 × 20 = 12
Question 3 True / False

A significant linear regression relationship between two variables proves that one variable causes the other.

TTrue
FFalse
Question 4 True / False

The least-squares regression line always passes through the point (x̄, ȳ), the means of x and y.

TTrue
FFalse
Question 5 Short Answer

Explain why extrapolating a regression line far beyond the range of the data is unreliable, even when the line fits the data well.

Think about your answer, then reveal below.