document.write( "Question 667747: Two planes start from Chicago at the same time and fly in opposite directions, one averaging a speed of 40 miles per hour greater than the other. If they are 2000 miles apart after 5 hours, find their average speeds. \n" ); document.write( "
Algebra.Com's Answer #415155 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Plane A speed = x \n" ); document.write( "Plane B speed = x+40\r \n" ); document.write( "\n" ); document.write( "They are moving away from each other \n" ); document.write( "combined speed = 2x+40\r \n" ); document.write( "\n" ); document.write( "Distance = 2000 \n" ); document.write( "time = 5\r \n" ); document.write( "\n" ); document.write( "d= rt \n" ); document.write( "2000= (2x+40)*5 \n" ); document.write( "2000=10x+200 \n" ); document.write( "1800=10x \n" ); document.write( "x= 180 mi/h\r \n" ); document.write( "\n" ); document.write( "180mi/h and 220 mi/h are their speeds \n" ); document.write( " \n" ); document.write( " |