SOLUTION: A boat can travel 9mph in still water. It travels 7 miles downstream in the same time that it travels only 3 miles upstream. Find the rate of the current.

Algebra ->  Customizable Word Problem Solvers  -> Travel -> SOLUTION: A boat can travel 9mph in still water. It travels 7 miles downstream in the same time that it travels only 3 miles upstream. Find the rate of the current.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 249957: A boat can travel 9mph in still water. It travels 7 miles downstream in the same time that it travels only 3 miles upstream. Find the rate of the current.
Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
Start by setting up the variables you will need.
s = speed in still water = 9 mph
c = current
d = rt is the basic distance formula, where d=distance, r=rate, and t=time
.
Now translate the English into math.
.
Traveling downstream:
r = s+c The current adds to the boat's speed.
d=7 in time t
.
Traveling upstream:
r = s - c The current subtracts from the boat's speed.
d =3 in time t
.
We are told t=t so we can rearrange both equation to define 't'.
.
7 = (s+c) * t
.
Divide both sides by (s+c)
7/(s+c) = t
.
The other equation is:
3 = (s-c) * t
.
Divide both sides by (s-c)
3/(s-c) = t
.
Since both equations = t, we can use this fact to set them equal to one another
.
7/(s+c) = 3/(s-c)
.
Cross multiply
7(s-c) = 3(s+c)
.
7s - 7c = 3s + 3c
.
4s = 10c
.
Recall s = 9
.
4(9) = 36 = 10c
.
c = 3.6
The current runs at 3.6 mph
.
Next substitute back into the original equations to see if this answer is correct.
.
How long does it take to go 7 miles downstream?
7 = (9+3.6)t = 12.6t
t = 7/12.6 = .555555556
.
3 = (9-3.6)t = 5.4t
t = 3/5.4 = .555555556
,
So we can conclude the current of the river is 3.6 mph.
.
Done