Olympiad Maths Prep

Track / Stage 5 / 90 of 400 #690 of 2000

Problem 690

AIME late
Combinatorics Difficulty 5.3 Find the answer

In a convex nn-sided polygon, all the diagonals are drawn and no three of them pass through a point. Find a formula for the number of regions formed inside the polygon.

Official solution

To start with, there is one region inside the nn-gon. A new region is created each time a new diagonal is drawn or two diagonals intersect. The number of diagonals is (n2)n\left(\begin{array}{l}n \\ 2\end{array}\right)-n, since each diagonal corresponds to a pair of non-adjacent vertices. The number of intersections of two diagonals is (n4)\left(\begin{array}{l}n \\ 4\end{array}\right), since each set of four vertices determines a unique pair of intersecting diagonals. Thus, the total number of regions formed is

1+(n2)n+(n4) 1+\left(\begin{array}{l} n \\ 2 \end{array}\right)-n+\left(\begin{array}{l} n \\ 4 \end{array}\right)

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.