2022 AMC 10A 第 24 题

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

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

24.

长度为 55 的字符串由数字 00,11,22,33,44 组成。有多少个这样的字符串满足:对每个 j{1,2,3,4}j \in \{1,2,3,4\},至少有 jj 个数字小于 jj

例如,0221402214 满足条件,因为它至少有 11 个数字小于 11,至少有 22 个数字小于 22,至少有 33 个数字小于 33,至少有 44 个数字小于 44。字符串 2340423404 不满足条件,因为它没有至少 22 个数字小于 22

How many strings of length 55 formed from the digits 0,0, 1,1, 2,2, 3,3, 4,4, are there such that for each j{1,2,3,4},j \in \{1,2,3,4\}, at least jj of the digits are less than j?j?

(For example, 0221402214 satisfies this condition because it contains at least 11 digit less than 1,1, at least 22 digits less than 2,2, at least 33 digits less than 3,3, and at least 44 digits less than 4.4. The string 2340423404 does not satisfy the condition because it does not contain at least 22 digits less than 2.2.)

500500

625625

10891089

11991199

12961296

答案:E
知识点:parking functionscircular counting有限制的排列
难度评级:2390
解答:

把这五个数字依次看作五辆车的首选车位。车位编号为 0,1,2,3,4,0,1,2,3,4,每辆车若首选车位空着就停在那里,否则停在右边第一个空位。若把首选车位按非递减顺序排列为 b1b2b5,b_1\le b_2\le\cdots\le b_5,则所有车都能停下,当且仅当 bii1(1i5).b_i\le i-1\qquad(1\le i\le5). 这些不等式正是题目中的条件。

为了计数,加入第六个车位,把 0,1,,50,1,\ldots,5 号车位排列在一个圆上。对任意一个 656^5 种首选字符串,五辆车都能停下,且恰好留下一个空位。把所有首选位置都旋转一格,空位也随之旋转。因此每个由六个字符串组成的轨道中,每一种可能的空位恰好出现一次。

所以恰有 65/6=64=12966^5/6=6^4=1296 个圆形首选字符串留下 55 号车位为空。这样的字符串中没有车首选 5,5, 号车位;紧接着这个空位切开圆,就恰好得到车位 004.4. 上的成功停车序列。因此所求字符串数为 1296.1296.

所以正确答案是 E

Regard the five digits, in order, as the preferred parking spaces of five cars. Spaces are numbered 0,1,2,3,4,0,1,2,3,4, and each car takes its preferred space if possible, or else the first empty space to its right. If the preferences sorted into nondecreasing order are b1b2b5,b_1\le b_2\le\cdots\le b_5, all cars park exactly when bii1(1i5).b_i\le i-1\qquad(1\le i\le5). These inequalities are precisely the conditions in the problem.

To count such preference strings, add a sixth space and arrange spaces 0,1,,50,1,\ldots,5 in a circle. For any of the 656^5 preference strings, all five cars park and exactly one space remains empty. Rotating every preference by one position rotates the empty space as well. Thus each orbit of six preference strings has each possible empty space exactly once.

Therefore exactly 65/6=64=12966^5/6=6^4=1296 circular preference strings leave space 55 empty. No car in such a string prefers space 5,5, and cutting the circle immediately after that empty space gives exactly a successful parking sequence on spaces 00 through 4.4. Hence the desired number of strings is 1296.1296.

Thus, E is the correct answer.

← 第 23 题#23
完整试卷

其他年份的第 24 题