document.write( "Question 1193137: How many sides does a polygon have if the sum of its interior angles is seven times the sum of its exterior angles? \n" ); document.write( "
Algebra.Com's Answer #825132 by Theo(13342) You can put this solution on YOUR website! the sum of the exterior angles of a polygon is always 360 degrees. \n" ); document.write( "7 * 360 = 2520. \n" ); document.write( "the sum of the interior angles of the polygon in question is 2520. \n" ); document.write( "the sum of the interior angles of a polygon is equal to (n-2) * 180, therefore: \n" ); document.write( "2520 = (n-2) * 180 \n" ); document.write( "solve for n-2 to get: \n" ); document.write( "n-2 = 2520 / 180 = 14. \n" ); document.write( "solve for n to get: \n" ); document.write( "n = 16. \n" ); document.write( "the polygon in question has 16 sides. \n" ); document.write( " \n" ); document.write( " |