Difficulty: Medium
Correct Answer: 5/3 min, 2 min
Explanation:
Introduction / Context:With staggered starts, catch-up times use relative speeds and the head start each person has when A begins. We measure times from A's start instant.
Given Data / Assumptions:
Concept / Approach:Let x be minutes after A starts. Distances from the common start are equated to find catch-up times: 0.2x = 0.125(x + 1) for B; 0.2x = 0.1(x + 2) for C.
Step-by-Step Solution:
A vs B: 0.2x = 0.125(x + 1) ⇒ 0.2x = 0.125x + 0.125 ⇒ 0.075x = 0.125 ⇒ x = 5/3 minA vs C: 0.2x = 0.1(x + 2) ⇒ 0.2x = 0.1x + 0.2 ⇒ 0.1x = 0.2 ⇒ x = 2 minVerification / Alternative check:Convert to metres and seconds; the same proportions hold, confirming the times.
Why Other Options Are Wrong:Other time pairs do not solve both linear equations simultaneously.
Common Pitfalls:Measuring from absolute time instead of from A’s start; mixing minutes and hours.
Final Answer:5/3 min, 2 min
Discussion & Comments