document.write( "Question 1013638: A regular pentagon whose perimeter is 284 cm is circumscribed about a circle. Find:
\n" );
document.write( "a. The diameter of the circle.
\n" );
document.write( "b. The area of the circle.
\n" );
document.write( "c. The area of the pentagon. \n" );
document.write( "
Algebra.Com's Answer #629908 by Alan3354(69443) You can put this solution on YOUR website! A regular pentagon whose perimeter is 284 cm is circumscribed about a circle. Find: \n" ); document.write( "Side of the pentagon s = 284/5 = 56.8 cm \n" ); document.write( "---- \n" ); document.write( "a. The diameter of the circle. \n" ); document.write( "The radius is the apothem. \n" ); document.write( "r = (s/2)*cot(36) =~ 39.089 cm \n" ); document.write( "d = 78.178 cm \n" ); document.write( "---------------- \n" ); document.write( "b. The area of the circle. \n" ); document.write( " \n" ); document.write( "=~ 4800.257 sq cm \n" ); document.write( "---------------- \n" ); document.write( "c. The area of the pentagon. \n" ); document.write( " \n" ); document.write( "= 5*56.8^2*cot(36)/4 \n" ); document.write( "=~ 5550.76 sq cm \n" ); document.write( " |