document.write( "Question 1091456: How many sides are there in a polygon if the sum of the interior angles is
\n" );
document.write( "a) equal to the sum of the exterior angles
\n" );
document.write( "b) double the sum of the exterior angles
\n" );
document.write( "c) 5 times the sum of the exterior angles? \n" );
document.write( "
Algebra.Com's Answer #705863 by Boreal(15235) You can put this solution on YOUR website! Sum=(n-2)*180 \n" ); document.write( "exterior angle sum is always 360. \n" ); document.write( "a. (n-2)*180=360; n-2=2; n=4. A square. \n" ); document.write( "b. (n-2)*180=720; n-2=4; n=6. A hexagon. \n" ); document.write( "c. (n-2)*180=1800; n-2=10; n=12. A dodecagon. \n" ); document.write( " |