Example 1 — Residual at a point
EasyProblem
An LSRL is . A person is 170 cm tall and actually weighs 65 kg. Find the residual.
Solution
-
We want one point's miss: observed weight minus predicted weight.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I taking one point's actual value minus the line's predicted value to measure its individual miss?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Predict: kg; then residual .
The rule is chosen only after the structure matches, so the steps mean something.
-
kg, a positive residual, so the point lies above the line.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — observed minus predicted, point by point. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Residual kg
Takeaway: Observed minus predicted: a positive residual means the actual value beat the model's prediction.