document.write( "Question 884694: Each interior angle of a regular polygon is 160. Fin the number of its sides and sum of interior angle of the polygon \n" ); document.write( "
Algebra.Com's Answer #534572 by fcabanski(1391)\"\" \"About 
You can put this solution on YOUR website!
a + 360/n = 180. a is the size of the interior angles of the regular polygon, and n is the number of sides.


\n" ); document.write( "160 + 360/n = 180


\n" ); document.write( "360/n = 20


\n" ); document.write( "n = 360/20 = 18 sides.


\n" ); document.write( "The sum of interior angles is 18 * 160 = 2880 degrees. \n" ); document.write( "

\n" );