Example 1 — Movie length
EasyProblem
A movie starts at 2:15 PM and ends at 4:45 PM. How long is it?
Solution
-
Two clock times are given and the duration is asked.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I given a start time and an end time and asked how much time passed between them?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Count up: 2:15 to 4:15 is 2 hours, then 4:15 to 4:45 is 30 more minutes.
The rule is chosen only after the structure matches, so the steps mean something.
-
h min h min.
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 — hop forward in base-60, not base-10. If it does not, revisit the recognition step before changing the arithmetic.
Answer
h min
Takeaway: Elapsed time is the gap between two clock times, counted in base-60.