Polygon angle sum via triangulation from a vertex
In a regular nonagon (a regular polygon with 9 sides), find the measure of angle .
[Figure] A regular nonagon (9-sided regular polygon) is drawn, with one of its interior angles marked .
Show solution
Understand
I have a regular nonagon -- a 9-sided polygon with all sides and all angles equal. One interior angle is marked a, and I need its measure in degrees.
- The polygon is regular (all 9 sides equal, all 9 interior angles equal).
- It has 9 sides (a nonagon).
- One interior angle is labeled a.
- The measure of interior angle a.
- Drawing all diagonals from one vertex splits an n-sided polygon into (n - 2) triangles.
- Each triangle's three angles add to 180 degrees.
- Because the polygon is regular, all interior angles are equal, so each equals the total divided by 9.
Plan
#7 Identify Subproblems · also uses: #1 Draw a Diagram#9 Solve an Easier Related Problem
Triangulate the nonagon from one vertex to turn an unfamiliar 9-gon into a familiar set of triangles, add up the angles using 180 degrees per triangle, then split equally because the polygon is regular.
Execute
Review
140 degrees is between 90 and 180 degrees, which fits a convex regular polygon (each angle is obtuse but less than a straight line). As polygons gain sides their angles grow toward 180, and 140 for a 9-gon sits sensibly between a hexagon's 120 and larger polygons.
Pattern approach (tool 5): each exterior angle of a regular 9-gon is 360 / 9 = 40 degrees, so each interior angle is 180 - 40 = 140 degrees -- the same answer.
Standards · min grade 4
4.G.A.2Classify two-dimensional figures based on presence of parallel or perpendicular lines — Triangulating the regular nonagon and using equal-angle property to split the total.4.MD.C.7Recognize angle measure as additive and solve addition and subtraction problems — Adding the seven 180-degree triangles into the total interior-angle measure.