document.write( "Question 244230: A plane left at 3pm flying west at 450 miles per hour. At 3:30 pm another plane left the same airport flying west at 500 miles per hour. At what time did the second plane overtake the first plane? \n" ); document.write( "
Algebra.Com's Answer #178728 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! first plane speed 450 mph \n" ); document.write( "second plane speed 500 mph \n" ); document.write( "rt=d \n" ); document.write( "RT=D \n" ); document.write( "30 minutes head start=1/2 hour \n" ); document.write( "450*(t+1/2)=500(t)divide by 50 \n" ); document.write( "9*(t+1/2)=10t \n" ); document.write( "9t+4.5=10t \n" ); document.write( "simplify \n" ); document.write( "4.5 hours =t \n" ); document.write( "They pass at 7:30 pm \n" ); document.write( " |