AMC12 2022 A
AMC12 2022 A · Q19
AMC12 2022 A · Q19. It mainly tests Basic counting (rules of product/sum), Combinations.
Suppose that $13$ cards numbered $1, 2, 3, \ldots, 13$ are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards $1, 2, 3$ are picked up on the first pass, $4$ and $5$ on the second pass, $6$ on the third pass, $7, 8, 9, 10$ on the fourth pass, and $11, 12, 13$ on the fifth pass. For how many of the $13!$ possible orderings of the cards will the $13$ cards be picked up in exactly two passes?
假设 13 张编号为 $1, 2, 3, \ldots, 13$ 的卡片排成一排。任务是从左到右反复拾取它们,按数字递增顺序拾取。在下面的例子中,第一遍拾取卡片 $1, 2, 3$,第二遍拾取 $4$ 和 $5$,第三遍拾取 $6$,第四遍拾取 $7, 8, 9, 10$,第五遍拾取 $11, 12, 13$。在 13! 种可能的卡片排列中,有多少种会使得 13 张卡片恰好在两遍中被拾取完?
(A)
4082
4082
(B)
4095
4095
(C)
4096
4096
(D)
8178
8178
(E)
8191
8191
Answer
Correct choice: (D)
正确答案:(D)
Solution
For $1\leq k\leq 12,$ suppose that cards $1, 2, \ldots, k$ are picked up on the first pass. It follows that cards $k+1,k+2,\ldots,13$ are picked up on the second pass.
Once we pick the spots for the cards on the first pass, there is only one way to arrange all $\boldsymbol{13}$ cards.
For each value of $k,$ there are $\binom{13}{k}-1$ ways to pick the $k$ spots for the cards on the first pass: We exclude the arrangement
in which the cards are arranged such that the first pass consists of all $13$ cards.
Therefore, the answer is \[\sum_{k=1}^{12}\left[\binom{13}{k}-1\right] = \left[\sum_{k=1}^{12}\binom{13}{k}\right]-12 = \left[\sum_{k=0}^{13}\binom{13}{k}\right]-14 = 2^{13} - 14 = \boxed{\textbf{(D) } 8178}.\]
对于 $1\leq k\leq 12$,假设第一遍拾取卡片 $1, 2, \ldots, k$。则第二遍拾取 $k+1,k+2,\ldots,13$。
一旦确定第一遍的卡片位置,整个 13 张卡片就只有一种排列方式。
对于每个 $k$ 值,选择第一遍 $k$ 个卡片位置有 $\binom{13}{k}-1$ 种方式:排除第一遍拾取所有 13 张卡片的排列。
因此,答案是 \[\sum_{k=1}^{12}\left[\binom{13}{k}-1\right] = \left[\sum_{k=1}^{12}\binom{13}{k}\right]-12 = \left[\sum_{k=0}^{13}\binom{13}{k}\right]-14 = 2^{13} - 14 = \boxed{\textbf{(D) } 8178}\]。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.