document.write( "Question 1154051: Find the area of the regular 15-gon with radius 9 mm \n" ); document.write( "
Algebra.Com's Answer #776408 by Alan3354(69443) You can put this solution on YOUR website! Find the area of the regular 15-gon with radius 9 mm \n" ); document.write( "----------------- \n" ); document.write( "It's 15 isosceles triangles, each with a central angle of 360/15 = 24 degs. \n" ); document.write( "---> 30 right triangles with a hypotenuse of 9 mms and a smallest angle of 12 degs. \n" ); document.write( "base b = 9*cos(12) \n" ); document.write( "Height h = 9*sin(12) \n" ); document.write( "--------- \n" ); document.write( "The area of each triangle is b*h/2 \n" ); document.write( " \n" ); document.write( " |