返回题库

AIME 2008 II · 第 1 题

AIME 2008 II — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let N=1002+992982972+962++42+322212N = 100^2 + 99^2 - 98^2 - 97^2 + 96^2 + \cdots + 4^2 + 3^2 - 2^2 - 1^2, where the additions and subtractions alternate in pairs. Find the remainder when NN is divided by 10001000.

解析

Solution 1

Rewriting this sequence with more terms, we have

N=1002+992982972+962+952942932+922+912+10292+82+726252+42+322212, and reordering, we getN=(1002982)+(992972)+(962942)+(952932)+(922902)++(8262)+(7252)+(4222)+(3212).\begin{aligned} N &= 100^2 + 99^2 - 98^2 - 97^2 + 96^2 + 95^2 - 94^2 - 93^2 + 92^2 + 91^2 + \ldots - 10^2 - 9^2 + 8^2 + 7^2 - 6^2 - 5^2 + 4^2 + 3^2 - 2^2 - 1^2 \text{, and reordering, we get}\\ N &= (100^2 - 98^2) + (99^2 - 97^2) + (96^2 - 94^2) + (95^2 - 93^2) + (92^2 - 90^2) + \ldots + (8^2 - 6^2) + (7^2 - 5^2) +(4^2 - 2^2) + (3^2 - 1^2) \text{.} \end{aligned} Factoring this expression yields

N=(10098)(100+98)+(9997)(99+97)+(9694)(96+94)+(9593)(95+93)+(9290)(90+92)++(86)(8+6)+(75)(7+5)+(42)(4+2)+(31)(3+1), leading toN=2(100+98)+2(99+97)+2(96+94)+2(95+93)+2(92+90)++2(8+6)+2(7+5)+2(4+2)+2(3+1).\begin{aligned} N &= (100 - 98)(100 + 98) + (99 - 97)(99 + 97) + (96 - 94)(96 + 94) + (95 - 93)(95 + 93) + (92 - 90)(90 + 92) + \ldots + (8 - 6)(8 + 6) + (7 - 5)(7 + 5) + (4 - 2)(4 + 2) + (3 - 1)(3 + 1) \text{, leading to}\\ N &= 2(100 + 98) + 2(99 + 97) + 2(96 + 94) + 2(95 + 93) + 2(92 + 90) + \ldots + 2(8 + 6) + 2(7 + 5) + 2(4 + 2) + 2(3 + 1) \text{.} \end{aligned} Next, we get

