document.write( "Question 531562: The sum of the interior angles of a regular polygon is 2340 degrees. How many sides does the polygon have? \n" ); document.write( "
Algebra.Com's Answer #350500 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the interior angles of a polygon is (n-2)*180, where n = number of sides. \n" ); document.write( ". \n" ); document.write( "(n-2)*180 = 2340 \n" ); document.write( ". \n" ); document.write( "(n-2) = 2340/180 = 13 \n" ); document.write( ". \n" ); document.write( "n - 2 = 13 \n" ); document.write( ". \n" ); document.write( "n = 15 \n" ); document.write( " |