document.write( "Question 455503: What is the area of a 5000 - sided polygon with an apothem of ten \n" ); document.write( "
Algebra.Com's Answer #312709 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
\"Area+=+a%5E2%2An%2Atan%28180%2Fn%29\" a = apothem, n = # of sides
\n" ); document.write( "Area = 100*5000*tan(180/5000)
\n" ); document.write( "Area =~ 314.1593067 sq units
\n" ); document.write( "---------------
\n" ); document.write( "Notice that it's close to the area of a circle or radius 10
\n" ); document.write( "A circle's area = 314.1592654...
\n" ); document.write( "
\n" );