document.write( "Question 177764: Linear System
\n" );
document.write( "A boat took 5 h to travel 60km up a river, against the current. The return trip took 3 h. Find the speed of the boat in still water and the speed of the current. \n" );
document.write( "
Algebra.Com's Answer #132880 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A boat took 5 h to travel 60km up a river, against the current. The return trip \n" ); document.write( " took 3 h. Find the speed of the boat in still water and the speed of the current. \n" ); document.write( ": \n" ); document.write( "Let x = boat speed in still water \n" ); document.write( "Let y = current speed \n" ); document.write( "then \n" ); document.write( "(x-y) = effective speed up-stream \n" ); document.write( "and \n" ); document.write( "(x+y) = effective speed down stream \n" ); document.write( ": \n" ); document.write( "write two distance equations: \n" ); document.write( "dist = time * speed \n" ); document.write( ": \n" ); document.write( "5(x-y) = 60 \n" ); document.write( "3(x+y) = 60 \n" ); document.write( "simplify both equations, divide the 1st one by 5, the 2nd one by 3 and you have: \n" ); document.write( "x - y = 12 \n" ); document.write( "x + y = 20 \n" ); document.write( "-------------addition eliminates y, find x: \n" ); document.write( "2x = 32 \n" ); document.write( "x = \n" ); document.write( "x = 16 km/hr boat speed in still water \n" ); document.write( "then \n" ); document.write( "16 + y = 20 \n" ); document.write( "y = 20 - 16 \n" ); document.write( "y = 4 km/hr current speet \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "check solution by finding the dist of both \n" ); document.write( "5(16-4) = 60 \n" ); document.write( "3(16+4) = 60 \n" ); document.write( " \n" ); document.write( " |