document.write( "Question 884307: You have collected data on several buildings. For each building, you are given the angle of the line of sight up to the top of the building, and the distance to the building. Calculate the height of each building.
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "15. Building 1 Angle 71o Distance 20 meters \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A 89.26 m
\n" );
document.write( " B74.23 m
\n" );
document.write( " C25.62 m
\n" );
document.write( " D19.23 m
\n" );
document.write( " E 67.23 m
\n" );
document.write( " F 58.08 m \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #534344 by rothauserc(4718) You can put this solution on YOUR website! let h be the height of the building, then \n" ); document.write( "tan(71) = h/20 \n" ); document.write( "h = tan(71)*20 = 58.08 m \n" ); document.write( "F is the correct answer \n" ); document.write( " \n" ); document.write( " |