Example 1 — Read the clock
EasyProblem
The short hand is just past the and the long hand points to the . What time is it?
Solution
-
The short hand names the hour; the long hand's number times gives minutes.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I naming the time a clock shows right now (not how much time has passed)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Hour is ; minutes are .
The rule is chosen only after the structure matches, so the steps mean something.
-
minutes, so it reads four-thirty.
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 — short hand hours, long hand five-minute jumps. If it does not, revisit the recognition step before changing the arithmetic.
Answer
(half past four)
Takeaway: The short hand gives the hour and the long hand's number times five gives the minutes.