document.write( "Question 1056748: Airplane A travels 2800
\n" );
document.write( "
\n" );
document.write( "km at a certain speed. Plane B travels 2000
\n" );
document.write( "
\n" );
document.write( "km at a speed 50 km divided by h
\n" );
document.write( "
\n" );
document.write( "faster than plane A in 3 hrs less time. Find the speed of each plane. \n" );
document.write( "
Algebra.Com's Answer #671829 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Airplane A travels 2800 km at a certain speed \n" ); document.write( " Plane B travels 2000 km at a speed 50 km/hr faster than plane A in 3 hrs less time. \n" ); document.write( " Find the speed of each plane. \n" ); document.write( ": \n" ); document.write( "let s = the speed of Plane A \n" ); document.write( "then \n" ); document.write( "(s+50) = the speed of B \n" ); document.write( ": \n" ); document.write( "Write a time equation, time = dist/speed \n" ); document.write( "A time - b Time = 3 hrs \n" ); document.write( " \n" ); document.write( "multiply equation by s(s+50), cancel the denominators \n" ); document.write( "2800(s+50) - 2000s = 3s(s+50) \n" ); document.write( "2800s + 140000 - 2000s = 3s^2 + 150s \n" ); document.write( "800s + 140000 = 3s^2 + 150s \n" ); document.write( "0 = 3s^2 + 150s - 800s - 140000 \n" ); document.write( "A quadratic equation \n" ); document.write( "3s^2 - 650s - 140000 = 0 \n" ); document.write( "You can use the quadratic formula, but this will factor to \n" ); document.write( "(3s+400)(s-350) \n" ); document.write( "the positive solution is what we want here \n" ); document.write( "s = 350 mph for plane A and obviously, 400 mph for place B \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( " |