Skip to main content
OlympiadHQ

Browse · MathNet

Print

Chinese Mathematical Olympiad

China counting and probability

Problem

Let , be integers with , and be a regular polygon. In addition, let . Find the number of convex -gons with exactly two acute internal angles whose vertices are all in . (Posed by Leng Gangsong)
Solution
Notice that if a convex -gon whose vertex set is contained in has exactly two acute angles, they must be at consecutive vertices; for otherwise there would be two disjoint pairs of sides that take up more than half of the circle each.

Now assume that the last vertex, clockwise, of these four vertices that make up two acute angles is fixed; this reduces the total number of regular -gons times and we will later multiply by this factor.

Suppose that the larger arc that the first and the last of these four vertices make contains points, and the other arc contains points. For each , the vertices of the -polygon on the smaller arc may be arranged in ways, and the two vertices on the larger arc may be arranged in ways (so that the two angles cut off more than half of the circle).

The total number of polygons given by is thus . Summation over all and a change of variable shows that the total number of polygons (divided by a factor of ) is .

This can be proven to be exactly by double induction on and . The base cases and are readily calculated. The induction step is
Final answer
(2n+1) * (\binom{n}{m-1} + \binom{n+1}{m-1})

Techniques

Enumeration with symmetryAlgebraic properties of binomial coefficientsInduction / smoothingAngle chasing