Example 1 — Pet counts
EasyProblem
Eight students report their number of pets: 1, 2, 2, 3, 2, 1, 4, 2. Make a line plot and find the most common value.
Solution
-
We have small numeric data and want to show how often each value occurs along a number line.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I stacking a mark for each data point above its value on a number line to show frequency?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Draw a line marked 1,2,3,4 and stack an X for each student: 1 has 2 Xs, 2 has 4 Xs, 3 has 1, 4 has 1.
The rule is chosen only after the structure matches, so the steps mean something.
-
The tallest stack is above 2, with 4 marks.
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 — stack a mark for each value above a number line. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Most common value is 2 pets
Takeaway: The height of each stack shows frequency; the tallest stack is the most common value.