Compute the least squares regression line On average how man
Compute the least squares regression line.
On average, how many additional feet are added to the braking distance for each additional 100 pounds of weight? Explain.
Estimate the average braking distance of all cars weighing 3,000 pounds.
| x | 25 | 27.5 | 32.5 | 35 | 45 |
| y | 105 | 125 | 140 | 140 | 150 |
Solution
We see that x here is in hundreds of pounds.
a)
Using technology, we get
slope = 1.989690722
intercept = 66.34020619
Thus, the regression line is
y^ = 1.989690722 x + 66.34020619 [ANSWER]
********************************
b)
This is the significance of the slope here. It the the additional braking distance for every 100 pounds added.
There will be an additional of 1.989690722 feet. [ANSWER]
***********************************
c)
Thus, if x = 30 (for 3000 lbs)
Then
y^ = 126.0309278 [ANSWER]
