document.write( "Question 263749: How far upstream can a motorboat travel at 8 mi/hr and still return downstream at 12 mi/hr in a total time of 4 hr?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #194355 by mananth(16946) You can put this solution on YOUR website! How far upstream can a motorboat travel at 8 mi/hr and still return downstream at 12 mi/hr in a total time of 4 hr?\r \n" ); document.write( "\n" ); document.write( "let the time taken upstream be x \n" ); document.write( "the down stream time will be 4-x hrs.\r \n" ); document.write( "\n" ); document.write( "speed upstream = 8mph\r \n" ); document.write( "\n" ); document.write( "distance upstream = 8*x\r \n" ); document.write( "\n" ); document.write( "distance down stream = 12*(4-x)\r \n" ); document.write( "\n" ); document.write( "8x= 48-12x \n" ); document.write( "16x=48 \n" ); document.write( "x=3 hour---------------------------------- 24 miles \n" ); document.write( "down stream time = 1hour\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |