Example 1 — Climb the ladder
EasyProblem
Show how and each come from a level below.
Solution
-
Both are built by repeating a simpler operation, so use the hierarchy.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I describing one operation as the repetition of a simpler one?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Write (repeated addition) and (repeated multiplication).
The rule is chosen only after the structure matches, so the steps mean something.
-
and .
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 — each operation is built from the one below. If it does not, revisit the recognition step before changing the arithmetic.
Answer
12 and 8
Takeaway: Each operation is the repetition of the one below it.