Please note that the steps show rounded numbers, but that the final answers to the problems are calculated without rounding.
| Problem | Part | Solution |
|---|---|---|
| 1 | - | Simple Linear Regression allows us to write a linear equation that models the relationship between the independent variable (\(X\)) and the dependent variable (\(Y\)). |
| 2 | - | \(\hat{Y} = b_0 + b_1X\) |
| 3 | - | \(\text{Slope} = -2.2\) |
| 4 | - | \(\text{Y-Intercept} = 1.34\) |
| 5 | - | \(y = 1.34-2.2(5) = -9.66\) |
| 6 | - | Head Length |
| 7 | - | Body Length |
| 8 | - | The scatter plot should look like this. |
| 9 | - | \(\text{Y-Intercept} = -69.369\) |
| 10 | - | \(\text{Slope} = 7.4\) |
| 11 | - | \(\hat{Y} = -69.369+7.4x\) |
| 12 | - | |
| 13 | - | \(\text{Observed body length} = 343\text{ cm}\) |
| 14 | - | If you use the slope equation the result is: \(\hat{Y} = 308.033\text{ cm}\) Answers will vary between 300 and 350. |
| 15 | - | The values are different because the points are not all exactly on the line of best fit. If you look at the graph, visually you can see that the actual point of 51 cm is notably above the line. The line equation is the best estimate but it is not the actual observed measurements. |