document.write( "Question 585282: Randy, Using his motorboat, took 5 hours to make a downstream trip in a river with a current 8 kph. The return trip upstream took 9 hours. What is the total distance traveled by Randy's boat? \n" ); document.write( "
Algebra.Com's Answer #373252 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Randy, Using his motorboat, took 5 hours to make a downstream trip in a river with a current 8 kph. The return trip upstream took 9 hours. What is the total distance traveled by Randy's boat? \n" ); document.write( "** \n" ); document.write( "let x=speed of motorboat in still water \n" ); document.write( "x+8=speed of motorboat downstream \n" ); document.write( "x-8=speed of motorboat upstream \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "5(x+8)=9(x-8) \n" ); document.write( "5x+40=9x-72 \n" ); document.write( "4x=112 \n" ); document.write( "x=28 \n" ); document.write( "distance traveled by Randy's boat=5(x+8)=5*36=180 km \n" ); document.write( " |