document.write( "Question 469875: What is the sum of all the angles in a polygon? \n" ); document.write( "
Algebra.Com's Answer #322324 by duckness73(47)\"\" \"About 
You can put this solution on YOUR website!
If n = the number of sides of the polygon (which also happens to be the number of angles in a polygon), then the sum of the angles of a polygon (in degrees) can be represented with the following formula:\r
\n" ); document.write( "\n" ); document.write( "sum of angles of a polygon with n sides = (n - 2) * 180 degrees\r
\n" ); document.write( "\n" ); document.write( "For example, in a triangle, which has 3 sides:
\n" ); document.write( "sum of angles in a triangle = (3 - 2) * 180 = 180 degrees\r
\n" ); document.write( "\n" ); document.write( "In a pentangle, which has 5 sides:
\n" ); document.write( "sum of angles in a pentangle = (5 - 2) * 180 = 3 * 180 = 540 degrees
\n" ); document.write( "
\n" );