2007 AIME II 第 13 题

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

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

13.

一个由正方形组成的三角形阵列,第一行有一个正方形,第二行有两个,依此类推,第 kk 行有 kk 个正方形,其中 1k111 \le k \le 11。除底行外,每个正方形都放在它正下方一行的两个正方形上, 如图所示。在第十一行的每个正方形中填入一个 0011。然后在其他正方形中填数, 每个正方形中的数等于它下面两个正方形中的数之和。底行中 0011 的初始分布有多少种, 使得顶端正方形中的数是 33 的倍数?

A triangular array of squares has one square in the first row, two in the second, and, in general, kk squares in the kkth row for 1k11.1 \le k \le 11. With the exception of the bottom row, each square rests on two squares in the row immediately below, as illustrated in the figure. In each square of the eleventh row, a 00 or a 11 is placed. Numbers are then placed into the other squares, with the entry for each square being the sum of the entries in the two squares below it. For how many initial distributions of 00's and 11's in the bottom row is the number in the top square a multiple of 3?3?

答案:640
知识点:杨辉三角模运算乘法原理
难度评级:2920
解答:

将底行条目标为 x0,x1,,x10x_0, x_1, \ldots, x_{10}。由于每个正方形都是下方两个正方形之和, 贡献按帕斯卡三角形的权重累积:顶端正方形等于 i=010(10i)xi\sum_{i=0}^{10} \binom{10}{i} x_i

33 时,直接检查(或用 10=101310 = 101_3 的 Lucas 定理)可知,当 2i82 \le i \le 8(10i)0\binom{10}{i} \equiv 0,而 (100)=(1010)=1\binom{10}{0} = \binom{10}{10} = 1,且 (101)=(109)=101\binom{10}{1} = \binom{10}{9} = 10 \equiv 1。所以顶端正方形是 33 的倍数,当且仅当 x0+x1+x9+x10x_0 + x_1 + x_9 + x_{10} 0(mod3)\equiv 0 \pmod 3

00/11 条目,这个和只能是 0033: 要么四个全为 00(一种), 要么恰好三个为 11(四种),共 55 种选择。其余七个条目 x2,,x8x_2, \ldots, x_8 可自由选择,所以总数为 527=6405 \cdot 2^7 = 640

Label the bottom-row entries x0,x1,,x10.x_0, x_1, \ldots, x_{10}. Since each square is the sum of the two below it, the contributions accumulate with Pascal's-triangle weights: the top square equals i=010(10i)xi.\sum_{i=0}^{10} \binom{10}{i} x_i.

Modulo 3,3, direct checking (or Lucas' theorem with 10=101310 = 101_3) shows (10i)0\binom{10}{i} \equiv 0 for 2i8,2 \le i \le 8, while (100)=(1010)=1\binom{10}{0} = \binom{10}{10} = 1 and (101)=(109)=101.\binom{10}{1} = \binom{10}{9} = 10 \equiv 1. So the top square is a multiple of 33 exactly when x0+x1+x9+x10x_0 + x_1 + x_9 + x_{10} 0(mod3).\equiv 0 \pmod 3.

For 00/11 entries this sum is 00 or 3:3: either all four are 00 (one way) or exactly three are 11 (four ways), for 55 choices. The remaining seven entries x2,,x8x_2, \ldots, x_8 are free, so the count is 527=640.5 \cdot 2^7 = 640.

← 第 12 题#12
完整试卷

其他年份的第 13 题