InterviewSolution
Saved Bookmarks
| 1. |
A man wants to reach a centain destination. One-sixth of the total distance is muddy while half the distance is tar road. For the remaining distance he takes aboat. His speed of traveling in mud, in water, on tar road is in the ratio3 : 4 : 5. The ratio ratio of the durations he requires to cross the patch of mud, stream and tar road is |
|
Answer» `1/2:4/3:5/2` `{:(,,"mud",:,"tar",:,"stream"),("distance",,"x",:,"3X",:,"2x"),("speed",,"3v",:,"5V",:,"4v"),("time",,(x)/(3v),:,(3x)/(5v),:,(2x)/(4v)),(,,10,:,18,:,15):}` |
|