document.write( "Question 1021595: Finding the angle of depression between two buildings.\r
\n" );
document.write( "\n" );
document.write( "Building 1 is 9.28 meters high and the angle of elevation from the base to the top is 52 degrees. Building 2 is 11.19 meters high and the angle of elevation from the base to the top is 75 degrees. Find the angle of depression between the two buildings. \n" );
document.write( "
Algebra.Com's Answer #637413 by Alan3354(69443) You can put this solution on YOUR website! Building 1 is 9.28 meters high and the angle of elevation from the base to the top is 52 degrees. Building 2 is 11.19 meters high and the angle of elevation from the base to the top is 75 degrees. Find the angle of depression between the two buildings. \n" ); document.write( "------------- \n" ); document.write( "distance between the buildings = 11.19/tan(75) =~ 2.998 m \n" ); document.write( "difference in height = 11.19 - 9.28 = 1.91 m \n" ); document.write( "tan(A) = 1.91/2.998 \n" ); document.write( "Angle = 32.5 degs \n" ); document.write( " |