Difficulty: Easy
Correct Answer: 2 km/hr
Explanation:
Introduction / Context:
Equal distances with different times give direct speeds. Convert minutes to hours, compute the downstream and upstream speeds, then extract the stream speed via half-difference.
Given Data / Assumptions:
Concept / Approach:
Use v = (down − up)/2; u = (down + up)/2.
Step-by-Step Solution:
Down = 6, Up = 2.v = (6 − 2) / 2 = 2 km/h.u = (6 + 2) / 2 = 4 km/h (for reference).
Verification / Alternative check:
Check composition: u + v = 6, u − v = 2 matches the given.
Why Other Options Are Wrong:
1, 3, 4, 1.5 do not equal the required half-difference.
Common Pitfalls:
Using average instead of half-difference for v; forgetting to convert minutes to hours correctly.
Final Answer:
2 km/hr
Discussion & Comments