document.write( "Question 1015370: if the sum of the measures of the interior angles of a polygon is 1980 degrees, how many sides does it have?
\n" );
document.write( "How do I do this? Is there a formula?
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #631719 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "n=number of sides; S=sum of interior angles \n" ); document.write( ". \n" ); document.write( "S = 180(n-2) \n" ); document.write( "S/180=n-2 \n" ); document.write( "(S/180)+2=n \n" ); document.write( ". \n" ); document.write( "(1980/180)+2=n \n" ); document.write( "11+2=n \n" ); document.write( "13=n \n" ); document.write( ". \n" ); document.write( "ANSWER: The polygon has 13 sides. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |