Example 1 — Scaling a recipe
EasyProblem
pizzas feed people. How many pizzas feed people?
Solution
-
The people-per-pizza ratio is constant, so this is multiplicative scaling.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: When one quantity multiplies by a factor, does the other multiply by the same factor?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Find people per pizza, then divide the target by it: people per pizza, so .
The rule is chosen only after the structure matches, so the steps mean something.
-
pizzas.
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 — same ratio, scaled by multiplying. If it does not, revisit the recognition step before changing the arithmetic.
Answer
pizzas
Takeaway: Hold the ratio constant and scale by multiplying, never by adding.