document.write( "Question 1194385: A right triangle has a hypotenuse of 9 yards. If one of the angles is 3 degrees, what is the area of this triangle? Explain your work.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #826562 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = length of the horizontal leg \n" ); document.write( "y = length of the vertical leg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's say the 3 degree angle is near the horizontal leg (x) \n" ); document.write( "This makes side x adjacent to the reference angle 3 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "cos(angle) = adjacent/hypotenuse \n" ); document.write( "cos(3) = x/9 \n" ); document.write( "x = 9*cos(3) \n" ); document.write( "x = 8.987666 \n" ); document.write( "This value is approximate \n" ); document.write( "Make sure your calculator is in degree mode.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And we can say \n" ); document.write( "sin(angle) = opposite/hypotenuse \n" ); document.write( "sin(3) = y/9 \n" ); document.write( "y = 9*sin(3) \n" ); document.write( "y = 0.471024 \n" ); document.write( "which is also approximate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we can compute the area of this right triangle \n" ); document.write( "area = base*height/2 \n" ); document.write( "area = x*y/2 \n" ); document.write( "area = 8.987666*0.471024/2 \n" ); document.write( "area = 2.116703\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: Approximately 2.116703 square yards \n" ); document.write( " \n" ); document.write( " |