Example 1 — Flag the fork
EasyProblem
A sign reads 'half off, plus \$5 rebate' on a \$40 item. Is the final price \$15 or \$25?
Solution
-
The order of operations is unstated: subtract \$5 before or after halving?
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Could a careful reader validly interpret this in two different ways that give different answers?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Identify the two valid readings rather than picking one silently.
The rule is chosen only after the structure matches, so the steps mean something.
-
Reading A: ; Reading B: .
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 — two readings, two answers. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Ambiguous — \$17.50 or \$15 depending on reading
Takeaway: Pin down the interpretation before computing, because each reading gives a different answer.