document.write( "Question 1012114: In a regular polygon, the exterior angle is one-eighth of an interior angle. How many sides has the polygon? \n" ); document.write( "
Algebra.Com's Answer #628006 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
{(n-2)/n}*180 is interior angle
\n" ); document.write( "exterior angle is 1/8 of that or {(n-2)/n}*22.5
\n" ); document.write( "The two add to 180
\n" ); document.write( "[180n-360]/n +[22.5n-45]/n=180
\n" ); document.write( "multiply by n
\n" ); document.write( "180n-360+22.5n-45=180n
\n" ); document.write( "22.5 n=405
\n" ); document.write( "n=18
\n" ); document.write( "18 sides
\n" ); document.write( "
\n" );