Difficulty: Medium
Correct Answer: 10 hours
Explanation:
Introduction / Context:
When multiple runners set off on a circular track, they are all back at the start together at the least common multiple (LCM) of their individual lap times.
Given Data / Assumptions:
Concept / Approach:
Compute lap periods: T1 = 5/2.5 = 2 h; T2 = 5/3 = 5/3 h; T3 = 5/2 = 2.5 h. The required time is LCM(T1, T2, T3).
Step-by-Step Solution:
Verification / Alternative check:
LCM via integerizing denominators also yields 10 h.
Why Other Options Are Wrong:
6/15/30 are common distractors but fail integrality for at least one runner.
Common Pitfalls:
Using arithmetic mean or max instead of LCM of lap periods.
Final Answer:
10 hours
Discussion & Comments