2009 AIME I 第 8 题

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

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

8.

S={20,21,22,,210}S = \{2^0, 2^1, 2^2, \ldots, 2^{10}\}。考虑 SS 中两两元素的所有正差。令 NN 为所有这些差的和。求 NN 除以 10001000 的余数。

Let S={20,21,22,,210}.S = \{2^0, 2^1, 2^2, \ldots, 2^{10}\}. Consider all possible positive differences of pairs of elements of S.S. Let NN be the sum of all of these differences. Find the remainder when NN is divided by 1000.1000.

答案:398
知识点:求和2的幂配对与分组
难度评级:2560
小提示:

在所有正差的和中,数出每个 2k2^k 被加了多少次、被减了多少次。

In the sum of all positive differences, count how many times each 2k2^k is added and how many times it is subtracted

大提示:

N=k=010(2k10)2kN = \sum_{k=0}^{10}(2k - 10)\,2^k;用 k2k\sum k\,2^k 和等比数列求值,再模 10001000

N=k=010(2k10)2k;N = \sum_{k=0}^{10}(2k - 10)\,2^k; evaluate with k2k\sum k\,2^k and a geometric series, then reduce mod 10001000

解答:

在所有正差的和中,元素 2k2^k 会对每个更小的元素被加一次(共 kk 次),并对每个更大的元素被减一次(共 10k10 - k 次)。因此 N=k=010(2k10)2k=2k=010k2k10k=0102k \begin{aligned} N &= \sum_{k=0}^{10} (2k - 10)\,2^k \\ &= 2\sum_{k=0}^{10} k\,2^k - 10\sum_{k=0}^{10} 2^k \end{aligned}\text{。}

标准求和为 k=010k2k=9211+2=18434\sum_{k=0}^{10} k\,2^k = 9 \cdot 2^{11} + 2 = 18434,以及 k=0102k=2111=2047\sum_{k=0}^{10} 2^k = 2^{11} - 1 = 2047,所以 N=218434102047=3686820470=16398 \begin{aligned} N &= 2 \cdot 18434 - 10 \cdot 2047 \\ &= 36868 - 20470 = 16398 \end{aligned}\text{。}

除以 10001000 的余数是 398398

In the sum of all positive differences, the element 2k2^k is added once for each smaller element (kk times) and subtracted once for each larger element (10k10 - k times). Hence N=k=010(2k10)2k=2k=010k2k10k=0102k. \begin{aligned} N &= \sum_{k=0}^{10} (2k - 10)\,2^k \\ &= 2\sum_{k=0}^{10} k\,2^k - 10\sum_{k=0}^{10} 2^k. \end{aligned}

The standard sums are k=010k2k=9211+2=18434\sum_{k=0}^{10} k\,2^k = 9 \cdot 2^{11} + 2 = 18434 and k=0102k=2111=2047,\sum_{k=0}^{10} 2^k = 2^{11} - 1 = 2047, so N=218434102047=3686820470=16398. \begin{aligned} N &= 2 \cdot 18434 - 10 \cdot 2047 \\ &= 36868 - 20470 = 16398. \end{aligned}

The remainder upon division by 10001000 is 398.398.

第 7 题#7
完整试卷

其他年份的第 8 题