Example 1 — Catch the trick
EasyProblem
example[1]: 'A graph shows company profit bars: Year 1 at $102M looks far shorter than Year 2 at $108M — about a quarter its height. The axis starts at $100M. Is the picture fair?'; example[4]: 'From $0, the bars are vs — nearly the same; but with the axis cut at the heights are vs , faking a gap.'
Solution
-
A bar height comparison hinges on where the axis starts, so check the scale.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the picture exaggerate or hide a difference that the actual numbers don't support?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Re-imagine the bars from a zero baseline to see the true relative heights.
The rule is chosen only after the structure matches, so the steps mean something.
-
From $0, the bars are vs — nearly the same; the cut axis faked a doubling.
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 — a true picture that tells a lie. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Misleading — the truncated axis exaggerates a rise
Takeaway: A truncated axis can make a tiny difference look huge.