

InterviewSolution
Saved Bookmarks
1. |
A man swimming in a river from a point. A on one bank has to reach a point C on other bank, which is at a distance `l` from the point B, directly opposite to A on other bank. River width is `d` and the current velocity is `u_(0)`. Find the minimum speed of swimmer relative to still water with which he should swim. |
Answer» Correct Answer - `[(u_(0)d)/(sqrt(l^(2) + d^(2))]` |
|