Example 1 — Read a bar graph
EasyProblem
A bar graph shows pets owned: dogs 12, cats 8, fish 5. Which pet is most common and how many more than fish?
Solution
-
The data is split into categories, so a bar graph compares their heights.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I turning data into a picture so a pattern is easy to see?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Find the tallest bar, then subtract the fish bar's value.
The rule is chosen only after the structure matches, so the steps mean something.
-
Dogs is tallest at 12; more than fish.
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 — turn numbers into a picture. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Dogs are most common, 7 more than fish
Takeaway: A bar graph lets you compare categories at a glance, then read off the difference.