document.write( "Question 1203414: A small aircraft pilot flying towards two mountains in foggy conditions wants to map its position in comparison to two control towers. They discover the aircraft is on a true bearing of 143 degrees from tower A and on a true bearing of 075 degrees from tower B. Tower A is 25km north of tower B.\r
\n" );
document.write( "\n" );
document.write( "Determine the distance from the aircraft to each tower. \n" );
document.write( "
Algebra.Com's Answer #838979 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A small aircraft pilot flying towards two mountains in foggy conditions wants to map its position in comparison to two control towers. They discover the aircraft is on a true bearing of 143 degrees from tower A and on a true bearing of 075 degrees from tower B. Tower A is 25km north of tower B.\r \n" ); document.write( "\n" ); document.write( "Determine the distance from the aircraft to each tower. \n" ); document.write( "========================= \n" ); document.write( "Use P for the position of the plane, and A, B & P for the angles, and side a is opposite angle A, etc. \n" ); document.write( "--- \n" ); document.write( "Angle A = 37 degs (180 - 143) \n" ); document.write( "Angle B = 75 degs \n" ); document.write( "Angle P = 68 degs (180 - (A + B)) \n" ); document.write( "Side p = 25 km \n" ); document.write( "Use the Law of Sines to find sides a & b \n" ); document.write( "--- \n" ); document.write( "a/sin(A) = p/sin(P) \n" ); document.write( "a = 25*sin(37)/sin(68) \n" ); document.write( "a = ~ 16.227 km, the distance to tower B \n" ); document.write( "--------------- \n" ); document.write( "b/sin(B) = p/sin(P) \n" ); document.write( "b = 25*sin(75)/sin(68) \n" ); document.write( "b = ~ 26.045 km. the distance to tower A \n" ); document.write( " \n" ); document.write( " |