document.write( "Question 1155687: A boat travelling upstream goes 84 kilometers in 7 hours. If the return trip takes only 3 hours, what is the speed (in kilometers per hour) of the boat in still water?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #778313 by Boreal(15235) You can put this solution on YOUR website! current is c \n" ); document.write( "speed is s \n" ); document.write( "distance=s*time\r \n" ); document.write( "\n" ); document.write( "it goes upstream (s-c)=12 km/h \n" ); document.write( "it goes downstream (s+c)=28 km/h (84/3) \n" ); document.write( "therefore, \n" ); document.write( "s-c=12 \n" ); document.write( "s+c=28 \n" ); document.write( "2s=40 \n" ); document.write( "s=20 km/h ANSWER \n" ); document.write( "c=8 km/h \n" ); document.write( " \n" ); document.write( " |