document.write( "Question 875051: a boat took 4 hours to make a downstream trip with a 6 km/h current. the return trip against the current took 5 hours. what distance did the boat ravel in one direction? \n" ); document.write( "
Algebra.Com's Answer #527904 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a boat took 4 hours to make a downstream trip with a 6 km/h current. the return trip against the current took 5 hours. what distance did the boat travel in one direction? \n" ); document.write( "*** \n" ); document.write( "let x=average speed of boat \n" ); document.write( "x+6=speed of boat downstream \n" ); document.write( "x-6=speed of boat upstream \n" ); document.write( "distance=travel time*speed \n" ); document.write( "... \n" ); document.write( "4(x+6)=5(x-6) \n" ); document.write( "4x+24=5x-30 \n" ); document.write( "x=54 \n" ); document.write( "x+6=60 (speed of boat downstream) \n" ); document.write( "4*60=240 \n" ); document.write( "or \n" ); document.write( "x-6=48 (speed of boat upstream) \n" ); document.write( "5*48=240 \n" ); document.write( "distance boat traveled in one direction=240 km \n" ); document.write( " \n" ); document.write( " |