document.write( "Question 839668: What is the area of a right triangle when the hypotenuse is 5 cm long and one angle is pi/10 ? \n" ); document.write( "
Algebra.Com's Answer #505801 by Theo(13342)![]() ![]() You can put this solution on YOUR website! see the following diagram:\r \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A is your angle. \n" ); document.write( "sine(A) is equal to a/c. \n" ); document.write( "cosine(A) is equal to b/c.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for a and b and you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = c * sine (A) \n" ); document.write( "b = c * cosine (A)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a is the height of your triangle. \n" ); document.write( "b is the base of your triangle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the area of the triangle is equal to 1/2 * base * height which becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area of the triangle is equal to 1/2 * b * a which becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area of the triangle is equal to 1/2 * c * cosine (A) * c * sine (A).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this can be simplified to:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area of the triangle is equal to 1/2 * c^2 * cosine (A) * sine (A).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace c with 5 and replace A with pi/10 and you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area of the triangle is equal to 1/2 * 5^2 * cosine (pi/10) * sine (pi/10).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use your calculator to find sine and cosine (pi/10). the angle should be in radians. if you want to work in degrees, then convert angle in radians to angle in degrees by multiplying the angle in radians by 180 / pi. you will get pi/10 * 180 / pi = 18 degrees.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "anyway, regardless of whether you are working in degrees or radians, you will get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "area of the triangle is equal to 1/2 * 25 * .951056516 * .309016994 which is equal to 3.673657827 which you can round to 3.67\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |