document.write( "Question 203696: what is the sum of the measures of the vertex angles of a 12 sided polygon
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #153680 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! 12 sides polygon \n" ); document.write( ". \n" ); document.write( "remember the sum of interior angles of a polygon are (n-2) * 180 \n" ); document.write( "{ triangle,,3 sided,,(3-2)*(180)=180 } \n" ); document.write( ". \n" ); document.write( "Individual interior angles are { (n-2) * 180} / n \n" ); document.write( "{ triangle is 180 / 3 = 60} \n" ); document.write( ". \n" ); document.write( "For 12 sided polygon,,sum of interior angles is \n" ); document.write( ". \n" ); document.write( "{ (n-2) * (180) } = (12-2)(180) = 1800 degrees \n" ); document.write( ". \n" ); document.write( "individual interior angle is,,1800/12 = 150 degrees \n" ); document.write( " |