document.write( "Question 428106: The speed of a stream is 3 mph. A boat travels 5 miles upstream in the same time it takes to travel 11 miles downstream. What is the speed of the boat in still water?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Any insight please. \n" );
document.write( "
Algebra.Com's Answer #297624 by mananth(16946)![]() ![]() You can put this solution on YOUR website! boat speed x mph \n" ); document.write( "current speed 3 mph \n" ); document.write( ".. \n" ); document.write( "against current x - 3 mph \n" ); document.write( "with current x + 3 mph \n" ); document.write( " \n" ); document.write( "Distance upstream= 5 \n" ); document.write( "Distance downstream= 11 \n" ); document.write( "Time = same \n" ); document.write( "5 /(x- 3 )= 11 /(x+ 3 ) \n" ); document.write( "5 *(x+ 3 )= 11 *(x- 3 ) \n" ); document.write( "5 x + 15 = 11 x -33 \n" ); document.write( "11 x -5 x = 33 + 15 \n" ); document.write( "6 x = 48 \n" ); document.write( "/ 6 \n" ); document.write( " x= 8 mph \n" ); document.write( " \n" ); document.write( " |