document.write( "Question 1011896: A,B,C are three points in a straight horizontal line.
\n" );
document.write( "A plane is flying horizontally directly above ABC.
\n" );
document.write( "When the plane passes over point B, the angle of elevation from A is 42 degrees.
\n" );
document.write( "When the plane passes over point C, The angle of elevation from A is 34 degrees.
\n" );
document.write( "The horizontal distance between B and C is 2km.\r
\n" );
document.write( "\n" );
document.write( "Find the height of the plane above ABC to the nearest kilometre. \n" );
document.write( "
Algebra.Com's Answer #627729 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! ==*====*=====* \n" ); document.write( "==A====B====C \n" ); document.write( "tan 42=h/x \n" ); document.write( "tan 34=h/(x+2) \n" ); document.write( "0.900=h/x \n" ); document.write( "h=0.900x \n" ); document.write( "(x+2)*0.675=h \n" ); document.write( "set the two equal \n" ); document.write( "0.900x=0.675x+1.350 \n" ); document.write( "0.225x=1.350 \n" ); document.write( "x=6 km \n" ); document.write( "Therefore h=0.900x=5.4 km\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |