AIME 2026 II · 第 5 题
AIME 2026 II — Problem 5
题目详情
Problem 5
An urn contains marbles. Each marble is either red or blue, and there are at least marbles of each color. When marbles are drawn randomly from the urn without replacement, the probability that exactly of them are red equals the probability that exactly of them are red. Find the sum of the five least values of for which this is possible.
解析
Solution 1
Let be the number of red marbles and be the number of blue marbles in the urn. The total number of marbles is , with the constraints
Since the total number of ways to choose 7 marbles is for both events, their favorable outcomes satisfy:
We simplify the equation using the combinatorial definition :
We cancel common terms and reduce factorials:
We cross-multiply to eliminate fractions:
Expanding and rearranging terms gives:
Now we solve the Diophantine equation for integers .
From the equation , by guess and check we find the smallest integer solution is . We then get all solutions by increasing by and by each time: \begin{align*} r &= 4 + 5k, \\ b &= 2 + 3k. \end{align*}
With , , the five smallest values of are \begin{align*} k &= 2: & n &= 22, \\ k &= 3: & n &= 30, \\ k &= 4: & n &= 38, \\ k &= 5: & n &= 46, \\ k &= 6: & n &= 54. \end{align*}
Finally we sum the five values:
~Steven Zheng
Solution 2
Assuming there are red marbles, we write the original expression for the probability as
Canceling the denominators and rewriting in factorial form gives
Simplifying yields , i.e., , with . The smallest solution is easily found to be , and the smallest values of are , whose sum is the final answer . ~Confringo
Solution 3 (easy to understand but a little bashy)
Let there be red marbles and blue marbles. Consider the probability of getting red marbles and blue marbles. This is
but we multiply by for the possible arrangements. Now, we do something clever when calculating the probability of getting red marbles and blue marbles. This probability is
The clever thing was picking the marbles in the other red-red-red-red-blue-blue-red so it is easier to see that things cancel. We of course multiply by . Thus, upon cancellation, we obtain
Now, we can use moduli to determine that , so . This means that the smallest solution is . Now, if is a solution, then is also a solution because . Thus, we can generate solutions, where the five smallest ones with and are , , . and . This means the sum of the five smallest values of are