document.write( "Question 548087: Two planes leave at 9 AM from airports that are 2700 miles apart and fly towards each other at speeds of 200 mph and 250 mph.
\n" );
document.write( " At what time will they pass each other?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #356747 by mananth(16946)![]() ![]() You can put this solution on YOUR website! distance = 2700 \n" ); document.write( "speed of one plane = 200 mph \n" ); document.write( "speed of other =250 mph\r \n" ); document.write( "\n" ); document.write( "they are moving towards each other \n" ); document.write( "so add up speeds \n" ); document.write( "250+200 = 450 mph\r \n" ); document.write( "\n" ); document.write( "distance = 2700\r \n" ); document.write( "\n" ); document.write( "time = d/r \n" ); document.write( "2700/450 \n" ); document.write( "=6 hours \n" ); document.write( " |