document.write( "Question 106101: A river has a steady current. A boat travels 30 mph over still water. If a trip 85 miles downstream and back takes 10 hours, then what is the speed of the current?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #77325 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A river has a steady current. A boat travels 30 mph over still water. If a trip 85 miles downstream and back takes 10 hours, then what is the speed of the current? \n" ); document.write( ": \n" ); document.write( "Let x = speed of the current \n" ); document.write( "then \n" ); document.write( "(30+x) speed downstream \n" ); document.write( "and \n" ); document.write( "(30-x) speed up-stream \n" ); document.write( ": \n" ); document.write( "Write a time equation: Time = Distance/speed \n" ); document.write( ": \n" ); document.write( "Time upstream + Time downstream = 10 hrs \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Multiply equation by (30-x)(30+x) to get rid of the denominators: \n" ); document.write( "(30-x)(30+x)* \n" ); document.write( ": \n" ); document.write( "Cancel out the denominators, FOIL (30-x)(30+x) and you have; \n" ); document.write( "85(30-x) + 85(30+x) = 10(900-x^2) \n" ); document.write( ": \n" ); document.write( "2550 - 85x + 2550 + 85x = -10x^2 + 9000 \n" ); document.write( ": \n" ); document.write( "The 85x's cancel leaving us with: \n" ); document.write( "5100 = -10x^2 + 9000 \n" ); document.write( "Or \n" ); document.write( "10x^2 = 9000 - 5100 \n" ); document.write( ": \n" ); document.write( "10x^2 = 3900 \n" ); document.write( ": \n" ); document.write( "x^2 = 3900/10 \n" ); document.write( ": \n" ); document.write( "x^2 = 390 \n" ); document.write( ": \n" ); document.write( "x = \n" ); document.write( ": \n" ); document.write( "x = 19.75 mph is the current, that seems high so let's check it in the equation \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " 8.29 + 1.71 = 10 hrs, confirms our solution \n" ); document.write( ": \n" ); document.write( "Could you follow the logic here OK? Any questions? \n" ); document.write( " |