Example 1 — Compress repeated addition
EasyProblem
Rewrite as a shorter expression and evaluate.
Solution
-
The same number 5 is added repeatedly, so compress to multiplication.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Is the identical operation applied to the same number several times in a row?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Count the repeats and multiply: .
The rule is chosen only after the structure matches, so the steps mean something.
-
.
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 — compress the same step done again and again. If it does not, revisit the recognition step before changing the arithmetic.
Answer
15
Takeaway: Repeated equal addition compresses into multiplication.