document.write( "Question 183959: a regular polygon has one interior angle that measures 160 degrees. how many sides does it have? i don't know how to do it. \n" ); document.write( "
Algebra.Com's Answer #138002 by Alan3354(69443) You can put this solution on YOUR website! a regular polygon has one interior angle that measures 160 degrees. how many sides does it have? \n" ); document.write( "---------------- \n" ); document.write( "Since it's a regular polygon, all the interior angles are equal, so they're all 160 degs. \n" ); document.write( "The sum of the interior angles of a polygon is 180*(n-2). Each angle is the total over n, in this case 160 degs. \n" ); document.write( "160 = 180*(n-2)/n \n" ); document.write( "160n = 180n - 360 \n" ); document.write( "-20n = -360 \n" ); document.write( "n = 18 sides \n" ); document.write( " \n" ); document.write( " |