document.write( "Question 880223: I am finding the area of a regular 24-gon with a side length of 10 inches. I just dont know how to set it up \n" ); document.write( "
Algebra.Com's Answer #531285 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
The area of a regular polygon given the length of one side is
\n" ); document.write( "Area = (S^2 * N) / (4 * tan(180/N)) where S is length of one side, N is number of sides
\n" ); document.write( "Area = (10^2 * 24) / (4 * tan(180 / 24))
\n" ); document.write( "Area = 4557.452467635 square inches
\n" ); document.write( "to see how the formula is derived, divide the 24-gon into 24 isosceles triangles and calculate the height of one, then calculate the area of one and multiply by 24.
\n" ); document.write( "
\n" ); document.write( "
\n" );