Example 1 — Comparing two players
EasyProblem
Player A scores ; Player B scores . Both average 11 — which is more variable?
Solution
-
Same center (mean 11), so the question is purely about spread.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I describing how scattered the values are, separate from where they center?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Look at how far each set's values stray from 11.
The rule is chosen only after the structure matches, so the steps mean something.
-
A stays within 2 of the mean; B swings 9 away on both sides, so B has far greater variability.
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 — how spread out the values are. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Player B is more variable
Takeaway: Equal means can hide very different variability.