document.write( "Question 1061144: Airplane A travels 2800 km at a certain speed.Plane B travels 2000 km at a speed 50 km/h faster than plane A in 3 hrs less time. find the speed of each plane? \n" ); document.write( "
Algebra.Com's Answer #675953 by ikleyn(52803)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Airplane A travels 2800 km at a certain speed.Plane B travels 2000 km at a speed 50 km/h faster than plane A in 3 hrs less time.
\n" ); document.write( "find the speed of each plane?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let \"u\" be the speed of the faster plane (plane B).\r\n" );
document.write( "Then the speed of the plane A is (u-50) km/h.\r\n" );
document.write( "\r\n" );
document.write( "The literal translation of the condition is this equation:\r\n" );
document.write( "\r\n" );
document.write( "\"2800%2F%28u-50%29+-+2800%2Fu\" = 3.\r\n" );
document.write( "\r\n" );
document.write( "Indeed, \"2800%2F%28u-50%29\" is the time for the plane A, while \"2800%2Fu\" is the time for plane B.\r\n" );
document.write( "\r\n" );
document.write( "To solve the equation, multiply both sides by u*(u-50). You will get\r\n" );
document.write( "\r\n" );
document.write( "2800u - 2800(u-50) = 3u*(u-50),  or\r\n" );
document.write( "\r\n" );
document.write( "3u^2 - 150u - 140000 = 0.\r\n" );
document.write( "\r\n" );
document.write( "Solve this quadratic equation using the quadratic formula.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );