Difference between revisions of "2013 AMC 12A Problems/Problem 16"
Epicwisdom (talk | contribs) m (Clarification) |
|||
| Line 40: | Line 40: | ||
<math>44 + \frac{46}{3} * \frac{45}{46} = 44 + 15 = 59</math> | <math>44 + \frac{46}{3} * \frac{45}{46} = 44 + 15 = 59</math> | ||
| + | |||
| + | ==solution 2== | ||
| + | Suppose there are <math>A,B,C</math> rocks in the three piles, and that the mean of pile C is <math>x</math>, and that the mean of the combination of <math>B</math> and <math>C</math> is <math>y</math>. We are going to maximize <math>y</math>, subject to the following conditions: | ||
| + | |||
| + | <cmath>40A+50B=43(A+B)</cmath> | ||
| + | <cmath>40A+xC=44(A+C)</cmath> | ||
| + | <cmath>50B+xC=y(B+C)</cmath> | ||
| + | |||
| + | which can be rearranged as: | ||
| + | |||
| + | <cmath>7B=3A</cmath> | ||
| + | <cmath>(x-44)C=4A</cmath> | ||
| + | <cmath>(x-y)C=(y-50)B.</cmath> | ||
| + | |||
| + | Let us test <math>y=59</math> is possible. If so, it is already the answer. If not, there will be some contradiction. So the third equation becomes | ||
| + | |||
| + | <cmath>(x-59)C=9B.</cmath> | ||
| + | |||
| + | So <math>15C = (x-44)C - (x-59)C = 4A - 9B</math>, <math>45C=4(3A)-27B=28B-27B</math>, <math>105C=28A-9(7B)=A</math>, therefore, | ||
| + | |||
| + | <math>A=105C, B=45C, x=4(105)+44=464</math>, which gives us a consistent solution. Therefore <math>y=59</math> is the answer. | ||
| + | |||
| + | (Note: To further illustrate the idea, let us look at <math>y=60</math> and see what happens. We then get <math>7\cdot 16C = 4A-30A<0</math>, which is a contradiction!) | ||
Revision as of 17:32, 12 February 2013
Let pile
have
rocks, and so on.
The mean weight of
and
together is
, so the total weight of
and
is
To get the total weight of
and
, we need to add the total weight of
and subtract the total weight of
And then dividing by the number of rocks
and
together, to get the mean of
and
,
Simplifying,
Now, to get rid of the
in the numerator, we use two definitions of the total weight of
and
Substituting back in,
Note that
, and the maximal value of this factor occurs when
Also note that
must cancel to give an integer value, and the only fraction that satisfies both these conditions is
Plugging in, we get
solution 2
Suppose there are
rocks in the three piles, and that the mean of pile C is
, and that the mean of the combination of
and
is
. We are going to maximize
, subject to the following conditions:
which can be rearranged as:
Let us test
is possible. If so, it is already the answer. If not, there will be some contradiction. So the third equation becomes
So
,
,
, therefore,
, which gives us a consistent solution. Therefore
is the answer.
(Note: To further illustrate the idea, let us look at
and see what happens. We then get
, which is a contradiction!)