N=2(100+98+99+97+96+94+95+93+92+90++8+6+7+5+4+2+3+1, and rearranging terms yieldsN=2(100+99+98+97+96++5+4+3+2+1).\begin{aligned} N &= 2(100 + 98 + 99 + 97 + 96 + 94 + 95 + 93 + 92 + 90 + \ldots + 8 + 6 + 7 + 5 + 4 + 2 + 3 + 1 \text{, and rearranging terms yields}\\ N &= 2(100 + 99 + 98 + 97 + 96 + \ldots + 5 + 4 + 3 + 2 + 1) \text{.} \end{aligned} Then,

N=2((100)(101)2), and simplifying, we getN=(100)(101), soN=10100.\begin{aligned} N &= 2\left(\frac{(100)(101)}{2}\right) \text{, and simplifying, we get}\\ N &= (100)(101) \text{, so}\\ N &= 10100 \text{.} \end{aligned} Dividing 1010010100 by 10001000 yields a remainder of 100\boxed{100}.

Solution 2

Since we want the remainder when NN is divided by 10001000, we may ignore the 1002100^2 term. Then, applying the difference of squares factorization to consecutive terms,

N=(9998)(99+98)(9796)(97+96)+(9594)(95+94)++(32)(3+2)1=1971934+1891854++514=4(19758+1)=100\begin{aligned} N &= (99-98)(99+98) - (97-96)(97+96) + (95-94)(95 + 94) + \cdots + (3-2)(3+2) - 1 \\ &= \underbrace{197 - 193}_4 + \underbrace{189 - 185}_4 + \cdots + \underbrace{5 - 1}_4 \\ &= 4 \cdot \left(\frac{197-5}{8}+1\right) = \boxed{100} \end{aligned}

Solution 3

By observation, we realize that the sequence

(a+3)2+(a+2)2(a+1)2a2(a+3)^2 + (a+2)^2 - (a+1)^2 - a^2 alternates every 4 terms. Simplifying, we get

(a+3)2+(a+2)2(a+1)2a2=8a+12(a+3)^2 + (a+2)^2 - (a+1)^2 - a^2 = 8a + 12 , turning NN into a arithmetic sequence with 25 terms, them being 1,5,9,,971, 5, 9, \dots ,97, as the series 8a+128a + 12 alternates every 4 terms.

Applying the sum of arithmetic sequence formula, we get

N=25((81+12)+(897+12))2=25(20+788)2=10100\begin{aligned} N &= \frac{25\cdot((8\cdot1 + 12) + (8\cdot97 + 12))}{2} \\ &= \frac{25\cdot(20 + 788)}{2} = 10100 \end{aligned} So the answer would be

101001000=100\frac{10100}{1000} = \boxed{100} .

- erdaifuu

Solution 4

We can remove the 1002100^2 since 10020(mod1000)100^2 \equiv 0 \pmod{1000} and use difference of squares to factor out the rest. This gives

(1)(99+98)+(1)(96+97)+...+(1)(3+2)+(1)(1+0)(1)(99+98) + (-1)(96+97) + ... +(1)(3+2) +(-1)(1+0) Writing this another way, we get

(99(2)1)(97(2)1)+(95(2)1)...+(3(2)1)(1(2)1)(99(2) - 1) - (97(2)- 1) + (95(2) - 1) - ... +(3(2)-1) - (1(2) -1) We know that the last one is negative because all the numbers before multiplying that are in the form 4a14a - 1(eg. 99=25(4)199 = 25(4) - 1) are positive.

Let x=99x = 99. This makes the expression

(2x1)(2(x2)1)+(2(x4)1)...+(2(x96)1)(2(x98)1)(2x-1) - (2(x-2) - 1) + (2(x-4) - 1) - ... + (2(x-96) - 1) - (2(x-98) - 1) This simplifies to

(2x1)(2x5)+(2x9)...+(2x193)(2x197)(2x-1) - (2x-5) + (2x-9) - ... +(2x - 193) - (2x-197) Since the first one is positive and the last one is negative, that means there are an even number of terms and using the associative property and the distributive property, all of the 2x2x terms cancel out. A consequence of this is that all of the positive integers turn negative and all the negative ones turn positive(eg. (2x5)=2x+5-(2x-5) = -2x + 5).

We are left with the sequence

1+59+...193+197-1+5-9+...-193+197 We can notice the property that the number of terms in the sequence to a positive number n is equal to (n+3)/4(n+3)/4, as well as the fact that every pair sums up to 4. Therefore the total number of terms is (197+3)/4=50(197+3) / 4 = 50. Therefore, there are 25 pairs each summing up to 4, leaving us with 25(4)=10025(4) = \boxed{100}.

~idk12345678

Solution 5

We simply take the outer pairs and from there, we use the inside terms. That is, N=1002+992982972+962++42+322212N = 100^2 + 99^2 - 98^2 - 97^2 + 96^2 + \cdots + 4^2 + 3^2 - 2^2 - 1^2 becomes N=(100212)+(99222)(98232)(97242)+(96252)...N = (100^2 - 1^2) + (99^2 - 2^2) - (98^2 - 3^2) - (97^2 - 4^2) + (96^2 - 5^2) ... and thus is reduced to N=101(99+979593+81+89...75+3+1)N = 101(99 + 97 - 95 - 93 + 81 + 89 - ... - 7 - 5 + 3 + 1) since the entire sequence has 50 terms. Therefore, the last two terms must be positive as the above inner sequence repeats as follows : Positive - positive - negative - negative. It follows that N=101[8(12)+4]=101[100]=10100N = 101[8(12) + 4] = 101[100] = 10100. So the requested answer is 100\boxed{100}. ~elpianista227