SOLUTION: the current in a stream moves at a speed of 10 mph. A boat travels 29 miles upstreamand 29 miles downstream in a total time of 8 hours. What is the speed of the boat in still wate

Algebra ->  Customizable Word Problem Solvers  -> Travel -> SOLUTION: the current in a stream moves at a speed of 10 mph. A boat travels 29 miles upstreamand 29 miles downstream in a total time of 8 hours. What is the speed of the boat in still wate      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 171089: the current in a stream moves at a speed of 10 mph. A boat travels 29 miles upstreamand 29 miles downstream in a total time of 8 hours. What is the speed of the boat in still water
Found 2 solutions by checkley77, solver91311:
Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
29/(B-10)+29/(B+10)=8
(29(B+10)+29(B-10))/(B-10)(B+10)=8
29B+290+29B-290=8(B^2-100)
58B=8B^2-800
8B^2-58B-800=0
USING THE QUADRATIC EQUATION:B+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+WE GET:
B=(58+-SQRT[-58^2-4*8*-800])/2*8
B=(58+-SQRT[3,364+25,600])/16
B=(58+-SQRT28,964)/16
B=(58+-170.18813)/16
B=(58+170.18813)/16
B=228.18813/16
B=14.261758 mph IS THE SPEED OF THE BOAT.
PROOF:
29/(14.261758-10)+29/(14.261758+10)=8
29/4.261758+29/24.261758=8
6.805+1.195
8=8

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
The first thing I would do would be to make complaint about being given this computational horror, but here goes anyway.

Assume r is the rate of the boat in still water. The upstream rate is the speed of the boat in still water minus the current speed: r-10. The downstream rate is the rate in still water PLUS the current speed: r%2B10.

Assume t is the time it takes to go upstream 29 miles, then since the total time of the trip is 8 hours, the time to go downstream must be 8-t.

Using the basic relationship d=rt, written as t=d%2Fr, the upstream trip can be expressed as:

t=29%2F%28r-10%29

Likewise, the downstream trip can be expressed as 8-t=29%2F%28r%2B10%29

Isolating t in both equations produces:

t=29%2F%28r%2B10%29 and t=%28-29%29%2F%28r-10%29%2B8

This gives us two different expressions for the elapsed time of the upstream trip in terms of the rate of the boat in still water. We can set these two expressions equal to each other:

29%2F%28r%2B10%29=%28-29%29%2F%28r-10%29%2B8

Application of the common denominator r%5E2-100, setting the resulting numerators equal to each other and collecting like terms results in the following: (Intermediate steps left as an exercise for the student)

4r%5E2-29r%2B400=0

Applying the quadratic formula:

x+=+%28-%28-29%29+%2B-+sqrt%28+%28-29%29%5E2-4%2A%284%29%2A%28-400%29+%29%29%2F%282%2A4%29+

x%5B1%5D+=+%2829+%2B+sqrt%287241%29%29%2F8

x%5B2%5D+=+%2829+-+sqrt%287241%29%29%2F8 (this root less than zero, so exclude as extraneous}

%2829+%2B+sqrt%287241%29%29%2F8 cannot be simplified further because 7241 has no perfect square factors and therefore is the exact answer. A little calculator work results in a numerical approximation of 14.26 hours elapsed time for the upstream trip. This answer should properly be rounded to the nearest whole hour because your input values of distance, time, and current speed were all expressed in whole numbers and it is incorrect (unless greater precision is specified in the problem statement) to express a result of a computation involving measurements to a greater precision than the least precise input measurement.

Calculating the upstream rate, downstream rate, and time for each part of the trip to verify the sum is approximately equal to 8 hours, thereby verifying the answer, is left as an exercise for the student. Enjoy.