document.write( "Question 291562: Two airplanes depart simultaneously from an airport. One flies due North; the other flies due west at a rate 25m/h slower than the first airplane. After 3 hours, radar indicates that the airplanes are 1000miles apart. What is the ground speed of each airplane?
\n" );
document.write( "I got the equation: 18r^2-450r-994375=0
\n" );
document.write( "I need to solve the equation to get the answer, but I can't figure it out with the big numbers.
\n" );
document.write( "Thanks!!! \n" );
document.write( "
Algebra.Com's Answer #210806 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! r*t=d \n" ); document.write( "(3x)^2+(3*(x-25))^2=1000^2 \n" ); document.write( "Avoiding such large numbers \n" ); document.write( "9*(2x^2-50x+625) = 1000000 \n" ); document.write( "divide by 9 \n" ); document.write( "The answer is not pretty. \n" ); document.write( "x = 25/6*(3-sqrt(3191)) \n" ); document.write( "x = 25/6*(3+sqrt(3191)) \n" ); document.write( " |