document.write( "Question 252457: A regular polygon has an interior angle that measures 144 degrees, and a side of
\n" );
document.write( "which is 12 units long. What is the perimeter of the regular polygon? \n" );
document.write( "
Algebra.Com's Answer #184367 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! n= number of sides \n" ); document.write( "sum of angles=180(n-2) \n" ); document.write( "180(n-2)/n=144 \n" ); document.write( "n=10 \n" ); document.write( "10*12=120 units \n" ); document.write( " |