document.write( "Question 999146: a hiker approximates an angle at the top of a hill to be 22 degrees. After walking 700 feet closer, the hiker estimates to angle of elevation increased by 16 degrees. How high is the hill? \n" ); document.write( "
Algebra.Com's Answer #616838 by Boreal(15235) You can put this solution on YOUR website! The height of the hill is x feet above the hiker. \n" ); document.write( "The tangent of the height is x/the distance the hiker is from the perpendicular. \n" ); document.write( "tan 22=0.4040=x/distance(d) \n" ); document.write( "700 feet closer, the angle is now 38 degrees. \n" ); document.write( "The height hasn't changed, but the distance is less \n" ); document.write( "tan 38=0.7813=x/(d-700) \n" ); document.write( "0.7813*(d-700)=0.4040d , because both of these tangents are equal to the same x or height, so they are equal to each other. \n" ); document.write( "0.7813d-546.90=0.404d \n" ); document.write( "0.3773d=546.90 \n" ); document.write( "d=1449.51 ft. THAT IS NOT THE HEIGHT, ONLY THE LENGTH OF THE ADJACENT SIDE. \n" ); document.write( "TAN 22=X/1449.51 \n" ); document.write( "1449.51*0.404=585.60 FEET \n" ); document.write( "check with the other \n" ); document.write( "749.51*0.7813=585.58 FEET, the same given rounding error. \n" ); document.write( " |