document.write( "Question 92340: the length of sides of a regular hexagon is 10 cms. The area of the hexagon is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #67303 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Area of a regular polygon: (1/2)Pa \n" ); document.write( "P ~> Perimeter \n" ); document.write( "a ~> Apothem \n" ); document.write( "You can cut a regular hexagon into six equilateral triangles. \n" ); document.write( "If you divide one triangle in half, you get a 90-60-30 triangle with a base of 5cm. Using a basic theory, we get the apothem as 5*sqrt(3). \n" ); document.write( "(1/2)Pa \n" ); document.write( "(1/2)(6)(10)(5*sqrt(3)) \n" ); document.write( "150*sqrt(3) \n" ); document.write( " |