Skip to main content

2025 AMC 12A Problem 13

Problem 13 of 25IntermediateAlgebraCounting & Probability

Let C={1,2,3,,13}.C = \{1, 2, 3, \ldots, 13\}. Let NN be the greatest integer such that there exists a subset of CC with NN elements that does not contain five consecutive integers. Suppose NN integers are chosen at random from CC without replacement. What is the probability that the chosen elements do not include five consecutive integers?

Answer choices

Show solution

Solution

To avoid five consecutive integers, it suffices to remove two elements (for example 55 and 1010), and no single removal can hit both disjoint blocks {1,,5}\{1,\ldots,5\} and {9,,13}.\{9,\ldots,13\}. Thus N=11.N = 11. Choosing 1111 of 1313 elements is the same as removing 2,2, which can be done in (132)=78\binom{13}{2} = 78 ways. The chosen set avoids five consecutive integers exactly when the two removed elements together intersect every window {t,t+1,t+2,t+3,t+4}\{t, t+1, t+2, t+3, t+4\} for t=1,,9.t = 1, \ldots, 9. This forces one removed element in {1,,5},\{1,\ldots,5\}, the other in {9,,13},\{9,\ldots,13\}, and the two within 55 of each other. The valid removals are {4,9},\{4,9\}, {5,9},\{5,9\}, and {5,10},\{5,10\}, giving 33 of them. The probability is 378=126.\dfrac{3}{78} = \dfrac{1}{26}. Thus, the correct answer is D.

More practice

Concepts: combinations · basic probability · extremal argument

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.