document.write( "Question 360064: A boat travels uptream. It takes him 1.2 hrs to reach his destination. The return trip to starting point takes .9 hours. He is traveling 5mph faster going downstream. How fast does the boat travel going upstream? \n" ); document.write( "
Algebra.Com's Answer #256903 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let upstream speed be x \n" ); document.write( "downstream speed = x+5 \n" ); document.write( ".. \n" ); document.write( "upstream time = 1.2 hours \n" ); document.write( "downstream time = 0.9 hours \n" ); document.write( ".. \n" ); document.write( "1.2x=0.9(x+5) \n" ); document.write( "1.2x=0.9x+4.5 \n" ); document.write( "0.3x=4.5 \n" ); document.write( "x=4.5/0.3 \n" ); document.write( "x=15 mph upstream speed \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |