document.write( "Question 875669: A pilot has just started on the glide path for landing at an airport with a runway of length 9000 feet. The angles of depression from the plane to the ends of the runway are 17.5 degree and 18.8 degrees. Find the air distance the plane must travel until touching down on the near end of the runway. \n" ); document.write( "
Algebra.Com's Answer #528367 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let ground distance to the near end of runway be x \n" ); document.write( " rhe distance between two ends be 9000\r \n" ); document.write( "\n" ); document.write( "tan17.5 =9000/(x+9000)\r \n" ); document.write( "\n" ); document.write( "x+9000 = 9000/tan 17.5\r \n" ); document.write( "\n" ); document.write( "x= 9000/tan 17.5 - 9000\r \n" ); document.write( "\n" ); document.write( "x=19544 \r \n" ); document.write( "\n" ); document.write( "cos 18.5 = 19544/ air distance to touch down\r \n" ); document.write( "\n" ); document.write( "air distance to touch down = 19544/cos 18.5\r \n" ); document.write( "\n" ); document.write( "=20609 feet \n" ); document.write( " |