document.write( "Question 213913: Two planes leave simultaneously from the same airport, one flying due east and the other due south. The eastbound plane is flying 100 miles per hour faster than the southbound plane. After 4 hours the planes are 3080 miles apart. Find the speed of each plane. (Use 1 decimal place.) \n" ); document.write( "
Algebra.Com's Answer #161656 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two planes leave simultaneously from the same airport, one flying due east and the other due south. \n" ); document.write( "The eastbound plane is flying 100 miles per hour faster than the southbound plane. \n" ); document.write( "After 4 hours the planes are 3080 miles apart. \n" ); document.write( " Find the speed of each plane. (Use 1 decimal place.) \n" ); document.write( ": \n" ); document.write( "The distance between the planes is the hypotenuse of a right triangle \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( ": \n" ); document.write( "Let s = speed of the southbound plane \n" ); document.write( "then \n" ); document.write( "(s+100) = speed of the eastbound \n" ); document.write( ": \n" ); document.write( "Dist = speed * time \n" ); document.write( ": \n" ); document.write( "a = 4s; south distance \n" ); document.write( "b = 4(s+100); east distance \n" ); document.write( "c = 3080; distance between the planes after 4 hrs \n" ); document.write( ": \n" ); document.write( "(4s)^2 + (4(s+100))^2 = 3080^2 \n" ); document.write( ": \n" ); document.write( "16s^2 + (4s+400)^2 = 9486400 \n" ); document.write( ": \n" ); document.write( "16s^2 + (4s+400)^2 = 9486400 \n" ); document.write( ": \n" ); document.write( "16s^2 + 16s^2 + 3200s + 160000 = 948640 \n" ); document.write( "; \n" ); document.write( "16s^2 + 16s^2 + 3200s + 160000 - 9486400 = 0 \n" ); document.write( "; \n" ); document.write( "32s^2 + 3200s - 9326400 = 0 \n" ); document.write( ": \n" ); document.write( "Simplify divide by 32: \n" ); document.write( "s^2 + 100s - 291450 = 0 \n" ); document.write( ": \n" ); document.write( "Using the quadratic formula; a=1; b=100; c=291450 \n" ); document.write( "; \n" ); document.write( "I got a positive solution of 492.2 mph the south bound plane \n" ); document.write( ": \n" ); document.write( "then 592.2 mph the east bound plane \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution on a calc; enter |