document.write( "Question 1047302: Mark Martin can row upstream at 5 MPH and downstream at 11MPH. If mark starts rowing upstream until he gets tired and then rows downstream to his starting point, how far did mark row if the entire trip took for hours. \n" ); document.write( "
Algebra.Com's Answer #662831 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Trip took how many hour? Omitted. Let this be T.
\n" ); document.write( "Unknown distance each way may be d.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "               SPEED         TIME            DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "UPSTREAM         5           \"%28d%2F5%29\"            d\r\n" );
document.write( "\r\n" );
document.write( "DOWNSTREAM       11          \"%28d%2F11%29\"           d\r\n" );
document.write( "\r\n" );
document.write( "Total                        T               2d\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"11d%2F55%2B5d%2F55=T\"\r
\n" ); document.write( "\n" ); document.write( "\"d%2811%2B5%29%2F55=T\"\r
\n" ); document.write( "\n" ); document.write( "\"d%2816%2F55%29=T\"\r
\n" ); document.write( "\n" ); document.write( "\"d=%2855%2F16%29T\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--\r
\n" ); document.write( "\n" ); document.write( "Did you mean, \"...the entire trip took FOUR hours.\" ? In that case, you would have T=4, and you can then evaluate d.
\n" ); document.write( "
\n" );