Question 51·Hard·Two-Variable Data: Models and Scatterplots
A scientist measured light intensity, , at different depths, , in a lake. A scatterplot of the data is shown, with four labeled points , , , and .
The line of best fit for the data is given by
For any data point, the residual is defined as
Which labeled point has the greatest residual?
When a line of best fit is given, treat it as a prediction rule: plug each point’s into the line to get , then subtract to get the residual. To answer “greatest residual,” compare the residual values directly (most positive wins), not the absolute distances from the line.
Hints
Compute predicted values from the line
Use the given line of best fit to compute a predicted for each labeled point’s -value.
Residual means observed minus predicted
Be careful with the order: residual . A point above the line will have a positive residual.
Compare all four residuals
After computing the four residuals, select the point with the largest numerical value (the most positive residual).
Desmos Guide
Enter the line and the points
In Desmos, enter the line y=-2x+42. Then enter the points A=(8,25), B=(12,20), C=(15,8), and D=(18,10).
Compute predicted values on the line
Compute predicted values with yA=-2*8+42, yB=-2*12+42, yC=-2*15+42, and yD=-2*18+42.
Compute residuals and compare
Compute residuals with rA=25-yA, rB=20-yB, rC=8-yC, and rD=10-yD. The point with the largest residual is the correct choice.
Step-by-step Explanation
Set up residuals using the given model
For each labeled point, compute the predicted value from the line of best fit , then compute
Compute the residual for each labeled point
From the graph:
- Point is . Predicted: . Residual: .
- Point is . Predicted: . Residual: .
- Point is . Predicted: . Residual: .
- Point is . Predicted: . Residual: .
Identify the greatest residual
The residuals are , , , and . The greatest residual is , which corresponds to Point D.