Regular Polygons
A regular polygon has all sides equal AND all angles equal — equilateral triangle, square, regular pentagon, hexagon, octagon. Because every angle is identical, each interior angle is just the total divided by n: (n−2)×180°/n, and each exterior angle is the fixed 360° shared equally, i.e. 360°/n. In CAT the most efficient route is almost always through the exterior angle, since it is small and divides 360° cleanly: a regular hexagon has 360/6 = 60° exterior and 120° interior; a regular octagon has 45° exterior and 135° interior. Two useful sanity checks: the interior angle of a regular polygon is always strictly less than 180° and rises towards 180° as n grows, and n must be a whole number — so if 360°/(180°−interior) is not an integer, the polygon described cannot be regular.
✅ 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² |