document.write( "Question 146133: on a weekend outing, bernard rents a motorboat for 10 hours to travel down the river and back. The rental operator tells him to go for 4 hours downstream, leaving 6 hours to return upstream. \r
\n" );
document.write( "\n" );
document.write( "If the river current flows at a speed of 4mph how fast must Bernard teavel in order to return in 10 hours?\r
\n" );
document.write( "\n" );
document.write( "How far downstream did Bernard go before he turned back? \n" );
document.write( "
Algebra.Com's Answer #106684 by dealkit(1)![]() ![]() ![]() You can put this solution on YOUR website! Assume the boat speed is Xmph \n" ); document.write( "the river speed is 4mph\r \n" ); document.write( "\n" ); document.write( "Since the operators asked him to turn back after 4 hours \n" ); document.write( " and return journey will take 6 hours \n" ); document.write( " (remember that the speed is added in one way, and reduced in return)\r \n" ); document.write( "\n" ); document.write( " (x+4) * 4 = (x-4) * 6 \n" ); document.write( " 4x+16 = 6x-24 \n" ); document.write( " 2x = 40 \n" ); document.write( " x = 20\r \n" ); document.write( "\n" ); document.write( " speed of boat must be 20mph \n" ); document.write( " \n" ); document.write( " |