document.write( "Question 212080: A regular polygon has n sides. The ratio of its interior angle to its exterior angle is 7:2. Calculate the size of each interior angle and the value of n. \n" ); document.write( "
Algebra.Com's Answer #160166 by HyperBrain(694)![]() ![]() ![]() You can put this solution on YOUR website! Let 7a=interior angle \n" ); document.write( "2a=exterior angle \n" ); document.write( "--- \n" ); document.write( "7a+2a=180 \n" ); document.write( "9a=180 \n" ); document.write( "a=20 \n" ); document.write( "So, \n" ); document.write( "2a=40 \n" ); document.write( "7a=140 \n" ); document.write( "--- \n" ); document.write( "For a regular polygon of n sides, each exterior angle has a measure of 360/n degrees. \n" ); document.write( "--- \n" ); document.write( "The measure of each interior angle is 140 degrees \n" ); document.write( "Since the exterior angle of each angle has measure 40 degrees, then the number of sides n=360/40=9 sides. \n" ); document.write( " |