AIME 2025 II · 第 11 题
AIME 2025 II — 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 (since each line segment consists of 2 points, the length of the cycle must be divisible by 2).
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
~ Minor edits by Christian
Video Solution
2025 AIME II #11
MathProblemSolvingSkills.com