返回题库

AIME 2016 II · 第 1 题

AIME 2016 II — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Initially Alex, Betty, and Charlie had a total of 444444 peanuts. Charlie had the most peanuts, and Alex had the least. The three numbers of peanuts that each person had formed a geometric progression. Alex eats 55 of his peanuts, Betty eats 99 of her peanuts, and Charlie eats 2525 of his peanuts. Now the three numbers of peanuts each person has forms an arithmetic progression. Find the number of peanuts Alex had initially.

解析

Solution 1

Let rr be the common ratio, where r>1r>1. We then have ar9(a5)=a(r1)4=ar225(ar9)=ar(r1)16ar-9-(a-5)=a(r-1)-4=ar^{2}-25-(ar-9)=ar(r-1)-16. We now have, letting, subtracting the 2 equations, ar2+2ar+a=12ar^{2}+-2ar+a=12, so we have 3ar=432,3ar=432, or ar=144ar=144, which is how much Betty had. Now we have 144+144r+144r=444144+\dfrac{144}{r}+144r=444, or 144(r+1r)=300144(r+\dfrac{1}{r})=300, or r+1r=2512r+\dfrac{1}{r}=\dfrac{25}{12}, which solving for rr gives r=43r=\dfrac{4}{3}, since r>1r>1, so Alex had 34144=108\dfrac{3}{4} \cdot 144=\boxed{108} peanuts.

Solution 2 (Quadratic Formula)

Let aa be Alex's peanuts and kk the common ratio. Then we have a(k2+k+1)=444a(k^2+k+1)=444. Adding kk to both sides and factoring,

444a+k=(k+1)2\frac{444}{a}+k=(k+1)^2 For the common difference, ak=5(a5)=ak225(ak9)ak=5-(a-5)=ak^2-25-(ak-9). Simplifying, k22k+1=12ak^2-2k+1=\frac{12}{a}. Factoring,

(k1)2=12a(k-1)^2=\frac{12}{a} (k+1)2(k1)2=4k    4k=44412a+k    k=144a(k+1)^2-(k-1)^2=4k \implies 4k=\frac{444-12}{a}+k \implies k=\frac{144}{a} Substitute kk in the second equation to get (144aa)2=12a(\frac{144-a}{a})^2=\frac{12}{a}. Expanding and applying the quadratic formula,

a=150±30024(1442)2a=150\pm\frac{\sqrt{300^2-4(144^2)}}{2} Taking out 42324^2\cdot3^2 from under the radical leaves

a=150±6625576=108,192a=150\pm6\sqrt{625-576}=108, 192 Since Alex's peanut number was the lowest of the trio, and 3192>4443*192>444, Alex initially had 108\boxed{108} peanuts.

Solution 3

Let the initial numbers of peanuts Alex, Betty and Charlie had be aa, bb, and cc respectively. Let the final numbers of peanuts, after eating, be aa', bb', and cc'.

We are given that a+b+c=444a + b + c = 444. Since a total of 5+9+25=395 + 9 + 25 = 39 peanuts are eaten, we must have a+b+c=44439=405a' + b' + c' = 444 - 39 = 405. Since aa', bb', and cc' form an arithmetic progression, we have that a=bxa' = b' - x and c=b+xc' = b' + x for some integer xx. Substituting yields 3b=4053b' = 405 and so b=135b' = 135. Since Betty ate 99 peanuts, it follows that b=b+9=144b = b' + 9 = 144.

Since aa, bb, and cc form a geometric progression, we have that a=bra = \frac{b}{r} and c=brc = br. Multiplying yields ac=b2=1442ac = b^2 = 144^2. Since a+c=444b=300a + c = 444 - b = 300, it follows that a=150λa = 150 - \lambda and c=150+λc = 150 + \lambda for some integer λ\lambda. Substituting yields (150λ)(150+λ)=1442(150-\lambda)(150+\lambda) = 144^2, which expands and rearranges to λ2=15021442=422\lambda^2 = 150^2-144^2 = 42^2. Since λ>0\lambda > 0, we must have λ=42\lambda = 42, and so a=150λ=108a = 150 - \lambda = \boxed{108}.

Solution 4

Bashing is not difficult. All we have to consider is the first equation. We can write it as x(1+r+r2)=444x*(1+r+r^2) = 444. The variable xx must be an integer, and after trying all the factors of 444444, it's clear that rr is a fraction smaller than 1010. When calculating the coefficient of xx, we must consider that the fraction produced will very likely have a numerator that divides 444444. Trying a couple will make it easier to find the fraction, and soon you will find that 43\frac{4}{3} gives a numerator of 3737, a rather specific factor of 444444. Solving for the rest will give you an integer value of 108\boxed{108}. This is by no means a good solution, but it may be faster in a competition if you don't want to mess with several other equations. This is purely up to different individuals.

Solution 5

Let bb be the finish number of Betty's peanuts. Then

3b=444(5+9+25)=405=3135    b=135,b+9=144.3b = 444-(5 + 9 + 25) = 405 = 3 \cdot 135 \implies b = 135, b+ 9 = 144. Let k>1k > 1 be the common ratio. Then

144k+144+k144=444    144k+k144=300    12k+k12=25    k=43    14434=108.\frac{144}{k} + 144 + k \cdot 144 = 444 \implies \frac{144}{k} + k \cdot 144 = 300\implies \frac{12}{k} + k \cdot 12 = 25\implies k = \frac{4}{3} \implies \frac {144\cdot 3}{4} = \boxed {108}. vladimir.shelomovskii@gmail.com, vvsss