document.write( "Question 1054156: Two airplanes depart from an airport traveling in opposite directions. The second airplane is 200 miles per hour faster than the first. After 2 hours they are 1100 miles apart. Find the speeds of the airplanes? \n" ); document.write( "
Algebra.Com's Answer #669353 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Two airplanes depart from an airport traveling in opposite directions. The second airplane is 200 miles per hour faster
\n" ); document.write( "than the first. After 2 hours they are 1100 miles apart. Find the speeds of the airplanes?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "2*(x + (x+200)) = 1100.    (It is the \"distance\" equation D = R*T)\r\n" );
document.write( "                           (Here \"x\" is the speed of the slowest plane)\r\n" );
document.write( "\r\n" );
document.write( "Simplfy and solve for x:\r\n" );
document.write( "\r\n" );
document.write( "2x + 2x + 400 = 1100  --->\r\n" );
document.write( "\r\n" );
document.write( "4x = 1100-400,\r\n" );
document.write( "\r\n" );
document.write( "4x = 700   --->  x = \"700%2F4\" = 175 mph.\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The speed of the slowest plane is 175 mph.\r\n" );
document.write( "         The speed ot the other plane is 175+200 = 375 mph.\r\n" );
document.write( "\r\n" );
document.write( "Check.  2*(175+375) = 2*550 = 1100.   Correct!\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );