Difficulty: Medium
Correct Answer: 10 km/h
Explanation:
Introduction / Context:This round-trip problem provides different times for equal distances in opposite directions, along with a known current. By writing the two leg times and using the given 2-hour difference, we can solve for the still-water speed using a single equation in v.
Given Data / Assumptions:
Concept / Approach:Downstream time t1 = D/(v + c). Upstream time t2 = D/(v − c). The condition is t2 = t1 + 2. Substitute D and c and solve for v.
Step-by-Step Solution:
21/(v − 4) = 21/(v + 4) + 2.Bring terms: 21/(v − 4) − 21/(v + 4) = 2.Left side = 21[(v + 4) − (v − 4)]/((v − 4)(v + 4)) = 168/(v^2 − 16).So 168/(v^2 − 16) = 2 ⇒ v^2 − 16 = 84 ⇒ v^2 = 100 ⇒ v = 10 km/h (positive root).Verification / Alternative check:Downstream speed 14 ⇒ t1 = 21/14 = 1.5 h. Upstream speed 6 ⇒ t2 = 21/6 = 3.5 h. Difference = 2 h matches the condition.
Why Other Options Are Wrong:12, 9, 8 km/h do not satisfy the derived equation and will not create a 2-hour time gap over 21 km per leg with c = 4.
Common Pitfalls:Using total distance in each time or forgetting to split 42 km into two equal legs.
Final Answer:10 km/h
Discussion & Comments