document.write( "Question 274221: find the measure of one interior angle of a regular 9-gon \n" ); document.write( "
Algebra.Com's Answer #200143 by fractalier(6550) You can put this solution on YOUR website! The formula for this is \n" ); document.write( "x = (180(n-2)) / n \n" ); document.write( "where n is the number of sides, so we get \n" ); document.write( "x = (180(9-2)) / 9 \n" ); document.write( "x = 180(7) / 9 \n" ); document.write( "x = 1260 / 9 \n" ); document.write( "x = 140 degrees \n" ); document.write( " |