document.write( "Question 252822: Flying east between two cities, a plane's speed is 380 mph. On the return trip it flies at 420 mph. Find the average speed over the whole round trip. (NO, the answer is not 400 mph.) \n" ); document.write( "
Algebra.Com's Answer #184924 by richwmiller(17219) You can put this solution on YOUR website! No, it isn't 400 but the difference is not worth the bother. I doubt the speedometers are that accurate anyways, especially if they are analog.\r \n" ); document.write( "\n" ); document.write( "r=distance/time \n" ); document.write( "time=d/380+d/420 \n" ); document.write( "distance=2d \n" ); document.write( "r=2d/(d/380+d/420) \n" ); document.write( "r=399 \n" ); document.write( " |