document.write( "Question 206935: The exterior angle of a regular polygon is one third of its interior angle.How many sides does the polygon have? \n" ); document.write( "
Algebra.Com's Answer #156456 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The exterior angle of a regular polygon is one third of its interior angle.How many sides does the polygon have? \n" ); document.write( "----------- \n" ); document.write( "E + I = 180 \n" ); document.write( "I = 3E \n" ); document.write( "E + 3E = 180 \n" ); document.write( "E = 45º \n" ); document.write( "Interior angle = 135º \n" ); document.write( "--------- \n" ); document.write( "Interior angle = (n-2)*180/n \n" ); document.write( "135n = 180n - 360 \n" ); document.write( "-45n = -360 \n" ); document.write( "n = 8 \n" ); document.write( " |