document.write( "Question 85978: How many sides does a polygon have if the sum of the measures of its interior angles is 6 times the sum of the measures of its exterior angles \n" ); document.write( "
Algebra.Com's Answer #66846 by psychopsibilin(3)![]() ![]() ![]() You can put this solution on YOUR website! we know that for a 'n' sided polygon, the sum of interior angles is (2n-4)*90.. at the same time, we also know that the sum of exterior angles of a polygon is always 360 degrees. from the question we understand that: \n" ); document.write( "(2n-4)*90 = 6*360 \n" ); document.write( "or 2n-4 = (6*360/9) = 24 \n" ); document.write( "hence 2n=28 \n" ); document.write( "hence n=14\r \n" ); document.write( "\n" ); document.write( "Therefore the polygon has 14 sides. \n" ); document.write( " |