document.write( "Question 1086186: Two airplanes leave an airport at the same time and at a 90° angle from each other.Both planes fly at the same altitude, one at 120 mph and the other at 140 mph. To the nearest tenth of a mile, how far are the planes from each other after 3 hours? \n" ); document.write( "
Algebra.Com's Answer #700423 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The planes travel at right angles to each other for 3 hours. \n" ); document.write( "The distance traveled by plane 1 after 3 hours is 120 mph* 3 h = 360 mi \n" ); document.write( "The distance traveled by plane 2 after 3 hours is 140*3 = 420 mi \n" ); document.write( "Their distance apart is the hypotenuse of a right triangle with legs 360 and 420. \n" ); document.write( "Thus the distance is sqrt(360^2 + 420^2) = 553.2 miles \n" ); document.write( " |