Example 1 — IQR of nine scores
EasyProblem
Sorted scores are . Find the IQR.
Solution
-
Nine ordered values; is the middle (10), and the quartiles are the medians of each half.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I measuring the width of the middle half of sorted data, not the full extent?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Lower half has ; upper half has .
The rule is chosen only after the structure matches, so the steps mean something.
-
.
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 — the spread of the middle half. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: The middle half spans 9.5, ignoring the extremes 3 and 20.