Example 1 — Tip and total
EasyProblem
Find a 20% tip on a \$45 meal and the total bill.
Solution
-
A percent added onto a price — a tip application.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the problem add, remove, or grow a percent of a real amount (price, bill, loan)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute the tip , then add it to the meal.
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 — tax, tip, discount, interest. If it does not, revisit the recognition step before changing the arithmetic.
Answer
\$9 tip, \$54 total
Takeaway: Compute the percent piece, then add (tip/tax) or subtract (discount).