Question

Difficulty: MediumAngles, Parallel Lines, and Polygons

The interior angles of a convex polygon form an arithmetic progression. If the smallest interior angle is 120120^\circ and the common difference between consecutive interior angles is 55^\circ, how many sides does the polygon have?

Answer: 9 sides

Answer

The polygon has 9 sides.
Equating the interior angle sum formula (n2)×180(n-2) \times 180^\circ with the sum formula for an arithmetic progression n2[2(120)+(n1)5]\frac{n}{2}[2(120^\circ) + (n-1)5^\circ] yields the quadratic equation n225n+144=0n^2 - 25n + 144 = 0. Solving gives n=9n = 9 and n=16n = 16. For n=16n = 16, the largest angle would be 195195^\circ, which is impossible for a convex polygon. Thus, the only valid number of sides is 9.

Step-by-Step Solution

1
Formulate expressions for the sum of the interior angles.
The interior angle sum of an nn-sided polygon is S=(n2)×180S = (n-2) \times 180^\circ. As an arithmetic sequence with a=120a = 120^\circ and d=5d = 5^\circ, the sum is S=n2[2(120)+(n1)5]S = \frac{n}{2}[2(120^\circ) + (n-1)5^\circ].
Both methods express the total sum of all interior angles of the polygon.
2
Equate the two sum formulas and simplify into a quadratic equation.
(n2)×180=n2(235+5n)    n225n+144=0(n-2) \times 180 = \frac{n}{2}(235 + 5n) \implies n^2 - 25n + 144 = 0.
Expanding and dividing by 5 reduces the equality to standard quadratic form.
3
Solve for nn and test the validity of the roots based on polygon convexity.
(n9)(n16)=0    n=9(n - 9)(n - 16) = 0 \implies n = 9 or n=16n = 16. Testing n=16n = 16 gives a largest angle of 120+15(5)=195120^\circ + 15(5^\circ) = 195^\circ (invalid as it exceeds 180180^\circ). Testing n=9n = 9 gives a largest angle of 120+8(5)=160120^\circ + 8(5^\circ) = 160^\circ (valid).
A convex polygon cannot have any interior angle greater than or equal to 180180^\circ.

Key Concept

Polygon interior angle sum and arithmetic progressions
Rate this question