0
0

Clock Running Slow / Fast

Introduction

Problems about clocks that run slow or fast require converting between the faulty clock's reading and the true time. This pattern is important because many aptitude questions ask when a faulty clock will be correct, what the true time is when the clock shows a certain reading, or how long it takes to gain or lose a given amount.

Pattern: Clock Running Slow / Fast

Pattern

Key concept: Treat the faulty clock as running at a steady rate and use direct proportion (or linear interpolation) to convert elapsed times or errors.

Useful forms (keep these intuitive):

  • Rate form (per-hour): Compute minutes gained or lost per hour, then scale to required hours:
    Gain/Loss in required time = (Given gain/loss × Desired time) ÷ Given time.
  • Elapsed-time ratio (simple): If the clock runs uniformly, use the ratio of clock-interval to true-interval to scale times:
    True elapsed = Clock elapsed × (True time interval ÷ Clock time interval).
  • Interpolation (when two errors are known): If a clock has error E₁ at true time T₁ and E₂ at true time T₂, then the time when error equals any intermediate value E is:
    T = T₁ + (E - E₁) × (T₂ - T₁) ÷ (E₂ - E₁).

Step-by-Step Example

Question

A clock is 5 minutes slow at the true time 8:00 AM, and 5 minutes fast at the true time 8:00 PM the same day. When was the clock exactly correct?

Solution

  1. Step 1: State the readings and errors clearly

    At the true time 8:00 AM, the faulty clock shows 7:55 AM → error = -5 minutes (clock behind). At the true time 8:00 PM, the faulty clock shows 8:05 PM → error = +5 minutes (clock ahead).
  2. Step 2: Compute total change in error and interval

    Total change in error = +5 - (-5) = 10 minutes. Total true-time interval = 8:00 AM → 8:00 PM = 12 hours.
  3. Step 3: Use linear interpolation to find time to zero error

    Time from 8:00 AM to correctness = (initial error magnitude ÷ total error change) × total interval = (5 ÷ 10) × 12 hours = 6 hours.
  4. Final Answer:

    2:00 PM
  5. Quick Check:

    After 6 hours the error will have moved halfway from -5 to +5 (i.e., to 0). 8:00 AM + 6 hours = 2:00 PM ✅

Quick Variations

1. Find true time when clock shows a reading: Compute clock's elapsed from a known reset, convert to true elapsed using the rate, then add to known true time.

2. Find when the clock will be correct: Use interpolation between two known error points (as above).

3. Find time to gain/lose X minutes: Convert the given gain/loss into a per-hour rate, then divide X by that rate.

Trick to Always Use

  • Step 1 → Always express errors as (Clock - True). Use signs: fast = +, slow = -.
  • Step 2 → Prefer per-hour rates for scaling and interpolation for “when correct” problems.

Summary

Summary

  • Clarify reference frames: always state whether a time is the true time or the clock's shown time.
  • Use proportional scaling (gain/loss per period) to compute totals over longer intervals.
  • Use linear interpolation between two known error points to find intermediate times (e.g., when error = 0).
  • Track signs: add gain for fast clocks, subtract for slow clocks when converting between true and clock readings.

Example to remember:
If a clock is 5 minutes slow at 8:00 AM and 5 minutes fast at 8:00 PM, it will be correct at 2:00 PM (6 hours after 8:00 AM).

Practice

(1/5)
1. A clock is 4 minutes slow at 10:00 AM and 4 minutes fast at 10:00 PM the same day. When will the clock be correct?
easy
A. 4:00 PM
B. 3:00 PM
C. 2:00 PM
D. 5:00 PM

Solution

  1. Step 1: Determine total change

    From -4 (slow) to +4 (fast) → total change = 8 minutes.
  2. Step 2: Interval

    10:00 AM → 10:00 PM = 12 hours.
  3. Step 3: Time to correct

    =(4 ÷ 8)×12 = 6 hours after 10:00 AM → 4:00 PM.
  4. Final Answer:

    4:00 PM → Option A
  5. Quick Check:

    After 6 hours, halfway change reached; clock becomes correct ✅
Hint: Take half the total time when slow and fast magnitudes are equal.
Common Mistakes: Mixing up total change and initial error.
2. A clock gains 5 minutes every 10 hours. How much will it gain in 3 days?
easy
A. 30 minutes
B. 35 minutes
C. 36 minutes
D. 40 minutes

Solution

  1. Step 1: Rate

    Gain = 5 min per 10 hours.
  2. Step 2: Total hours

    3 days = 72 hours.
  3. Step 3: Proportion

    Gain = (5×72) ÷ 10 = 36 minutes.
  4. Final Answer:

    36 minutes → Option C
  5. Quick Check:

    72 ÷ 10 = 7.2 intervals → 7.2×5 = 36 ✅
Hint: Multiply gain per given hours by total hours ÷ given hours.
Common Mistakes: Forgetting to convert days into hours.
3. A clock is 6 minutes slow at 6:00 AM and 6 minutes fast at 6:00 PM. At what time is it correct?
easy
A. 12:00 Noon
B. 1:00 PM
C. 2:00 PM
D. 3:00 PM

Solution

  1. Step 1: Change in error

    Total change = +6 - (-6) = 12 minutes.
  2. Step 2: Interval

    6 AM to 6 PM = 12 hours.
  3. Step 3: Time to correct

    =(6 ÷ 12)×12 = 6 hours → 6 AM + 6 hours = 12 Noon.
  4. Final Answer:

    12 Noon → Option A
  5. Quick Check:

    Halfway between -6 and +6 errors → 12 Noon ✅
Hint: When errors are equal in magnitude, correctness occurs at midpoint of time interval.
Common Mistakes: Using the total 12 instead of initial 6 for interpolation fraction.
4. A clock is 3 minutes fast at 9:00 AM on Monday and 9 minutes slow at 9:00 AM on Tuesday. When was it correct?
medium
A. 1:00 PM Monday
B. 3:00 PM Monday
C. 6:00 PM Monday
D. 9:00 PM Monday

Solution

  1. Step 1: Change in error

    Total change = -9 - (+3) = -12 minutes (magnitude 12).
  2. Step 2: Time interval

    9 AM Mon → 9 AM Tue = 24 hours.
  3. Step 3: Time to correct

    =(3 ÷ 12)×24 = 6 hours after 9 AM = 3:00 PM Monday.
  4. Final Answer:

    3:00 PM Monday → Option B
  5. Quick Check:

    Error decreases 12 min in 24h → after 6h error reaches 0 ✅
Hint: Find fraction = |initial error| ÷ total change × total interval.
Common Mistakes: Forgetting that total change includes both directions of error (fast → slow).
5. A clock gains 8 minutes in 16 hours. How many minutes will it gain in 2 days?
medium
A. 18 minutes
B. 20 minutes
C. 36 minutes
D. 24 minutes

Solution

  1. Step 1: Given rate

    8 min gain in 16 hours.
  2. Step 2: Convert total period

    2 days = 48 hours.
  3. Step 3: Proportion

    Gain = (8 × 48) ÷ 16 = 24 minutes.
  4. Final Answer:

    24 minutes → Option D
  5. Quick Check:

    Rate = 0.5 min/hr → 48×0.5 = 24 ✅
Hint: Use gain × (required hours ÷ given hours).
Common Mistakes: Using 24 instead of 48 for 2 days.

Mock Test

Ready for a challenge?

Take a 10-minute AI-powered test with 10 questions (Easy-Medium-Hard mix) and get instant SWOT analysis of your performance!

10 Questions
5 Minutes