Maths Olympiad Prep

Library / /12 of 62

, 2020

Combinatorics Difficulty 4.5 AIME Find the answer United States

Problem:
A small village has nn people. During their yearly elections, groups of three people come up to a stage and vote for someone in the village to be the new leader. After every possible group of three people has voted for someone, the person with the most votes wins.
This year, it turned out that everyone in the village had the exact same number of votes! If 10n10010 \leq n \leq 100, what is the number of possible values of nn ?
Proposed by: Vincent Bian

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:
The problem asks for the number of nn that divide (n3)\binom{n}{3}, which happens exactly when (n1)(n2)23\frac{(n-1)(n-2)}{2 \cdot 3} is an integer. Regardless of the parity of nn, (n1)(n2)(n-1)(n-2) is always divisible by 22. Also, (n1)(n2)(n-1)(n-2) is divisible by 33 if and only if nn is not a multiple of 33. Of the 9191 values from 1010 to 100100, 3030 are divisible by 33, so our answer is 6161.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.