document.write( "Question 1129586: Hello! Thank you in advance for taking the time to help me!\r
\n" );
document.write( "\n" );
document.write( "The question is: Two planes take off from the same airport at the same time using different runways. One plane travels on a bearing S15 degreesW at 350 miles per hour. The other plane travels on a bearing N75 degrees E at 250 miles per hour. How far are the planes from each other 3 hours after takeoff?\r
\n" );
document.write( "\n" );
document.write( "Answer: The distance is approximately _____ miles (round to the nearest mile as needed)\r
\n" );
document.write( "\n" );
document.write( "I've been stuck on this problem for nearly over an hour and a half now with countless pieces of paper with my work, however, every time i solve this, I get a different answer and not the right one. I am starting to get very frustrated with this so figured I could ask for some help on how to walk through this problem. Thank you! \n" );
document.write( "
Algebra.Com's Answer #746164 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two planes take off from the same airport at the same time using different runways. One plane travels on a bearing S15 degrees W at 350 miles per hour. The other plane travels on a bearing N75 degrees E at 250 miles per hour. How far are the planes from each other 3 hours after takeoff? \n" ); document.write( "----- \n" ); document.write( "S15 degrees W is an azimuth of 270-15 = 255 degrees \n" ); document.write( "x coordinate after 3 hrs at 350 mph:: 3*350cos(255 deg) = -271.77 \n" ); document.write( "y coordinate after 3 hrs at 350 mph:: 3*350sin(255 deg) = -1014.22 \n" ); document.write( "--- \n" ); document.write( "N75 degrees E is an azimuth of 90-75 = 15 degrees \n" ); document.write( "x coordinate after 3hrs at 350 mph:: 3*350cos(15 deg) = 1014.22 \n" ); document.write( "y coordinate aftere 3 hrs at 350 mph:: 3*350sin(15 deg) = 271.80 \n" ); document.write( "-------------- \n" ); document.write( "distance = sqrt[(1014.22+271.77)^2 + (1014.22+271.8)^2] \n" ); document.write( "distance = sqrt[1651790.448+1653847.44] = 1818.14 miles \n" ); document.write( "----- \n" ); document.write( "Answer: The distance is approximately 1818 miles (round to the nearest mile as needed) \n" ); document.write( " |