Difficulty: Easy
Correct Answer: 8 km/h
Explanation:
Introduction / Context:
Given a downstream speed and the current, we can recover the still water speed and then compute the upstream speed. This is a standard inverse application of relative speed in a stream.
Given Data / Assumptions:
Concept / Approach:
Compute u = (downstream + upstream)/2 is a known identity, but more directly with known downstream and v: u = (u + v) - v. Then upstream speed = u - v.
Step-by-Step Solution:
Verification / Alternative check:
If upstream is 8 and downstream is 11, the still water speed is (8 + 11)/2 = 9.5 km/h, which matches u above.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing downstream value with still water speed or subtracting twice. Always compute u first, then upstream u - v.
Final Answer:
8 km/h
Discussion & Comments