AMC12 2006 A
AMC12 2006 A · Q25
AMC12 2006 A · Q25. It mainly tests Combinations, Casework.
How many non- empty subsets $S$ of $\{1,2,3,\ldots ,15\}$ have the following two properties?
$(1)$ No two consecutive integers belong to $S$.
$(2)$ If $S$ contains $k$ elements, then $S$ contains no number less than $k$.
集合 $\{1,2,3,\ldots ,15\}$ 的非空子集 $S$ 有多少个满足以下两个条件?
$(1)$ $S$ 中不包含两个相邻的整数。
$(2)$ 若 $S$ 含有 $k$ 个元素,则 $S$ 中不包含任何小于 $k$ 的数。
(A)
277
277
(B)
311
311
(C)
376
376
(D)
377
377
(E)
405
405
Answer
Correct choice: (E)
正确答案:(E)
Solution
This question can be solved fairly directly by casework and pattern-finding. We give a somewhat more general attack, based on the solution to the following problem:
How many ways are there to choose $k$ elements from an ordered $n$ element set without choosing two consecutive members?
You want to choose $k$ numbers out of $n$ with no consecutive numbers. For each configuration, we can subtract $i-1$ from the $i$-th element in your subset. This converts your configuration into a configuration with $k$ elements where the largest possible element is $n-k+1$, with no restriction on consecutive numbers. Since this process is easily reversible, we have a bijection.
Without consideration of the second condition, we have:
${15 \choose 1} + {14 \choose 2} + {13 \choose 3} + ... + {9 \choose 7} + {8 \choose 8}$
Now we examine the second condition. It simply states that no element in our original configuration (and hence also the modified configuration, since we don't move the smallest element) can be less than $k$, which translates to subtracting $k - 1$ from the "top" of each binomial coefficient.
Now we have, after we cancel all the terms ${n \choose k}$ where $n < k$,
${15 \choose 1} + {13 \choose 2} + {11 \choose 3} + {9 \choose 4} + {7 \choose 5}= 15 + 78 + 165 + 126 + 21 = \boxed{405} \Longrightarrow \mathrm{(E)}$
本题可以通过分情况讨论并寻找规律较直接地解决。这里给出一种更一般的方法,基于如下问题的解法:
从一个有序的 $n$ 元集合中选取 $k$ 个元素且不选取两个相邻元素,有多少种选法?
你要从 $n$ 个数中选出 $k$ 个且不含相邻数。对每一种选法,把子集中第 $i$ 个元素减去 $i-1$。这样会把原配置转化为一个含 $k$ 个元素的配置,其中最大可能元素为 $n-k+1$,且不再对相邻性作限制。由于该过程易于逆转,因此这是一个双射。
在不考虑第二个条件时,得到:
${15 \choose 1} + {14 \choose 2} + {13 \choose 3} + ... + {9 \choose 7} + {8 \choose 8}$
现在考察第二个条件。它只是说明在原配置中(因此在变换后的配置中也一样,因为最小元素不变)没有元素小于 $k$,这等价于在每个二项式系数的“上标”中减去 $k - 1$。
去掉所有 ${n \choose k}$ 中 $n < k$ 的项后,得到
${15 \choose 1} + {13 \choose 2} + {11 \choose 3} + {9 \choose 4} + {7 \choose 5}= 15 + 78 + 165 + 126 + 21 = \boxed{405} \Longrightarrow \mathrm{(E)}$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.