document.write( "Question 1191962: Find the sum of the measures of the interior angles (in degrees) of a polygon of n sides for the following values of n.
\n" );
document.write( "(a)
\n" );
document.write( "n = 7
\n" );
document.write( " °
\n" );
document.write( "(b)
\n" );
document.write( "n = 9
\n" );
document.write( " ° \n" );
document.write( "
Algebra.Com's Answer #823853 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the sum of the measures of the interior angles (in degrees) of a polygon of n sides for the following values of n. \n" ); document.write( "(a) \n" ); document.write( "n = 7 \n" ); document.write( "° \n" ); document.write( "A simple formula to find the sum of the interior angles of a regular polygon \n" ); document.write( "S = (n-2)*180 \n" ); document.write( "n=7 \n" ); document.write( "S = (7-2)*180 \n" ); document.write( "S = 5*180 \n" ); document.write( "S = 900 degrees \n" ); document.write( ": \n" ); document.write( "(b) \n" ); document.write( "n = 9 \n" ); document.write( "Do this the same way \n" ); document.write( " |