document.write( "Question 465940: how can i calculate average speed
\n" ); document.write( "when a plane is flying from one city to another and is 550 miles per hour and is 430 miles per hour on the return flight.
\n" ); document.write( "

Algebra.Com's Answer #319431 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
calculate average speed when a plane is flying from one city to another and
\n" ); document.write( " is 550 miles per hour and is 430 miles per hour on the return flight.
\n" ); document.write( ":
\n" ); document.write( "Let a = the average speed for the round trip
\n" ); document.write( "Let d = the one-way dist
\n" ); document.write( ":
\n" ); document.write( "Write a time equation: time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "outbound time + return time = total time
\n" ); document.write( "\"d%2F550\" + \"d%2F430\" = \"%282d%29%2Fa\"
\n" ); document.write( "Actually we don't need d, just put it in here to illustrate what we are doing here
\n" ); document.write( "Divide thru by d, and we have:
\n" ); document.write( "\"1%2F550\" + \"1%2F430\" = \"2%2Fa\"
\n" ); document.write( "Multiply by 23650a to clear the denominators, results
\n" ); document.write( "43a + 55a = 47300
\n" ); document.write( "98a = 47300
\n" ); document.write( "a = \"47300%2F98\"
\n" ); document.write( "a = 482.653 mph is the average speed
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "You can confirm this solution by choosing a value for d and finding the total of the actual times.
\n" ); document.write( "
\n" ); document.write( "
\n" );