Example 1 — Population growth
EasyProblem
A town of 1000 grows 8% per year. Write its size after years and find it after 3 years.
Solution
-
Growth by a fixed percent each year is repeated multiplication — exponential.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the output multiply by the same factor for each equal step in ?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Use with and .
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 — multiply by the same factor each step. If it does not, revisit the recognition step before changing the arithmetic.
Answer
; about after 3 years
Takeaway: Fixed-percent change means a constant factor raised to the input power.