2025 AIME II Problems/Problem 11
Problem
Let be the set of vertices of a regular
-gon. Find the number of ways to draw
segments of equal lengths so that each vertex in
is an endpoint of exactly one of the
segments.
Solution
The segments we draw must be of equal length, corresponding to a specific step size (number of steps between vertices).
For each step size , we need to determine if it is possible to form a perfect matching (non-overlapping segments covering all vertices). The number of such perfect matchings depends on the greatest common divisor (gcd) of
and 24.
When choosing a step size , the 24-gon is decomposed into
cycles, each of length
. For a perfect matching to exist, each cycle must be of even length.
For each valid step size ():
If the cycle length is 2 (diameters), there is exactly 1 way to match the vertices.
For other even cycle lengths, each cycle contributes a factor of 2 to the number of perfect matchings.
():
, cycle length 24, 2 matchings.
():
, cycle length 12,
matchings.
():
, cycle length 8,
matchings.
():
, cycle length 6,
matchings.
():
, cycle length 24, 2 matchings.
():
, cycle length 4,
matchings.
():
, cycle length 24, 2 matchings.
():
, cycle length 3 (invalid, no matchings).
():
, cycle length 8,
matchings.
():
, cycle length 12,
matchings.
():
, cycle length 24, 2 matchings.
():
, cycle length 2, 1 matching.
Summing these values: .
~ Athmyx
See also
2025 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.