document.write( "Question 842540: A stream is going 3 miles an hour. A boat travels upstream 12 miles and then returns to its original position downstream along the same route. If the speed of the boat in still water is 9 miles per hour, what is the average speed for the whole trip there and back? \n" ); document.write( "
Algebra.Com's Answer #507609 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! upstream = 9-3 = 6 \n" ); document.write( "downstream = 9+3 = 12 \n" ); document.write( "average speed = (2*12*6)/(12+6) \n" ); document.write( "=8 miles per hour \n" ); document.write( " |