Diagonals
A diagonal joins two non-adjacent vertices. From each of the n vertices you can draw a line to (n−3) others — every vertex except itself and its two neighbours — giving n(n−3) endpoints, but each diagonal is counted from both ends, so divide by 2: number of diagonals = n(n−3)/2. A quadrilateral has 4(1)/2 = 2, a pentagon 5(2)/2 = 5, a hexagon 6(3)/2 = 9, an octagon 8(5)/2 = 20. CAT sometimes runs this backwards — "a polygon has 35 diagonals, how many sides?" — so be ready to solve n(n−3)/2 = D for n, which is a quick quadratic or, faster, a guess-and-check near √(2D). The area-of-a-regular-polygon idea also lives here: a regular n-gon splits into n identical isosceles triangles from its centre, the backbone of the (1/2)×perimeter×apothem area formula.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Angles in a polygon
| Sum of interior angles | (n − 2) × 180° |
|---|---|
| Each interior angle (regular) | (n − 2) × 180° / n |
| Sum of exterior angles | 360° (any convex polygon) |
| Each exterior angle (regular) | 360° / n |
| Interior + exterior (at a vertex) | 180° |
Diagonals & area
| Number of diagonals | n(n − 3) / 2 |
|---|---|
| Sides from interior angle | n = 360 / (180 − interior) |
| Area of a regular polygon | (1/2) × perimeter × apothem |
| Area via side a | (n a² / 4) × cot(180°/n) |
| Area of a regular hexagon | (3√3 / 2) × a² |