2011 AIME II 第 14 题

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

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

14.

NN1,2,,301, 2, \ldots, 30 的排列 (a1,a2,,a30)(a_1, a_2, \ldots, a_{30}),满足对于 m{2,3,5}m \in \{2, 3, 5\},以及所有满足 1n<n+m301 \le n \lt n + m \le 30 的整数 nnmm 都整除 an+mana_{n+m} - a_n。求 NN 除以 10001000 的余数。

There are NN permutations (a1,a2,,a30)(a_1, a_2, \ldots, a_{30}) of 1,2,,301, 2, \ldots, 30 such that for m{2,3,5},m \in \{2, 3, 5\}, mm divides an+mana_{n+m} - a_n for all integers nn with 1n<n+m30.1 \le n \lt n + m \le 30. Find the remainder when NN is divided by 1000.1000.

答案:440
知识点:中国剩余定理模运算排列
难度评级:3270
解答:

对每个 m{2,3,5}m \in \{2, 3, 5\},条件 an+man(modm)a_{n+m} \equiv a_n \pmod{m} 表示 ana_nmm 的余数只取决于 nmodmn \bmod m,从而定义了一个从位置余数到数值余数的映射 σm\sigma_m。每个位置余数类有 30m\frac{30}{m} 个位置,每个数值余数类也有 30m\frac{30}{m} 个数值;若 σm\sigma_m 把两个位置类映到同一个数值类,那么这个数值类就必须填入 60m\frac{60}{m} 个位置,这是不可能的。所以每个 σm\sigma_m 都是模 mm 余数的一个排列。

反过来,由中国剩余定理,每个位置 n{1,,30}n \in \{1, \ldots, 30\} 都对应唯一的三元组 (nmod2,nmod3,nmod5)(n \bmod 2,\, n \bmod 3,\, n \bmod 5),数值也同理。因此任意选择 (σ2,σ3,σ5)(\sigma_2, \sigma_3, \sigma_5) 都会确定一个 1,,301, \ldots, 30 的唯一有效排列,它把位置三元组送到指定的数值三元组。

所以 N=2!3!5!=1440N = 2! \cdot 3! \cdot 5! = 1440,除以 10001000 的余数为 440440

For each m{2,3,5},m \in \{2, 3, 5\}, the condition an+man(modm)a_{n+m} \equiv a_n \pmod{m} means the residue of ana_n modulo mm depends only on nmodm,n \bmod m, defining a map σm\sigma_m from residues to residues. Each residue class of positions has 30m\frac{30}{m} members, and so does each residue class of values; if σm\sigma_m sent two position classes to the same value class, that class's 30m\frac{30}{m} values would have to fill 60m\frac{60}{m} positions, which is impossible. So each σm\sigma_m is a permutation of the residues modulo m.m.

Conversely, by the Chinese remainder theorem each position n{1,,30}n \in \{1, \ldots, 30\} corresponds to a unique triple (nmod2,nmod3,nmod5),(n \bmod 2,\, n \bmod 3,\, n \bmod 5), and likewise for values. Any choice of permutations (σ2,σ3,σ5)(\sigma_2, \sigma_3, \sigma_5) therefore determines a unique valid permutation of 1,,30,1, \ldots, 30, sending the position triple to the prescribed value triple.

Hence N=2!3!5!=1440,N = 2! \cdot 3! \cdot 5! = 1440, and the remainder upon division by 10001000 is 440.440.

← 第 13 题#13
完整试卷

其他年份的第 14 题