Difficulty: Easy
Correct Answer: 1 seconds
Explanation:
Introduction / Context:
Head-start problems compare finishing times using constant speeds. We compute each runner’s time to complete their required distance and compare.
Given Data / Assumptions:
Concept / Approach:
Time = distance / speed. Speeds are vA = 440/51 m/s and vB = 440/55 m/s. Compute tA and tB for their race distances and compare finishing times.
Step-by-Step Solution:
Verification / Alternative check:
Proportionally, B’s pace is 55/51 slower than A’s, but the 40 m reduction at B’s speed equals 40 / (440/55) = 5 s saved, while B’s inherent slowness adds 4 s over 440 m, net 1 s ahead.
Why Other Options Are Wrong:
Common Pitfalls:
Using distance difference instead of time, or forgetting that B runs only 400 m, not 440 m.
Final Answer:
1 seconds
Discussion & Comments