document.write( "Question 157616: At 3pm a plane leaves London to fly to Madrid which is 1260 miles away. At 4PM a plane leaves Madrid to fly to London. The second plane flies 40 MPH faster than the first plane. If the planes pass one another at 4:30pm, what is the speed of each plane? \n" ); document.write( "
Algebra.Com's Answer #716185 by amalm06(224)![]() ![]() You can put this solution on YOUR website! Note that the total distance flown by both planes when they meet is 1260 mi. Therefore, one plane flies x mi, while the other plane flies 1260-x mi. \n" ); document.write( "Using d=rt, where d refers to the distance traveled along one dimension, and r refers to the average speed, we have the following system of equations:\r \n" ); document.write( "\n" ); document.write( "x=1.5r\r \n" ); document.write( "\n" ); document.write( "1260-x=0.5(r+40)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for r:\r \n" ); document.write( "\n" ); document.write( "1.5r=1240-0.5r\r \n" ); document.write( "\n" ); document.write( "3r=1240\r \n" ); document.write( "\n" ); document.write( "r=620 mph (Answer), r=660 mph (Answer) \n" ); document.write( " |