Problema Solution
A boat travels 6 km upstream and 6 km back. The time fo rthe round trip is 9 hrs. The speed of the stream is 5 km/hr. What is the spped of the boat in still water?
Answer provided by our tutors
Let
t1 = the time of the upstream trip
t2 = the time of the downstream trip
d = 6 km the distance traveled in each direction
v = the speed of the boat in still water
c = 5 km/h the speed of the current
The speed upstream is: v - c
The speed downstream is: v + c
Since speed = distance/time => distance = speed*time we have:
(v - c)*t1 = d
(v - 5)*t1 = 6
(v + c)*t2 = d
(v + 5)*t2 = 6
The time for the round trip is 9 hrs:
t1 + t2 = 9
For (v - 5)*t1 = 6 we solve for t1: t1 = 6/(v - 5)
For (v + 5)*t2 = 6 we solve for t2: t2 = 6/(v + 5)
Plug into t1 + t2 = 9:
6/(v - 5) + 6/(v + 5) = 9
........
click here to see the equation solved for v
........
The speed of the boat in still water is 5.71 km/h.