document.write( "Question 342957: Trying to help my son with Algebra II, and I just can't remember!\r
\n" );
document.write( "\n" );
document.write( "Plane flies roundtrip from Denver to San Francisco a total of 1600 miles. Trip time is 9 hours. Return trip from San Francisco, the plane averages 40 mph faster than the outbound flight. What is the average speed to San Fran and back?
\n" );
document.write( "X1 = Avg speed out in mph
\n" );
document.write( "X2 = Avg speed back in mph
\n" );
document.write( "Y1 = time out in hours
\n" );
document.write( "Y2 = time back in hours
\n" );
document.write( "1600 Miles = X1*Y1 + X2*Y2
\n" );
document.write( "Y2= 9-Y1
\n" );
document.write( "X2 = X1 + 40 mph
\n" );
document.write( "X1 = 800/Y1\r
\n" );
document.write( "\n" );
document.write( "I set up to solve for mph, using the substitutions I've identified, and get lost... \n" );
document.write( "
Algebra.Com's Answer #245448 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Plane flies roundtrip from Denver to San Francisco a total of 1600 miles. Trip time is 9 hours. Return trip from San Francisco, the plane averages 40 mph faster than the outbound flight. What is the average speed to San Fran and back? \n" ); document.write( "-------------- \n" ); document.write( "Is 9 hours the time for the round trip? 800 miles each way? If so: \n" ); document.write( "The average overall is 1600/9 =~ 177.8 mph \n" ); document.write( "---------------------------- \n" ); document.write( "If you want the avg speed for each half of the trip: \n" ); document.write( "d = rt \n" ); document.write( "t = d/r \n" ); document.write( "9 = 800/r + 800/(r+40) \n" ); document.write( "9*r*(r+40) = 800(r+40) + 800r \n" ); document.write( "9r^2 + 360r = 800r + 3200 + 800r = 1600r + 3200 \n" ); document.write( "9r^2 - 1240r - 3200 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "r = x (Ignore the negative solution) \n" ); document.write( "r =~ 140 going \n" ); document.write( "r + 40 =~ 180 returning \n" ); document.write( " \n" ); document.write( " |