2023 AIME I 第 10 题

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

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

10.

存在唯一的正整数 aa,使得和 是一个严格介于 1000-100010001000 之间的整数。对这个唯一的 aa,求 a+Ua + UU=n=12023n2na5U = \sum_{n=1}^{2023} \left\lfloor \frac{n^2 - na}{5} \right\rfloor

(注:x\lfloor x \rfloor 表示小于或等于 xx 的最大整数。)

There exists a unique positive integer aa for which the sum U=n=12023n2na5U = \sum_{n=1}^{2023} \left\lfloor \frac{n^2 - na}{5} \right\rfloor is an integer strictly between 1000-1000 and 1000.1000. For that unique a,a, find a+U.a + U.

(Note that x\lfloor x \rfloor denotes the greatest integer that is less than or equal to x.x.)

答案:944
知识点:取整函数求和模运算
难度评级:2990
解答:

先忽略取整, n=12023n2na5\sum_{n=1}^{2023} \frac{n^2 - na}{5} =15(n2an)= \frac{1}{5}\left(\sum n^2 - a\sum n\right),它恰好为零当且仅当 a=n2n=22023+13=1349a = \frac{\sum n^2}{\sum n} = \frac{2 \cdot 2023 + 1}{3} = 1349,这是整数。对任何其他整数 aa,原始和的绝对值至少为 15n=202310125409455\frac{1}{5}\sum n = \frac{2023 \cdot 1012}{5} \approx 409455,而取整使总和改变小于 20232023,所以只有 a=1349a = 1349 可能让 UU 严格介于 1000-100010001000。 之间。

a=1349a = 1349 时,每一项等于 n21349nrn5\frac{n^2 - 1349n - r_n}{5},其中 rn=(n21349n)mod5r_n = (n^2 - 1349n) \bmod 5,所以 U=15rnU = -\frac{1}{5}\sum r_n。因为 13494(mod5)1349 \equiv 4 \pmod 5n21349nn^2 - 1349n n(n+1)(mod5)\equiv n(n+1) \pmod 5,当 n0,1,2,3,4n \equiv 0, 1, 2, 3, 4 时余数分别为 0,2,1,2,00, 2, 1, 2, 0,每五项和为 55。 由于 2023=5404+32023 = 5 \cdot 404 + 3,剩余的 n1,2,3n \equiv 1, 2, 3 项贡献 2+1+2=52 + 1 + 2 = 5,所以 rn=4055=2025\sum r_n = 405 \cdot 5 = 2025

因此 U=20255=405U = -\frac{2025}{5} = -405,确实严格介于 1000-100010001000, 之间,并且 a+U=1349405=944a + U = 1349 - 405 = 944

Ignoring the floors, n=12023n2na5\sum_{n=1}^{2023} \frac{n^2 - na}{5} =15(n2an)= \frac{1}{5}\left(\sum n^2 - a\sum n\right) vanishes exactly when a=n2n=22023+13=1349,a = \frac{\sum n^2}{\sum n} = \frac{2 \cdot 2023 + 1}{3} = 1349, an integer. For any other integer aa the raw sum has absolute value at least 15n=202310125409455,\frac{1}{5}\sum n = \frac{2023 \cdot 1012}{5} \approx 409455, while taking floors changes the total by less than 2023,2023, so only a=1349a = 1349 can put UU strictly between 1000-1000 and 1000.1000.

With a=1349,a = 1349, each term is n21349nrn5\frac{n^2 - 1349n - r_n}{5} with rn=(n21349n)mod5,r_n = (n^2 - 1349n) \bmod 5, so U=15rn.U = -\frac{1}{5}\sum r_n. Since 13494(mod5),1349 \equiv 4 \pmod 5, we have n21349nn^2 - 1349n n(n+1)(mod5),\equiv n(n+1) \pmod 5, whose residues for n0,1,2,3,4n \equiv 0, 1, 2, 3, 4 are 0,2,1,2,0,0, 2, 1, 2, 0, summing to 55 per block of five. With 2023=5404+3,2023 = 5 \cdot 404 + 3, the leftover terms n1,2,3n \equiv 1, 2, 3 contribute 2+1+2=5,2 + 1 + 2 = 5, so rn=4055=2025.\sum r_n = 405 \cdot 5 = 2025.

So U=20255=405,U = -\frac{2025}{5} = -405, which indeed lies strictly between 1000-1000 and 1000,1000, and a+U=1349405=944.a + U = 1349 - 405 = 944.

← 第 9 题#9
完整试卷

其他年份的第 10 题