Skip to main content

2006 AMC 12A Problem 25

Problem 25 of 25HarderCounting & Probability

How many non-empty subsets SS of {1,2,3,,15}\{1, 2, 3, \ldots, 15\} have the following two properties? (1)(1) No two consecutive integers belong to S.S. (2)(2) If SS contains kk elements, then SS contains no number less than k.k.

Answer choices

Show solution

Solution

By property (2),(2), a valid kk-element set is a kk-subset of {k,k+1,,15}\{k, k+1, \ldots, 15\} with no two consecutive elements. Collapsing the gaps between chosen elements, these correspond bijectively to kk-subsets of a (172k)(17 - 2k)-element set, counted by (172kk).\binom{17 - 2k}{k}. This is nonzero only for k5,k \le 5, so the total is (151)+(132)+(113)+(94)+(75)=15+78+165+126+21=405. \begin{gathered} \binom{15}{1} + \binom{13}{2} \\ {}+ \binom{11}{3} + \binom{9}{4} \\ {}+ \binom{7}{5} \\ = 15 + 78 + 165 + 126 + 21 \\ = 405. \end{gathered} Thus, the correct answer is E.

More practice

Concepts: subsets · bijection · combinations

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