document.write( "Question 799445: Suppose you are at a river resort and rent a motor boat for 5 hours starting at 7 A.M. You are told that the boat will travel at 8 miles per hour upstream and 12 miles per hour downstream. You decide that you would like to go as far up the river as you can and still be back at noon. At what time should you turn back, and how far from the resort will you be at that time? \n" ); document.write( "
Algebra.Com's Answer #482683 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+t+\" = time for boat to go upstream
\n" ); document.write( "\"+5+-+t+\" = time to go downstream
\n" ); document.write( "--------------
\n" ); document.write( "Equation for going upstream:
\n" ); document.write( "\"+d+=+8t+\"
\n" ); document.write( "Equation for going downstream:
\n" ); document.write( "\"+d+=+12%2A%28+5+-+t+%29+\"
\n" ); document.write( "-------------------
\n" ); document.write( "By substitution:
\n" ); document.write( "\"+8t+=+12%2A%28+5+-+t+%29+\"
\n" ); document.write( "\"+8t+=+60+-+12t+\"
\n" ); document.write( "\"+20t+=+60+\"
\n" ); document.write( "\"+t+=+3+\"
\n" ); document.write( "---------
\n" ); document.write( "You should turn back in 3 hrs
\n" ); document.write( "---------
\n" ); document.write( "\"+d+=+8t+\"
\n" ); document.write( "\"+d+=+8%2A3+\"
\n" ); document.write( "\"+d+=+24+\"
\n" ); document.write( "You'll be 24 miles from the resort
\n" ); document.write( "-------------
\n" ); document.write( "check:
\n" ); document.write( "\"+d+=+12%2A%28+5+-+3+%29+\"
\n" ); document.write( "\"+d+=+12%2A2+\"
\n" ); document.write( "\"+d+=+24+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );