返回题库

AIME 1988 · 第 4 题

AIME 1988 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Suppose that xi<1|x_i| < 1 for i=1,2,,ni = 1, 2, \dots, n. Suppose further that x1+x2++xn=19+x1+x2++xn.|x_1| + |x_2| + \dots + |x_n| = 19 + |x_1 + x_2 + \dots + x_n|. What is the smallest possible value of nn?

解析

Solution

Since xi<1|x_i| < 1 then

x1+x2++xn=19+x1+x2++xn<n.|x_1| + |x_2| + \dots + |x_n| = 19 + |x_1 + x_2 + \dots + x_n| < n. So n20n \ge 20. We now just need to find an example where n=20n = 20: suppose x2k1=1920x_{2k-1} = \frac{19}{20} and x2k=1920x_{2k} = -\frac{19}{20}; then on the left hand side we have 1920+1920++1920=20(1920)=19\left|\frac{19}{20}\right| + \left|-\frac{19}{20}\right| + \dots + \left|-\frac{19}{20}\right| = 20\left(\frac{19}{20}\right) = 19. On the right hand side, we have 19+19201920+1920=19+0=1919 + \left|\frac{19}{20} - \frac{19}{20} + \dots - \frac{19}{20}\right| = 19 + 0 = 19, and so the equation can hold for n=020n = \boxed{020}.

Solution 2 (Motivating solution)

First off, one can test 1,1,11,-1,1 and find that the LHSLHS is 33 and the RHS is 1.1. Similarly testing 1,1,1,11,-1,-1,1 yields 44 on the LHS and 00 on the RHS. It seems for every negative we gain twice of that negative on the LHS. However, when we test something like 1,1,1,1,11,-1,-1,-1,1 we find the LHS to be 55 and the RHS to be 1.1. What happened? There were more negatives than positives. Why does this mean that the LHS doesn't grow? There aren't enough positives to "cancel out!" Therefore if for every negative we need a positive for it to cancel out to grow. We can make the LHSLHS grow by approximately 22 every time we choose a negative and a positive, so if we have 2020 numbers, namely 1010 positive and 1010 negative we can obtain the desired answer.

Solution 3

Straight off, we notice that the RHS must be greater than or equal to 19, because an absolute value only gives nonnegative values. It then becomes clear that x1+x2+...+xn19|x_1|+|x_2|+...+|x_n|\ge19. If each xnx_n were equal to 1, then n=19n=19. However, xn<1x_n<1, so there must be at least one extra term to satisfy the inequality. Therefore, n=020n=\boxed{020}.