Example 1 — Ticket sales
EasyProblem
Adult tickets cost \$10 and student tickets cost \$6. A group buys 8 tickets for \$68. How many of each?
Solution
-
There are two unknowns and two conditions: ticket count and total cost.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the answer need to make every equation true?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Let and .
The rule is chosen only after the structure matches, so the steps mean something.
-
Solving gives , .
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 — one point satisfies both. If it does not, revisit the recognition step before changing the arithmetic.
Answer
5 adult tickets and 3 student tickets
Takeaway: Two constraints point to one pair.