Difference between revisions of "2016 AIME II Problems/Problem 1"
m (Added another solution) |
Turder reign (talk | contribs) m (→Solution 1) |
||
(20 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==Problem== | ||
Initially Alex, Betty, and Charlie had a total of <math>444</math> 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 <math>5</math> of his peanuts, Betty eats <math>9</math> of her peanuts, and Charlie eats <math>25</math> of his peanuts. Now the three numbers of peanuts each person has forms an arithmetic progression. Find the number of peanuts Alex had initially. | Initially Alex, Betty, and Charlie had a total of <math>444</math> 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 <math>5</math> of his peanuts, Betty eats <math>9</math> of her peanuts, and Charlie eats <math>25</math> of his peanuts. Now the three numbers of peanuts each person has forms an arithmetic progression. Find the number of peanuts Alex had initially. | ||
Line 4: | Line 5: | ||
Let <math>r</math> be the common ratio, where <math>r>1</math>. We then have <math>ar-9-(a-5)=a(r-1)-4=ar^{2}-25-(ar-9)=ar(r-1)-16</math>. We now have, letting, subtracting the 2 equations, <math>ar^{2}+-2ar+a=12</math>, so we have <math>3ar=432,</math> or <math>ar=144</math>, which is how much Betty had. Now we have <math>144+\dfrac{144}{r}+144r=444</math>, or <math>144(r+\dfrac{1}{r})=300</math>, or <math>r+\dfrac{1}{r}=\dfrac{25}{12}</math>, which solving for <math>r</math> gives <math>r=\dfrac{4}{3}</math>, since <math>r>1</math>, so Alex had <math>\dfrac{3}{4} \cdot 144=\boxed{108}</math> peanuts. | Let <math>r</math> be the common ratio, where <math>r>1</math>. We then have <math>ar-9-(a-5)=a(r-1)-4=ar^{2}-25-(ar-9)=ar(r-1)-16</math>. We now have, letting, subtracting the 2 equations, <math>ar^{2}+-2ar+a=12</math>, so we have <math>3ar=432,</math> or <math>ar=144</math>, which is how much Betty had. Now we have <math>144+\dfrac{144}{r}+144r=444</math>, or <math>144(r+\dfrac{1}{r})=300</math>, or <math>r+\dfrac{1}{r}=\dfrac{25}{12}</math>, which solving for <math>r</math> gives <math>r=\dfrac{4}{3}</math>, since <math>r>1</math>, so Alex had <math>\dfrac{3}{4} \cdot 144=\boxed{108}</math> peanuts. | ||
− | Solution | + | == Solution 2 (Quadratic Formula)== |
+ | Let <math>a</math> be Alex's peanuts and <math>k</math> the common ratio. Then we have <math>a(k^2+k+1)=444</math>. Adding <math>k</math> to both sides and factoring, | ||
− | == Solution | + | <cmath>\frac{444}{a}+k=(k+1)^2</cmath> |
+ | |||
+ | For the common difference, <math>ak=5-(a-5)=ak^2-25-(ak-9)</math>. Simplifying, <math>k^2-2k+1=\frac{12}{a}</math>. Factoring, | ||
+ | <cmath>(k-1)^2=\frac{12}{a}</cmath> | ||
+ | |||
+ | <cmath>(k+1)^2-(k-1)^2=4k \implies 4k=\frac{444-12}{a}+k \implies k=\frac{144}{a}</cmath> | ||
+ | |||
+ | |||
+ | Substitute <math>k</math> in the second equation to get <math>(\frac{144-a}{a})^2=\frac{12}{a}</math>. Expanding and applying the quadratic formula, | ||
+ | <cmath>a=150\pm\frac{\sqrt{300^2-4(144^2)}}{2}</cmath> | ||
+ | Taking out <math>4^2\cdot3^2</math> from under the radical leaves | ||
+ | <cmath>a=150\pm6\sqrt{625-576}=108, 192</cmath> | ||
+ | Since Alex's peanut number was the lowest of the trio, and <math>3*192>444</math>, Alex initially had <math>\boxed{108}</math> peanuts. | ||
+ | |||
+ | == Solution 3 == | ||
Let the initial numbers of peanuts Alex, Betty and Charlie had be <math>a</math>, <math>b</math>, and <math>c</math> respectively. | Let the initial numbers of peanuts Alex, Betty and Charlie had be <math>a</math>, <math>b</math>, and <math>c</math> respectively. | ||
Let the final numbers of peanuts, after eating, be <math>a'</math>, <math>b'</math>, and <math>c'</math>. | Let the final numbers of peanuts, after eating, be <math>a'</math>, <math>b'</math>, and <math>c'</math>. | ||
Line 19: | Line 35: | ||
Substituting yields <math>(150-\lambda)(150+\lambda) = 144^2</math>, which expands and rearranges to <math>\lambda^2 = 150^2-144^2 = 42^2</math>. | Substituting yields <math>(150-\lambda)(150+\lambda) = 144^2</math>, which expands and rearranges to <math>\lambda^2 = 150^2-144^2 = 42^2</math>. | ||
Since <math>\lambda > 0</math>, we must have <math>\lambda = 42</math>, and so <math>a = 150 - \lambda = \boxed{108}</math>. | Since <math>\lambda > 0</math>, we must have <math>\lambda = 42</math>, and so <math>a = 150 - \lambda = \boxed{108}</math>. | ||
+ | |||
+ | == Solution 4== | ||
+ | Bashing is not difficult. All we have to consider is the first equation. We can write it as <math>x*(1+r+r^2) = 444</math>. The variable <math>x</math> must be an integer, and after trying all the factors of <math>444</math>, it's clear that <math>r</math> is a fraction smaller than <math>10</math>. When calculating the coefficient of <math>x</math>, we must consider that the fraction produced will very likely have a numerator that divides <math>444</math>. Trying a couple will make it easier to find the fraction, and soon you will find that <math>\frac{4}{3}</math> gives a numerator of <math>37</math>, a rather specific factor of <math>444</math>. Solving for the rest will give you an integer value of <math>\boxed{108}</math>. 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 <math>b</math> be the finish number of Betty's peanuts. Then | ||
+ | <cmath>3b = 444-(5 + 9 + 25) = 405 = 3 \cdot 135 \implies b = 135, b+ 9 = 144.</cmath> | ||
+ | |||
+ | Let <math>k > 1</math> be the common ratio. Then <cmath>\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}.</cmath> | ||
+ | |||
+ | '''vladimir.shelomovskii@gmail.com, vvsss''' | ||
+ | |||
== See also == | == See also == | ||
{{AIME box|year=2016|n=II|before=First Problem|num-a=2}} | {{AIME box|year=2016|n=II|before=First Problem|num-a=2}} | ||
+ | {{MAA Notice}} |
Latest revision as of 01:50, 1 March 2024
Contents
Problem
Initially Alex, Betty, and Charlie had a total of 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 of his peanuts, Betty eats of her peanuts, and Charlie eats 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 be the common ratio, where . We then have . We now have, letting, subtracting the 2 equations, , so we have or , which is how much Betty had. Now we have , or , or , which solving for gives , since , so Alex had peanuts.
Solution 2 (Quadratic Formula)
Let be Alex's peanuts and the common ratio. Then we have . Adding to both sides and factoring,
For the common difference, . Simplifying, . Factoring,
Substitute in the second equation to get . Expanding and applying the quadratic formula,
Taking out from under the radical leaves
Since Alex's peanut number was the lowest of the trio, and , Alex initially had peanuts.
Solution 3
Let the initial numbers of peanuts Alex, Betty and Charlie had be , , and respectively. Let the final numbers of peanuts, after eating, be , , and .
We are given that . Since a total of peanuts are eaten, we must have . Since , , and form an arithmetic progression, we have that and for some integer . Substituting yields and so . Since Betty ate peanuts, it follows that .
Since , , and form a geometric progression, we have that and . Multiplying yields . Since , it follows that and for some integer . Substituting yields , which expands and rearranges to . Since , we must have , and so .
Solution 4
Bashing is not difficult. All we have to consider is the first equation. We can write it as . The variable must be an integer, and after trying all the factors of , it's clear that is a fraction smaller than . When calculating the coefficient of , we must consider that the fraction produced will very likely have a numerator that divides . Trying a couple will make it easier to find the fraction, and soon you will find that gives a numerator of , a rather specific factor of . Solving for the rest will give you an integer value of . 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 be the finish number of Betty's peanuts. Then
Let be the common ratio. Then
vladimir.shelomovskii@gmail.com, vvsss
See also
2016 AIME II (Problems • Answer Key • Resources) | ||
Preceded by First Problem |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.