Example 1 — Count nickels by 5
EasyProblem
Count by 5s four times starting from 5. Where do you land?
Solution
-
Equal jumps of 5 produce the multiples of 5.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I jumping forward by the same fixed amount each time to list its multiples?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Hop forward 5 each time: 5, then 10, then 15, then 20.
The rule is chosen only after the structure matches, so the steps mean something.
-
After four hops you reach .
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 — equal-size hops along the number line. If it does not, revisit the recognition step before changing the arithmetic.
Answer
20
Takeaway: Skip counting by k lands you on the multiples of k.