document.write( "Question 106690: A commercial airline is flying at 10km from the ground. It it approches the landing at an angle of 5 degrees from the ground, at what distance should the airplane begin it's descent? (answer is 114km from the airport, but need to know how to get there) \n" ); document.write( "
Algebra.Com's Answer #77641 by edjones(8007) You can put this solution on YOUR website! Construc a right triangle with hight 10 and angle opposite the height of 5 deg. \n" ); document.write( "You need to know the length of the line adjacent to the angle (running along the ground). \n" ); document.write( "cot=adj/opp \n" ); document.write( "cot(5)=a/10 \n" ); document.write( "a=cot(5)*10 \n" ); document.write( "a=114.301 km \n" ); document.write( "Ed \n" ); document.write( " |