document.write( "Question 184033: Suppose you are at a river resort and rent a motorboat for 5 hours starting at 7am. You are told that the boat will travel at 8 miles per hour upstream and 12 miles per hour returning. 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 #138089 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Distance(d) equals Rate(r) times Time(t) or d=rt; r=d/t and t=d/r \n" ); document.write( "Let t=amount of time used to travel upstream \n" ); document.write( "And (5-t)= amount of time used to travel downstream\r \n" ); document.write( "\n" ); document.write( "Distance travelled upstream=8*t \n" ); document.write( "Distance travelled downstream=12(5-t) \n" ); document.write( "And we know that the above two distances have to be equal, so: \n" ); document.write( "8t=12(5-t) get rid of parens \n" ); document.write( "8t=60-12t add 12t to each side \n" ); document.write( "8t+12t=60-12t+12t collect like terms \n" ); document.write( "20t=60 \n" ); document.write( "t=3 hr-----------------time travelled upstream \n" ); document.write( "So, 7am + 3 hr=10am--------------time to turn back \n" ); document.write( "5-t=5-3=2 hr ------------time travelled downstream \n" ); document.write( "distance upstream =8*t=8*3=24 mi from resort\r \n" ); document.write( "\n" ); document.write( "ANOTHER WAY: \n" ); document.write( "let t=time used to travel upstream \n" ); document.write( "Then 5-t=time used to travel downstream \n" ); document.write( "Let d=distance travelled upstream; also distance travelled downstream as well as distance from resort when turning back \n" ); document.write( "7am + t=time to turn back \n" ); document.write( "t=d/8-----------------------------eq1 \n" ); document.write( "5-t=d/12---------------------------eq2 \n" ); document.write( "substitute t=d/8 from eq1 into eq2 \n" ); document.write( "5-d/8=d/12 multiply each term by 24 \n" ); document.write( "120-3d=2d add 3d to each side \n" ); document.write( "5d=120 \n" ); document.write( "d=24 mi----------------------distance from resort when turning back \n" ); document.write( "substitute d=24 into eq1 \n" ); document.write( "t=24/8=3 hrs----------------time used to travel upstream \n" ); document.write( "7am+3=10am-------------time to turn back\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |