2020 AMC 12B 第 15 题

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

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

15.

1010 个人等间隔地站成一圈。每个人恰好认识其他 99 个人中的 33 个:站在其两侧的 22 个人,以及正对面的人。将这 1010 个人分成 55 对,且每对的两人互相认识,一共有多少种分法?

There are 1010 people standing equally spaced around a circle. Each person knows exactly 33 of the other 99 people: the 22 people standing next to her or him, as well as the person directly across the circle. How many ways are there for the 1010 people to split up into 55 pairs so that the members of each pair know each other?

1111

1212

1313

1414

1515

答案:C
知识点:图论分类讨论
难度评级:1730
解答:

将人编号为 0099 允许的配对使用相邻边 (i,i+1)(i, i + 1) 或直径边 (i,i+5)(i, i + 5) 按使用的直径边数量分类计算完美匹配。

不使用直径边时,相邻的人可以按两种交错方式配对,共有 22 种。恰用一条直径边时,选择这条直径有 55 种,其余的人随后被唯一配对,因此共有 55 种。使用全部五条直径边时有 11 种。

恰用三条直径边时有 55 种匹配;而恰用两条直径边会留下无法完全配对的奇数段。综上,总数为 2+5+5+1=132+5+5+1=13

所以正确答案是 C

Label the people 00 through 9.9. Allowed pairings use neighbor edges (i,i+1)(i, i + 1) or diameter edges (i,i+5).(i, i + 5). Count perfect matchings by the number of diameter edges used.

Using no diameters, the ten people split into adjacent pairs in 22 ways (all "even" edges or all "odd" edges). Using exactly one diameter, choose it in 55 ways; the remaining two arcs of four people each pair up uniquely, giving 5.5. Using all five diameters gives 11 matching.

If at least one diameter is used, following the forced adjacent pairings around the circle shows that the number of diameters must be odd. With exactly three diameters, the four remaining people must be two opposite adjacent pairs. The position of one such opposite pair determines the matching, giving 55 possibilities. Hence the total is 2+5+5+1=13.2+5+5+1=13.

Thus, the correct answer is C.

← 第 14 题#14
完整试卷

其他年份的第 15 题