Difference between revisions of "2019 USAJMO Problems/Problem 1"
Brendanb4321 (talk | contribs) m (→Problem) |
Scrabbler94 (talk | contribs) (→Solution: add solution) |
||
Line 5: | Line 5: | ||
==Solution== | ==Solution== | ||
+ | <b>Claim:</b> If <math>a</math> and <math>b</math> are both odd, then the end goal of achieving <math>b</math> pears followed by <math>a</math> apples is impossible. | ||
+ | |||
+ | <b>Proof:</b> Let <math>A_1</math> and <math>P_1</math> denote the number of apples and the number of pears in odd-numbered positions, respectively. We show that <math>A_1 - P_1</math> is invariant. Notice that if <math>i</math> and <math>j</math> are odd, then <math>A_1</math> and <math>P_1</math> both decrease by 1, as one apple and one pear are both moved from odd-numbered positions to even-numbered positions. If <math>i</math> and <math>j</math> are even, then <math>A_1</math> and <math>P_1</math> both increase by 1. | ||
+ | |||
+ | Because the starting configuration <math>aa\ldots ab\ldots b</math> has <math>\left\lfloor \frac{a}{2} \right\rfloor + 1</math> odd-numbered apples and <math>\left\lfloor \frac{b}{2} \right\rfloor</math> odd-numbered pears, the initial value of <math>A_1 - P_1</math> is <math>\left\lfloor \frac{a}{2} \right\rfloor - \left\lfloor \frac{b}{2} \right\rfloor + 1</math>. But the desired ending configuration has <math>\left\lfloor \frac{b}{2}\right\rfloor + 1</math> odd-numbered pears and <math>\left\lfloor \frac{a}{2} \right\rfloor</math> odd-numbered apples, so <math>A_1 - P_1 = \left\lfloor \frac{a}{2} \right\rfloor - \left\lfloor \frac{b}{2} \right\rfloor - 1</math>. As <math>A_1 - P_1</math> is invariant, it is impossible to attain the desired ending configuration. <math>\blacksquare</math> | ||
+ | |||
+ | <b>Claim:</b> If at least one of <math>a</math> and <math>b</math> is even, then the end goal of achieving <math>b</math> pears followed by <math>a</math> apples is possible. | ||
+ | |||
+ | <b>Proof:</b> Without loss of generality, assume <math>a</math> is even. If only <math>b</math> is even, then we can number the bowls in reverse, and swap apples with pears. We use two inductive arguments to show that <math>(a,b) = (2,b)</math> is achievable for all <math>b\ge 1</math>, then to show that <math>(a,b)</math> is achievable for all even <math>a</math> and all <math>b\ge 1</math>. | ||
+ | |||
+ | <i>Base case:</i> <math>(a,b) = (2,1)</math>. Then we can easily achieve the ending configuration in two moves, by moving the apple in bowl #1 and the pear in bowl #3 so that everything is in bowl #2, then finishing the next move. | ||
+ | |||
+ | <i>Inductive step:</i> suppose that for <math>a \ge 2</math> (even) apples and <math>b \ge 1</math> pears, that with <math>a</math> apples and <math>b</math> pears, the ending configuration is achievable. We will show two things: i) achievable with <math>a</math> apples and <math>b+1</math> pears, and ii) achievable with <math>a+2</math> apples and <math>b</math> pears. | ||
+ | |||
+ | i) Apply the process on the <math>a</math> apples and first <math>b</math> pairs to get a configuration <math>bb\ldots ba\ldots ab</math>. Now we will "swap" the leftmost apple with the last pear by repeatedly applying the move on just these two fruits (as <math>a</math> is even, the difference <math>i-j</math> is even). This gives a solution for <math>a</math> apples and <math>b+1</math> pears. In particular, this shows that <math>(a,b) = (2,b)</math> for all <math>b\ge 1</math> is achievable. | ||
+ | |||
+ | ii) To show <math>(a+2, b)</math> is achievable, given that <math>(a,b)</math> is achievable, apply the process on the last <math>a</math> apples and <math>b</math> pears to get the configuration <math>aabbb\ldots baaa\ldots a</math>. Then, because we have shown that 2 apples and <math>b</math> pears is achievable in i), we can now reverse the first two apples and <math>b</math> pears. | ||
+ | |||
+ | Thus for <math>ab</math> even, the desired ending configuration is achievable. <math>\blacksquare</math> | ||
+ | |||
+ | Combining the above two claims, we see that this is possible if and only if <math>ab</math> is even. -scrabbler94 | ||
+ | |||
+ | |||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 00:34, 19 April 2019
Problem
There are bowls arranged in a row, numbered through , where and are given positive integers. Initially, each of the first bowls contains an apple, and each of the last bowls contains a pear.
A legal move consists of moving an apple from bowl to bowl and a pear from bowl to bowl , provided that the difference is even. We permit multiple fruits in the same bowl at the same time. The goal is to end up with the first bowls each containing a pear and the last bowls each containing an apple. Show that this is possible if and only if the product is even.
Solution
Claim: If and are both odd, then the end goal of achieving pears followed by apples is impossible.
Proof: Let and denote the number of apples and the number of pears in odd-numbered positions, respectively. We show that is invariant. Notice that if and are odd, then and both decrease by 1, as one apple and one pear are both moved from odd-numbered positions to even-numbered positions. If and are even, then and both increase by 1.
Because the starting configuration has odd-numbered apples and odd-numbered pears, the initial value of is . But the desired ending configuration has odd-numbered pears and odd-numbered apples, so . As is invariant, it is impossible to attain the desired ending configuration.
Claim: If at least one of and is even, then the end goal of achieving pears followed by apples is possible.
Proof: Without loss of generality, assume is even. If only is even, then we can number the bowls in reverse, and swap apples with pears. We use two inductive arguments to show that is achievable for all , then to show that is achievable for all even and all .
Base case: . Then we can easily achieve the ending configuration in two moves, by moving the apple in bowl #1 and the pear in bowl #3 so that everything is in bowl #2, then finishing the next move.
Inductive step: suppose that for (even) apples and pears, that with apples and pears, the ending configuration is achievable. We will show two things: i) achievable with apples and pears, and ii) achievable with apples and pears.
i) Apply the process on the apples and first pairs to get a configuration . Now we will "swap" the leftmost apple with the last pear by repeatedly applying the move on just these two fruits (as is even, the difference is even). This gives a solution for apples and pears. In particular, this shows that for all is achievable.
ii) To show is achievable, given that is achievable, apply the process on the last apples and pears to get the configuration . Then, because we have shown that 2 apples and pears is achievable in i), we can now reverse the first two apples and pears.
Thus for even, the desired ending configuration is achievable.
Combining the above two claims, we see that this is possible if and only if is even. -scrabbler94
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.
See also
2019 USAJMO (Problems • Resources) | ||
First Problem | Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |