2025 AMC 12A Problems/Problem 13
Problem 13
Let
. Let
be the greatest integer such that there exists a subset of
with
elements that does not contain five consecutive integers. Suppose
integers are chosen at random from
without replacement. What is the probability that the chosen elements do not include five consecutive integers?
Solution 1
We first find what N is by figuring out how much numbers we need to take out of the set so that the set does not contain 5 consecutive integers. Taking two numbers out works; consider taking out 5 and 10. You are left with
, which does not have a string of 5 consecutive integers.
There are only 3 ways to take out two integers such that the resulting set meets our condition (5 and 10, 5 and 9, or 4 and 9). Therefore, the probability is
.
~Kevin Wang
Solution 2
Trying to find a subset that satisfies the condition, we get
, which has
elements. The subsets
and
also work. In total, we have
subsets and
ways to choose
elements from
, so the probability is
. Thus, the answer is
-anzhuPro