document.write( "Question 976667: The interior angle of a regular polygon is thrice the exterior angle .how many sides has the polygon \n" ); document.write( "
Algebra.Com's Answer #598207 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The sum of the interior and exterior angles must be 180 deg.
\n" ); document.write( "Let x = the measure of the exterior angle
\n" ); document.write( "Then x + 3x = 180 -> 4x = 180 -> x = 45
\n" ); document.write( "The exterior angles of a regular polygon add up to 360, which means each exterior angle is 360/n [n=number of sides]
\n" ); document.write( "So we have 360/n = 45 -> n = 360/45 = 8
\n" ); document.write( "So the polygon is an octagon (8 sides)
\n" ); document.write( "
\n" );