Need the angle sum of a pentagon, or one angle of a regular hexagon? Both come from the same routine: count the sides, apply (n2)×180(n-2) \times 180^\circ, and divide by nn only if the shape is regular. For a simple nn-sided polygon the interior angles always add to

(n2)×180,(n-2) \times 180^\circ,

and a regular polygon splits that sum evenly so each interior angle is

(n2)×180n.\frac{(n-2) \times 180^\circ}{n}.

When to reach for this method

Use the angle-sum formula whenever you know the side count of a simple polygon (one whose sides do not cross) and need either the total of its interior angles or, in the regular case, a single repeated angle. It covers both convex and concave shapes, and it is the standard tool for geometry, drawing, and design problems that reason about shape from side count alone. If the sides cross, the formula no longer applies directly.

The procedure, step by step

  1. Count the sides. Let the number of sides be nn.
  2. Find the angle sum. Apply (n2)×180(n-2) \times 180^\circ to get the total of the interior angles.
  3. Check for regularity. Only if the polygon is regular, divide the sum by nn to get one interior angle.
  4. Verify against a familiar case. Compare with known results such as 180180^\circ for a triangle or 360360^\circ for a quadrilateral.

Why step 2 works: drawing diagonals from a single vertex splits an nn-sided polygon into n2n-2 triangles, each with angle sum 180180^\circ. Multiply and you get (n2)×180(n-2) \times 180^\circ.

A full run-through: the hexagon

Take a hexagon, so n=6n = 6.

Step 1 fixes n=6n = 6. Step 2 gives the sum:

(62)×180=4×180=720.(6-2) \times 180^\circ = 4 \times 180^\circ = 720^\circ.

Every simple hexagon has interior angles totaling 720720^\circ. Step 3 applies only if the hexagon is regular; then all six angles match, so each is

7206=120.\frac{720^\circ}{6} = 120^\circ.

The distinction is the whole point:

  • Any simple hexagon has interior-angle sum 720720^\circ.
  • Only a regular hexagon has every interior angle equal to 120120^\circ.

Step 4: 720720^\circ is consistent with the pattern that grows by 180180^\circ each time you add a side.

Where each step trips people up

  • At "find the angle sum," dividing by nn too early. The expression (n2)×180n\frac{(n-2) \times 180^\circ}{n} returns one angle only for regular polygons. An irregular pentagon still totals 540540^\circ, but its individual angles need not be equal. Self-check: did the problem actually say "regular"?
  • At "count the sides," skipping the simple-polygon condition. If the sides cross, the angle relationships change and the formula should not be applied automatically.
  • Throughout, confusing interior with exterior angles. Interior angles sit inside the polygon; exterior angles are formed outside it. Related, but not the same quantity. Self-check: is your angle inside the shape?

FAQ

Use the steps above on an octagon (n=8n = 8): get the interior-angle sum with (n2)×180(n-2) \times 180^\circ, then divide by 88 for one angle only if you are told it is regular. The moment you reach for that division is exactly where the regular-polygon condition has to be checked.

Frequently Asked Questions

What is the formula for the sum of interior angles of a polygon?
For a simple polygon with $n$ sides, the sum of the interior angles is $(n-2) \times 180^\circ$.
When can you divide by the number of sides to get one interior angle?
You can do that only for a regular polygon, where all interior angles are equal.
Does the sum formula work for concave polygons?
Yes, it works for simple concave polygons as well as simple convex polygons. The key condition is that the polygon is simple, meaning its sides do not cross.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →