document.write( "Question 154274: A plane leaves Denver heading due north at 500 mph. Simultaneously, another
\n" );
document.write( "plane leaves Denver traveling due east at 1200 mph. After how many minutes
\n" );
document.write( "will the planes be 650 miles apart? \n" );
document.write( "
Algebra.Com's Answer #113581 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A plane leaves Denver heading due north at 500 mph. Simultaneously, another \n" ); document.write( "plane leaves Denver traveling due east at 1200 mph. After how many minutes \n" ); document.write( "will the planes be 650 miles apart? \n" ); document.write( "------------------- \n" ); document.write( "Draw the picture on a coordinate system; use the y-axis for north \n" ); document.write( "and the x-axis for east. \n" ); document.write( "--------------------------- \n" ); document.write( "Let the time in hours be \"x\" for both planes \n" ); document.write( "North distance = 500x miles \n" ); document.write( "East distance = 1200x miles \n" ); document.write( "------------------------------- \n" ); document.write( "Use Pytagoras with a hypotenuse of 650 miles. \n" ); document.write( "EQUATION: \n" ); document.write( "(500x)^2 + (1200x)^2 = 650^2 \n" ); document.write( "250000x^2 + 1440000x^2 = 650^2 \n" ); document.write( "1690000x^2 = 650^2 \n" ); document.write( "x^2 = 0.25 \n" ); document.write( "x = 0.5 hours \n" ); document.write( "------------------ \n" ); document.write( "Time = 30 minutes \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |