document.write( "Question 921523: two boats left an island at the same time to return to their home port. Their average speeds differed by 4 km/h. The faster boat reached port after 3 hours. The slower boat took 30 minutes longer. Find the average speed of the each boat.\r
\n" );
document.write( "\n" );
document.write( "(this is a rate*time=distance problem) \n" );
document.write( "
Algebra.Com's Answer #559029 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two boats left an island at the same time to return to their home port. Their average speeds differed by 4 km/h. The faster boat reached port after 3 hours. The slower boat took 30 minutes longer. Find the average speed of the each boat. \n" ); document.write( "*** \n" ); document.write( "let x=speed of slower boat \n" ); document.write( "x+4=speed of faster boat \n" ); document.write( "speed*travel time=distance(same for both boats) \n" ); document.write( ".. \n" ); document.write( "(x+4)*3=x*3.5 \n" ); document.write( "3x+12=3.5x \n" ); document.write( ".5x=12 \n" ); document.write( "x=24 \n" ); document.write( "x+4=28 \n" ); document.write( "ave speed of slower boat=24 km/hr \n" ); document.write( "ave speed of faster boat=28 km/hr \n" ); document.write( " \n" ); document.write( " |