Difficulty: Medium
Correct Answer: 440 m
Explanation:
Introduction / Context:This problem is about equalizing finish times with a head start when one runner is faster by a known factor.
Given Data / Assumptions:
Concept / Approach:Set equal times: distance/v_A = (distance − headstart)/v_B. Substitute the known ratio and solve for the distance.
Step-by-Step Solution:
Let D be race distance from A's start.D / (11k) = (D − 120) / (8k) ⇒ (8/11)D = D − 120D − (8/11)D = 120 ⇒ (3/11)D = 120 ⇒ D = 440 mVerification / Alternative check:Plug D = 440 to confirm both times equal: 440/(11k) vs. 320/(8k) = 40/k each.
Why Other Options Are Wrong:Other distances do not satisfy the time equality for the given ratio.
Common Pitfalls:Adding/subtracting speeds incorrectly or forgetting to subtract the head start from B’s running distance.
Final Answer:440 m
Discussion & Comments