document.write( "Question 623655: A airplane leaves an airport traveling east at 140 mph. 20 minutes later, a jet leaves the same airport traveling east at 515 mph.
\n" );
document.write( "how long will the plane be flying before the jet passes it? \n" );
document.write( "
Algebra.Com's Answer #392279 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A airplane leaves an airport traveling east at 140 mph. 20 minutes later, a jet leaves the same airport traveling east at 515 mph. \n" ); document.write( "how long will the plane be flying before the jet passes it? \n" ); document.write( "** \n" ); document.write( "let x=travel time of airplane \n" ); document.write( "x-1/3=travel time of jet (20 min=1/3 hr) \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "140x=515(x-1/3)=515x-515/3 \n" ); document.write( "375x=515/3 \n" ); document.write( "x=515/(3*375)*60≈27.5 min \n" ); document.write( "The jet passes the airplane in about 27.5 min \n" ); document.write( " |