Introduction
Problems that compare two or more clocks ask how their readings diverge or coincide over time when each clock runs at a different rate (gaining or losing). This pattern is important because many real-world and test questions require reasoning about relative rates and converting gains/losses into time intervals.
Pattern: Multi-Clock Comparison
Pattern
Convert each clock’s error into a common rate (minutes gained or lost per unit time), compute the relative rate between clocks, then use the relation:
Time to achieve required difference = Required difference in minutes ÷ Relative rate (minutes per unit time).
Useful forms:
- If Clock A gains gA min/hr and Clock B gains gB min/hr, relative rate = |gA - gB| min/hr.
- To convert gains given over different intervals: scale to same unit (e.g., per hour or per day).
Step-by-Step Example
Question
Two clocks, A and B, are set to the same time at 12:00 noon. Clock A gains 2 minutes every hour. Clock B loses 1 minute every hour. After how long (from noon) will the readings on the two clocks differ by exactly 1 hour (60 minutes)?
Solution
Step 1: Convert each clock’s rate to a common unit
Clock A gains 2 minutes per hour.
Clock B loses 1 minute per hour (equivalently, gains -1 min/hr).Step 2: Compute relative rate
Relative rate = |gain of A - gain of B| = |2 - (-1)| = 3 minutes per hour.Step 3: Use required difference ÷ relative rate
Required difference = 60 minutes.
Time = 60 ÷ 3 = 20 hours.Final Answer:
20 hoursQuick Check:
In 20 hours Clock A gains 20×2 = 40 minutes; Clock B loses 20×1 = 20 minutes; difference = 40 - (-20) = 60 minutes ✅
Quick Variations
1. One clock gains per day and another per hour → scale both to the same unit (e.g., minutes per hour).
2. Find when a fast clock will be correct again given it is fast by x minutes now → use time = x ÷ (gain per unit time) if compared to true time.
3. Compare more than two clocks by using pairwise relative rates or comparing all to a reference (true) clock.
Trick to Always Use
- Step 1 → Convert all gains/losses to the same time unit (usually minutes per hour or minutes per day).
- Step 2 → Compute relative rate (absolute difference of rates) and divide the required minute-difference by this rate.
Summary
Summary
- Convert clock errors to a common rate (e.g., minutes/hour) before any comparison.
- Relative rate = absolute difference of individual rates; use it to find time for a required difference.
- Normalize units (hours ↔ minutes) early to avoid arithmetic errors.
- Quick check by recomputing each clock’s total gain/loss over the found time and verifying the stated difference.
Example to remember:
If A gains 2 min/hr and B loses 1 min/hr, time for 60-min difference = 60 ÷ (2 - (-1)) = 60 ÷ 3 = 20 hours.
