Example 1 — Spread of scores
EasyProblem
Find the range of the data .
Solution
-
We want total spread, so only the extremes matter.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I just subtracting the smallest value from the largest?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Identify the maximum and minimum, then subtract.
The rule is chosen only after the structure matches, so the steps mean something.
-
, , so .
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 — top minus bottom. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Range is the maximum minus the minimum — the full width of the data.