Example 1 — Circles in a tray
EasyProblem
How many full coins of radius 1 cm fit in a row 10 cm long, and how much length is wasted?
Solution
-
We are fitting copies of a fixed object into a bounded length, not measuring one coin.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I fitting many separate copies into a container and judging how much space they fill?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Each coin spans its diameter, 2 cm, so divide the length by the diameter.
The rule is chosen only after the structure matches, so the steps mean something.
-
coins fill 10 cm exactly — in a single row there is no wasted length.
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 — fit the most, waste the least. If it does not, revisit the recognition step before changing the arithmetic.
Answer
5 coins
Takeaway: Packing counts how many copies fit in the space, dividing the room by each object's footprint.