返回题库

AIME 1984 · 第 1 题

AIME 1984 — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the value of a2+a4+a6+a8++a98a_2+a_4+a_6+a_8+\ldots+a_{98} if a1a_1, a2a_2, a3a_3\ldots is an arithmetic progression with common difference 1, and a1+a2+a3++a98=137a_1+a_2+a_3+\ldots+a_{98}=137.

解析

Solution 1

One approach is to sum an arithmetic series, find the value of a1a_1, calculate a2a_2, and sum another arithmetic series to get the answer. A quicker method is to substitue a2n1=a2n1a_{2n - 1} = a_{2n} - 1 into the given equation:

(a21)+a2+(a41)+a4++(a981)+a98=137(a_2 - 1) + a_2 + (a_4 - 1) + a_4 + \ldots + (a_{98} - 1) + a_{98} = 137 Simplify the LHS:

2(a2+a4++a98)49=1372(a_2 + a_4 + \ldots + a_{98}) - 49= 137 Solve:

a2+a4++a98=137+492=93a_2 + a_4 + \ldots + a_{98}=\frac{137 + 49}{2} = \boxed{93}

Solution 2

If a1a_1 is the first term, then a1+a2+a3++a98=137a_1+a_2+a_3 + \cdots + a_{98} = 137 can be rewritten as:

98a1+1+2+3++97=13798a_1 + 1+2+3+ \cdots + 97 = 137 \Leftrightarrow 98a1+97982=13798a_1 + \frac{97 \cdot 98}{2} = 137

Our desired value is a2+a4+a6++a98a_2+a_4+a_6+ \cdots + a_{98} so this is:

49a1+1+3+5++9749a_1 + 1+3+5+ \cdots + 97

which is 49a1+49249a_1+ 49^2. So, from the first equation, we know 49a1=13729749249a_1 = \frac{137}{2} - \frac{97 \cdot 49}{2}. So, the final answer is:

13797(49)+2(49)22=93\frac{137 - 97(49) + 2(49)^2}{2} = \fbox{93}.

Solution 3

A better approach to this problem is to notice that from a1+a2+a98=137a_{1}+a_{2}+\cdots a_{98}=137 that each element with an odd subscript is 1 from each element with an even subscript. Thus, we note that the sum of the odd elements must be 137492\frac{137-49}{2}. Thus, if we want to find the sum of all of the even elements we simply add 4949 common differences to this giving us 137492+49=93\frac{137-49}{2}+49=\fbox{93}.

Or, since the sum of the odd elements is 44, then the sum of the even terms must be 93\fbox{93}.

Solution 4

We want to find the value of a2+a4+a6+a8++a98a_2+a_4+a_6+a_8+\ldots+a_{98}, which can be rewritten as a1+1+a2+2+a3++a49+49    a1+a2+a3++a49+49502a_1+1+a_2+2+a_3+\ldots+a_{49}+49 \implies a_1+a_2+a_3+\ldots+a_{49}+\frac{49 \cdot 50}{2}. We can split a1+a2+a3++a98a_1+a_2+a_3+\ldots+a_{98} into two parts:

a1+a2+a3++a49a_1+a_2+a_3+\ldots+a_{49} and

a50+a51+a52++a98a_{50}+a_{51}+a_{52}+\ldots+a_{98} Note that each term in the second expression is 4949 greater than the corresponding term, so, letting the first equation be equal to xx, we get a1+a2+a3++a98=137=2x+492    x=1374922a_1+a_2+a_3+\ldots+a_{98}=137=2x+49^2 \implies x=\frac{137-49^2}{2}. Calculating 49249^2 by sheer multiplication is not difficult, but you can also do (501)(501)=2500100+1=2401(50-1)(50-1)=2500-100+1=2401. We want to find the value of x+49502=x+4925=x+1225x+\frac{49 \cdot 50}{2}=x+49 \cdot 25=x+1225. Since x=13724012x=\frac{137-2401}{2}, we find x=1132x=-1132. 1132+1225=93-1132+1225=\boxed{93}.

- PhunsukhWangdu

Solution 5

Since we are dealing with an arithmetic sequence,

a2+a4+a6+a8++a98=49a50a_2+a_4+a_6+a_8+\ldots+a_{98} = 49a_{50} We can also figure out that

a1+a2+a3++a98=a1+97a50=137a_1+a_2+a_3+\ldots+a_{98} = a_1 + 97a_{50} = 137 a1=a504998a5049=137a_1 = a_{50}-49 \Rightarrow 98a_{50}-49 = 137 Thus, 49a50=137+492=9349a_{50} = \frac{137 + 49}{2} = \boxed{93}

~kempwood

Video Solution by OmegaLearn

https://youtu.be/re8DTg-Lbu0?t=234

~ pi_is_3.14