返回题库

AIME 2012 I · 第 2 题

AIME 2012 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The terms of an arithmetic sequence add to 715715. The first term of the sequence is increased by 11, the second term is increased by 33, the third term is increased by 55, and in general, the kkth term is increased by the kkth odd positive integer. The terms of the new sequence add to 836836. Find the sum of the first, last, and middle terms of the original sequence.

解析

Solutions

Solution 1

If the sum of the original sequence is i=1nai\sum_{i=1}^{n} a_i then the sum of the new sequence can be expressed as i=1nai+(2i1)=n2+i=1nai.\sum_{i=1}^{n} a_i + (2i - 1) = n^2 + \sum_{i=1}^{n} a_i. Therefore, 836=n2+715n=11.836 = n^2 + 715 \rightarrow n=11. Now the middle term of the original sequence is simply the average of all the terms, or 71511=65,\frac{715}{11} = 65, and the first and last terms average to this middle term, so the desired sum is simply three times the middle term, or 195.\boxed{195}.

Alternatively, notice that in the original sequence, 11a1+55d=71511a_1 + 55d = 715, from which a1+5d=65a_1 + 5d = 65. Since we are tasked to find a1+a6+a11=3(a1+5d)a_1 + a_6 + a_{11} = 3(a_1 + 5d), the desired answer is 365=195.3 \cdot 65 = \boxed{195}.

Solution 2

After the adding of the odd numbers, the total of the sequence increases by 836715=121=112836 - 715 = 121 = 11^2. Since the sum of the first nn positive odd numbers is n2n^2, there must be 1111 terms in the sequence, so the mean of the sequence is 71511=65\dfrac{715}{11} = 65. Since the first, last, and middle terms are centered around the mean, our final answer is 653=19565 \cdot 3 = \boxed{195}

Solution 3

Proceed as in Solution 2 until it is noted that there are 11 terms in the sequence. Since the sum of the terms of the original arithmetic sequence is 715, we note that 2a1+10d211=715\frac{2a_1 + 10d}{2} \cdot 11 = 715 or 2a1+10d=1302a_1 + 10d = 130 for all sets of first terms and common differences that fit the conditions given in the problem. Assume WLOG that a1=60a_1 = 60 and d=1d = 1. Then the first term of the corresponding arithmetic sequence will be 6060, the sixth (middle) term will be 6565, and the eleventh (largest) term will be 7070. Thus, our final answer is 60+65+70=19560 + 65 + 70 = \boxed{195}.

~ cxsmi

Solution 4 (Similar to the above solutions)

Let the sequence be a,a+d,a+2d,...,a+(k1)da,a+d,a+2d,..., a+(k-1)d. Since there are kk terms, we have an equation k2=836715=121k^2 = 836-715 = 121. Solving, we get kk as 1111. Replacing kk in our sequence with 1111, we get a,a+d,a+2d,...,a+10da,a+d,a+2d,..., a+10d. The sum of this sequence is equal to 715715, or (2a+10d)(11)2=715\frac{(2a+10d)(11)}{2} = 715, and by simplifying we get a+5d=65a+5d=65. We are asked for the first, middle, and end terms, which are aa,a+5da+5d, and a+10da+10d respectively. Their sum is 3a+153a+15, or 3(a+5d)3 \cdot (a+5d). Our desired answer is 653=19565 \cdot 3 = \boxed{195}.

~Irfans123

Video Solution by Richard Rusczyk

https://artofproblemsolving.com/videos/amc/2012aimei/298

~ dolphin7

Video Solution

https://www.youtube.com/watch?v=T8Ox412AkZc ~Shreyas S

Video Solution by OmegaLearn

https://youtu.be/tKsYSBdeVuw?t=4689

~ pi_is_3.14