document.write( "Question 726732: How would I solve this question?\r
\n" );
document.write( "\n" );
document.write( "A high speed train travels from Chicago to Denver at an average speed of 90 miles per
\n" );
document.write( "hour, but can make the return trip at an average speed of 110 miles per hour. What is the
\n" );
document.write( "average speed for the round trip?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #444771 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A high speed train travels from Chicago to Denver at an average speed of 90 miles per \n" ); document.write( "hour, but can make the return trip at an average speed of 110 miles per hour. What is the \n" ); document.write( "average speed for the round trip? \n" ); document.write( "------------ \n" ); document.write( "d = distance one way \n" ); document.write( "t = RT time = d/90 + d/110 \n" ); document.write( "RT distance = 2d \n" ); document.write( "---- \n" ); document.write( "RT avg speed = 2d/(d/90 + d/110) \n" ); document.write( "= 2/(1/90 + 1/110) = 2/((90 + 110)/(90*110)) \n" ); document.write( "= 2*90*110/(90 + 110) = 99 mi/hr \n" ); document.write( "---------------------- \n" ); document.write( "Avg speed for a round trip = 2*r1*r2/(r1 + r2) \n" ); document.write( "Distance is not a factor.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |