document.write( "Question 262849: Two planes are leaving a certain airport and are flying an identical path. Plane A
\n" );
document.write( "travels at a constant speed of 300 mph, and plane B, at 500 mph. Plane B leaves exactly
\n" );
document.write( "one hour after plane A has left. How long does it take for Plane B to pass plane A? \n" );
document.write( "
Algebra.Com's Answer #193616 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Plane A travels at a constant speed of 300 mph, and plane B, at 500 mph. \n" ); document.write( "Plane B leaves exactly one hour after plane A has left. \n" ); document.write( "long does it take for Plane B to pass plane A? \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "Plane A DATA: \n" ); document.write( "rate = 300 mph ; time = x hrs ; distance = rt = 300x miles \n" ); document.write( "------------------------- \n" ); document.write( "Plane B DATA: \n" ); document.write( "rate = 500 mph ; time = x-1 hrs ; distance = rt = 500(x-1) miles \n" ); document.write( "================================================================== \n" ); document.write( "Equation: \n" ); document.write( "distanceA = distanceB \n" ); document.write( "300x = 500(x-1) \n" ); document.write( "300x = 500x - 500 \n" ); document.write( "200x = 500 \n" ); document.write( "x = 5/2 hrs (A time) \n" ); document.write( "x-1 = 3/2 hrs (B time) \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |