document.write( "Question 719674: Bubba and Madge are lying on the grass 100 yards apart. Ideally, they would be making googly eyes at one another, but unfortunately a pine tree stands alone somewhere between them. Madge notices that there is a 17 degree angle of elevation to the top of the tree – Bubba discovers there is a 12 degree angle of elevation to the tree’s top. To the nearest inch, how tall is the tree?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #441455 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! For simplicity of calculation, let Bubba's angle = B and Madge's angle = M \n" ); document.write( "Let x = the distance along the ground from Madge to the tree \n" ); document.write( "Then 100 - x = the distance along the ground from Bubba to the tree \n" ); document.write( "Let h = the height of the tree \n" ); document.write( "tan(M) = h/x -> x = h/tan(M) \n" ); document.write( "tan(B) = h/(100-x) -> tan(B) = h/(100-(h/tan(M)) \n" ); document.write( "Simplify and solve for h: \n" ); document.write( "tan(B)(100 - h/tan(M)) = h \n" ); document.write( "h = 100tan(B)/(1+tan(B)/tan(M)) \n" ); document.write( "Divide top and bottom by tan(B): \n" ); document.write( "h = 100/(1/tan(B) + 1/tan(M)) \n" ); document.write( "Putting in the numbers gives h = 12.5384 yds \n" ); document.write( "0.5384 yds = 19.38 inch \n" ); document.write( "So to the nearest inch the tree is 12 yds 19 inch \n" ); document.write( " |