document.write( "Question 75259: Can you please help me solve this: 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. \r
\n" );
document.write( "\n" );
document.write( "Building 5 Angle 1º Distance 500 meters \n" );
document.write( "
Algebra.Com's Answer #75074 by edjones(8007) You can put this solution on YOUR website! tan(x)=opp/adj \n" ); document.write( "tan(1)=opp/500 \n" ); document.write( "1.55741=opp/500 \n" ); document.write( "opp=1.55741*500=778.7 m tall \n" ); document.write( "Ed \n" ); document.write( " |