2022 AMC 12A 第 19 题

先试着解答 2022 AMC 12A 第 19 题,然后核对你的答案与精心整理的解答,解答来自 LIVE by Po-Shen Loh。你也可以参加完整限时模拟考试、查看全部 2022 AMC 12A 解答,或核对答案

所有题目均经美国数学协会(MAA)官方合法授权使用。

19.

假设 1313 张编号为 1,2,3,,131,2,3,\ldots,13 的卡片排成一行。任务是按数字递增顺序拿起它们,并反复从左到右扫描。在下面的例子中,第一次扫描拿起卡片 1,2,31,2,3,第二次扫描拿起 4455,第三次扫描拿起 66,第四次扫描拿起 7,8,9,107,8,9,10,第五次扫描拿起 11,12,1311,12,13。在 13!13! 种卡片排列中,有多少种会使这 1313 张卡片恰好在两次扫描中被拿起?

Suppose that 1313 cards numbered 1,2,3,,131,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,31,2,3 are picked up on the first pass, 44 and 55 on the second pass, 66 on the third pass, 7,8,9,107,8,9,10 on the fourth pass, and 11,12,1311,12,13 on the fifth pass. For how many of the 13!13! possible orderings of the cards will the 1313 cards be picked up in exactly two passes?

40824082

40954095

40964096

81788178

81918191

答案:D
知识点:排列找规律
难度评级:2010
解答:

pos(k)\text{pos}(k) 为卡片 kk 的位置。正好在 pos(k+1)<pos(k)\text{pos}(k+1)\lt\text{pos}(k) 时需要开始新一轮扫描,因此扫描次数等于序列 pos(1),pos(2),,pos(13)\text{pos}(1),\text{pos}(2),\ldots,\text{pos}(13) 的下降数加一。

恰好两次扫描意味着恰好有一个下降。2132^{13} 个元素的排列中恰好有一个下降的数量是欧拉数 1414 ,{1},,{1,,13}\varnothing,\{1\},\ldots,\{1,\ldots,13\} 21314=81782^{13}-14=8178

因此,正确答案是 D

Let pos(k)\text{pos}(k) be the position of card k.k. A fresh pass is needed exactly when pos(k+1)<pos(k),\text{pos}(k+1)\lt\text{pos}(k), so the number of passes is one more than the number of descents in the sequence pos(1),pos(2),,pos(13).\text{pos}(1),\text{pos}(2),\ldots,\text{pos}(13).

To build a permutation with at most one descent, choose the entries before the possible descent and write both chosen blocks in increasing order. There are 2132^{13} subsets. The 1414 initial segments ,{1},,{1,,13}\varnothing,\{1\},\ldots,\{1,\ldots,13\} produce no descent; every other subset produces a unique permutation with one descent. Hence the count is 21314=8178.2^{13}-14=8178.

Thus, the correct answer is D.

← 第 18 题#18
完整试卷

其他年份的第 19 题