Geometry · real student question

A polygon has 14 diagonals. How many sides does it have? Also, for which polygon is the sum of the interior angles equal to the sum of the exterior angles?

Question

(1) A polygon has 1414 diagonals. How many sides does it have?

(2) For which polygon is the sum of the interior angles equal to the sum of the exterior angles?

Step-by-step solution

  1. Derive the diagonal count rather than memorising it. From each of the nn vertices you can draw a segment to n3n-3 others (excluding itself and its two neighbours, which give sides, not diagonals). That counts each diagonal twice, once from each end:

    D=n(n3)2.D=\frac{n(n-3)}{2}.

  2. Set the count equal to 14 and solve.

    n(n3)2=14  n23n28=0  (n7)(n+4)=0.\frac{n(n-3)}{2}=14\ \Longrightarrow\ n^{2}-3n-28=0\ \Longrightarrow\ (n-7)(n+4)=0.

    The roots are n=7n=7 and n=4n=-4; a polygon cannot have a negative number of sides, so

    n=7(a heptagon).n=7\quad(\text{a heptagon}).

  3. Check it. A heptagon has 7×42=14\tfrac{7\times 4}{2}=14 diagonals ✓.

  4. Recall the two angle-sum facts for part (2). For any convex nn-gon,

    interior sum=(n2)180,exterior sum=360.\text{interior sum}=(n-2)\cdot 180^\circ,\qquad \text{exterior sum}=360^\circ.

    The exterior sum is the striking one: it is 360360^\circ for every polygon, no matter how many sides — walking once around the shape turns you through one full revolution.

  5. Set the two sums equal.

    (n2)180=360  n2=2  n=4.(n-2)\cdot 180=360\ \Longrightarrow\ n-2=2\ \Longrightarrow\ n=4.

  6. State both answers with a check. The polygon with 1414 diagonals has 77 sides, and the polygon whose interior and exterior angle sums agree is the quadrilateral: its interior angles total (42)180=360(4-2)180=360^\circ, matching the universal exterior total of 360360^\circ ✓. Note also that adding one side leaves the exterior sum unchanged while raising the interior sum by 180180^\circ.

Answer

(1) n=7;(2) n=4 (a quadrilateral)(1)\ n=7;\qquad (2)\ n=4\ (\text{a quadrilateral})

Need to solve a different problem like this? Open the solver →