document.write( "Question 863478: a boat paddle can move at a speed of 6km/h in still water. the boat is paddled 16km downstream in a river at the same time it takes to go 8 km upstream. what is the speed of the river
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #520462 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Boat speed = 6 km/h \n" ); document.write( "current speed = x km/h \n" ); document.write( " \n" ); document.write( "speed against current 6 - x \n" ); document.write( "speed with current 6 + x \n" ); document.write( " \n" ); document.write( "Distance against current 8 miles \n" ); document.write( "Distance with current 16 miles \n" ); document.write( " \n" ); document.write( "t=d/r time against = time with current - \n" ); document.write( "8 / ( 6 - x )= 16 / ( 6 + x ) \n" ); document.write( "8 ( 6 + x )= 16 ( 6 -x ) \n" ); document.write( "48 + 8 x = 96 - -16 x \n" ); document.write( "16 x 8 x 96 + -48 \n" ); document.write( "24 x = 48 \n" ); document.write( "/ 24 \n" ); document.write( "x = 2 km/h current speed \n" ); document.write( " \n" ); document.write( " |