document.write( "Question 1168100: An air traffic controller is tracking two planes. To start, Plane A is at an altitude of 5000 feet and Plane B is at an altitude of 4748 feet. Plane A is gaining altitude at 45.25 feet per second and Plane B is gaining altitude at 50.5 feet per second.
\n" );
document.write( "How many seconds will pass before the planes are at the same altitude?
\n" );
document.write( "What will their altitude be when they're at the same altitude? \n" );
document.write( "
Algebra.Com's Answer #792736 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Altitude(A) = 5000ft + 45.25ft/sec * t \n" ); document.write( " Altitude(B) = 4748ft + 50.5ft/sec * t \n" ); document.write( "They will be at the same altitude when the two equations are equal:\r \n" ); document.write( "\n" ); document.write( "4748 + 50.5t = 5000 + 45.25t \r \n" ); document.write( "\n" ); document.write( "Solve for t: t=48sec \n" ); document.write( "Plug t=48 into (A) or (B): Altitude(B)=7172ft \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |