Example 1 — Flagging an outlier
EasyProblem
Data has , , and a value of 75. Is 75 an outlier?
Solution
-
Use the upper fence .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does this value fall beyond or ?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute , so the fence is .
The rule is chosen only after the structure matches, so the steps mean something.
-
; since , the value 75 lies beyond the fence.
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 value too far from the pack. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes — 75 is an outlier
Takeaway: A value past is flagged as an outlier.