document.write( "Question 965914: In a regular polygon, the ratio of the measure of the exterior angle to the measure of the adjacent interior angle is 6 to 1.
\n" );
document.write( " How many sides does the polygon have? \n" );
document.write( "
Algebra.Com's Answer #590352 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! In a regular polygon, the ratio of the measure of the exterior angle to the measure of the adjacent interior angle is 6 to 1. \n" ); document.write( " How many sides does the polygon have? \n" ); document.write( "=============== \n" ); document.write( "Ext = 6*Int \n" ); document.write( "Ext + Int = 180 \n" ); document.write( "Int = 180/7 \n" ); document.write( "Ext angle = 1080/7 \n" ); document.write( "----- \n" ); document.write( "n = 360/Ext \n" ); document.write( "n = 14 sides \n" ); document.write( " \n" ); document.write( " |