Example 1 — Undo a step
EasyProblem
A number plus 5 equals 12. What was the number?
Solution
-
An addition was applied and must be reversed, so use its inverse.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I applying an operation to cancel a previous one and return to the start?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Subtract 5 from both sides to undo the +5: .
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 — every operation has an undo. If it does not, revisit the recognition step before changing the arithmetic.
Answer
7
Takeaway: Apply the inverse operation to undo a step and recover the start.