Difficulty: Medium
Correct Answer: 6 km/h
Explanation:
Introduction / Context:Round trips on a river involve two effective speeds: upstream (slower) and downstream (faster). Knowing total time and the stream current, we can solve for the still water speed of the boat.
Given Data / Assumptions:
Concept / Approach:Time upstream = 35 / (u - v), and time downstream = 35 / (u + v). Sum equals 12. Solve for u with v = 1.
Step-by-Step Solution:
Total time: 35 / (u - 1) + 35 / (u + 1) = 12.Multiply through and solve: 35(u + 1) + 35(u - 1) = 12(u^2 - 1).70u = 12u^2 - 12.12u^2 - 70u - 12 = 0 → u = 6 km/h (positive root).Verification / Alternative check:Upstream speed = 5 km/h; time upstream = 35 / 5 = 7 h. Downstream speed = 7 km/h; time downstream = 35 / 7 = 5 h. Total = 12 h as required.
Why Other Options Are Wrong:7, 5, and 4 km/h produce totals different from 12 h when substituted into the equation with v = 1.
Common Pitfalls:Adding or averaging speeds directly instead of forming the time equation. Forgetting that upstream uses u - v and downstream uses u + v.
Final Answer:6 km/h
Discussion & Comments