document.write( "Question 841735: Mark can row upstream at 5mph and downstream at 11 mph if mark starts rowing upstream until he gets tired and then rows downstream to his starting point how far did he row if the entire trip took 4 hrs
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #507167 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Mark can row upstream at 5mph and downstream at 11 mph if mark starts rowing upstream until he gets tired and then rows downstream to his starting point how far did he row if the entire trip took 4 hrs \n" ); document.write( "*** \n" ); document.write( "let x=travel time upstream \n" ); document.write( "4-x=travel time downstream \n" ); document.write( "distance=travel time*speed \n" ); document.write( "5x=11(4-x) \n" ); document.write( "5x=44-11x \n" ); document.write( "16x=44 \n" ); document.write( "x=44/16=11/4 \n" ); document.write( "4-x=16/4-11/4=5/4 \n" ); document.write( "5*11/4=55/4(distance upstream) \n" ); document.write( "11*5/4=55/4(distance downstream) \n" ); document.write( "2*55/4=55/2=27.5 \n" ); document.write( "how far did he row? 27.5 miles \n" ); document.write( " \n" ); document.write( " |