document.write( "Question 383994: Going from point A to point B a driver averages 60mph. On the return trip along the same route he averages 40mph. What is the average rate for the entire trip? \n" ); document.write( "
Algebra.Com's Answer #271814 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! It's not 50 mph. More time is spent moving at 40 mph than moving at 60 mph. It's always less than the average of the 2 speeds, unless they're equal. \n" ); document.write( "------------- \n" ); document.write( "d = rt \n" ); document.write( "t = d/r \n" ); document.write( "d = the distance, so t = 2d/r for the round trip \n" ); document.write( "2t = d/60 + d/40 = 100d/2400 = d/24 (total time) \n" ); document.write( "t = d/48 \n" ); document.write( "r = 48 mph \n" ); document.write( " \n" ); document.write( " |