document.write( "Question 646072: How will you solve this? \r
\n" );
document.write( "\n" );
document.write( "Given the number of sides of a regular polygon, determine the measure of one interior angle.
\n" );
document.write( "1.) 13
\n" );
document.write( "2.) 14
\n" );
document.write( "3.) 14
\n" );
document.write( "6.) 11
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #405717 by Alan3354(69443) You can put this solution on YOUR website! Given the number of sides of a regular polygon, determine the measure of one interior angle. \n" ); document.write( "1.) 13 \n" ); document.write( "2.) 14 \n" ); document.write( "3.) 14 \n" ); document.write( "6.) 11 \n" ); document.write( "----------------- \n" ); document.write( "The sum of the interior angles = 180*(n-2) \n" ); document.write( "Each angle = 180*(n-2)/n \n" ); document.write( " |