返回题库

AIME 2000 I · 第 10 题

AIME 2000 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A sequence of numbers x1,x2,x3,,x100x_{1},x_{2},x_{3},\ldots,x_{100} has the property that, for every integer kk between 11 and 100,100, inclusive, the number xkx_{k} is kk less than the sum of the other 9999 numbers. Given that x50=m/n,x_{50} = m/n, where mm and nn are relatively prime positive integers, find m+nm + n.

解析

Solution

Let the sum of all of the terms in the sequence be S\mathbb{S}. Then for each integer kk, xk=SxkkS2xk=kx_k = \mathbb{S}-x_k-k \Longrightarrow \mathbb{S} - 2x_k = k. Summing this up for all kk from 1,2,,1001, 2, \ldots, 100,

100S2(x1+x2++x100)=1+2++100100S2S=1001012=5050S=252549\begin{aligned}100\mathbb{S}-2(x_1 + x_2 + \cdots + x_{100}) &= 1 + 2 + \cdots + 100\\ 100\mathbb{S} - 2\mathbb{S} &= \frac{100 \cdot 101}{2} = 5050\\ \mathbb{S}&=\frac{2525}{49}\end{aligned} Now, substituting for x50x_{50}, we get 2x50=25254950=7549x50=75982x_{50}=\frac{2525}{49}-50=\frac{75}{49} \Longrightarrow x_{50}=\frac{75}{98}, and the answer is 75+98=17375+98=\boxed{173}.

Solution 2

Consider xkx_k and xk+1x_{k+1}. Let SS be the sum of the rest 98 terms. Then xk+k=S+xk+1x_k+k=S+x_{k+1} and xk+1+(k+1)=S+xk.x_{k+1}+(k+1)=S+x_k. Eliminating SS we have xk+1xk=12.x_{k+1}-x_k=-\dfrac{1}{2}. So the sequence is arithmetic with common difference 12.-\dfrac{1}{2}.

In terms of x50,x_{50}, the sequence is x50+492,x50+482,,x50+12,x50,x5012,,x50492,x50502.x_{50}+\dfrac{49}{2}, x_{50}+\dfrac{48}{2},\cdots,x_{50}+\dfrac{1}{2}, x_{50}, x_{50}-\dfrac{1}{2}, \cdots, x_{50}-\dfrac{49}{2}, x_{50}-\dfrac{50}{2}. Therefore, x50+50=99x50502x_{50}+50=99x_{50}-\dfrac{50}{2}.

Solving, we get x50=7598.x_{50}=\dfrac{75}{98}. The answer is 75+98=173.75+98=\boxed{173}.

- JZ

- edited by erinb28lms

Solution 3 (Sum of equations)

Like Solution 1, let the sum of all of the terms in this sequence be S\mathbb{S}. By definition:

x1+1=x2+x3+x4+...+x100x_1 + 1 = x_2+x_3+x_4+...+x_{100} x2+2=x1+x3+x4+...+x100x_2 + 2 = x_1+x_3+x_4+...+x_{100} x3+3=x1+x2+x4+...+x100x_3 + 3 = x_1+x_2+x_4+...+x_{100} ...... x99+99=x1+x2+x3+...+x98+x100x_{99} + 99 = x_1+x_2+x_3+...+x_{98}+x_{100} x100+100=x1+x2+x3+...+x98+x99x_{100} + 100 = x_1+x_2+x_3+...+x_{98}+x_{99} .

Adding up all of these equations yields:

S+TR(100)=99S\mathbb{S} + TR(100) = 99\mathbb{S} Here TR(100)TR(100) represents the 100100th triangular number, which is 50505050. Solving for S\mathbb{S} yields:

S=252549\mathbb{S} = \frac{2525}{49} .

S\mathbb{S} can also be written as x50+(x50+50)x_{50} + (x_{50} + 50). Solving for x50x_{50},

2x50=25252450492x_{50} = \frac{2525-2450}{49} 2x50=75492x_{50} = \frac{75}{49} x50=7598x_{50} = \frac{75}{98} The requested sum is therefore 75+98=17375+98 = \boxed{173}.

~mathwizard123123

Solution 4 (Clever Substitution)

Due to the problem's unique setup, we can actually represent every xkx_k in terms of its sum, call it SS. For any xkx_k,

xk=S2k2x_k = \frac{S}{2} - \frac{k}{2} We can show that this works because the sum of the other 9999 terms is now equal to S2+k2\frac{S}{2} + \frac{k}{2}, and the difference is indeed kk. The motivation to find that we need an S2\frac{S}{2} term lies in that the difference between xkx_k and the 9999 other terms is an integer, and not an expression in terms of SS, and allowing xkx_k to be in terms of S2\frac{S}{2} is the only way to achieve this.

Now, finding the numerical value of SS solves the problem. Summing all terms from x1x_1 to x100x_{100}, we find

S=k=1100xk=100S2k=1100k2=50S1001+10022=50S2525S = \sum_{k=1}^{100} x_k = 100\frac{S}{2} - \sum_{k=1}^{100} \frac{k}{2} = 50S - \frac{100\cdot\frac{1 + 100}{2}}{2} = 50S - 2525 We obtain S=252549S = \frac{2525}{49}, and we now only need to find x50x_{50}, which is represented as S2502\frac{S}{2} - \frac{50}{2}. Substituting,

x50=252549225=25101259898=7598x_{50} = \frac{2525}{49\cdot2} - 25 = \frac{25\cdot101 - 25\cdot98}{98} = \frac{75}{98} Our desired answer is thus 75+98=17375 + 98 = \boxed{173}

~faliure167

Video solution

https://www.youtube.com/watch?v=TdvxgrSZTQw