Difference between revisions of "2018 AIME II Problems/Problem 15"
m (→Solution) |
(→Solution) |
||
Line 7: | Line 7: | ||
for all <math>x</math> and <math>y</math> in <math>\{0, 1, 2, 3, 4, 5, 6\}</math>. | for all <math>x</math> and <math>y</math> in <math>\{0, 1, 2, 3, 4, 5, 6\}</math>. | ||
− | ==Solution== | + | ==Solution 1== |
First, suppose <math>x = y + 1</math>. Then, the inequality becomes <math>1 \leq |f(y + 1) - f(y)| \leq 3</math>. In other words, the (positive) difference between consecutive function values is <math>1</math>, <math>2</math>, or <math>3</math>. Let <math>d_k := f(k) - f(k - 1)</math>. Note that | First, suppose <math>x = y + 1</math>. Then, the inequality becomes <math>1 \leq |f(y + 1) - f(y)| \leq 3</math>. In other words, the (positive) difference between consecutive function values is <math>1</math>, <math>2</math>, or <math>3</math>. Let <math>d_k := f(k) - f(k - 1)</math>. Note that | ||
Line 39: | Line 39: | ||
-kgator | -kgator | ||
+ | ==Solution 2== | ||
+ | Based on the conditions for <math>d_k</math> obtained in Solution 1, followed by some well-known stars & bars techniques to reduce the case work. To recap, the conditions for <math>d_k = f(k) - f(k-1)</math> are: | ||
+ | <cmath> \sum_{k=1}^6 d_k = 12</cmath> | ||
+ | <cmath> d_k = -1, \hspace{0.1cm} \mbox{or} \hspace{0.2cm} 1 \leq d_k \leq 3</cmath> | ||
+ | <cmath> d_k + d_{k+1} \geq 2</cmath> | ||
+ | |||
+ | Case 1: <math>d_k = -1</math> for some <math>k</math>. Since <math>d_i + d_{i+1} \geq 2</math>, <math>d_{k+1}</math> and <math>d_{k-1}</math> must both be 3. | ||
+ | |||
+ | Case 1a: <math>d_1 = -1</math> or <math>d_6 = -1</math>. In this case, we have <math>d_2=3</math> or <math>d_5=3</math>, respectively. So the remaining four <math>d_i</math> values add up to 10 with each value range between 1 and 3. This star and bar problem is equivalent to <math>a+b+c+d =2</math> with <math>a,b,c,d</math> between 0 and 2, so the number of possibilities is <math>{5 \choose 3} </math> each. | ||
+ | |||
+ | Case 1a: <math>d_k = -1</math> for <math>k=2,3,4,5</math>. In this case, <math>d_{k+1}=d_{k-1} =3</math>. So the remaining 3 <math>d_i</math> values add up to 7 with each value range between 1 and 3. This star and bar problem is equivalent to <math>a+b+c =2</math> with <math>a,b,c,d</math> between 0 and 2, so the number of possibilities is <math>{4 \choose 2} </math> each. | ||
+ | |||
+ | So the total for Case 1 is <math>2{5 \choose 3} + 4 {4 \choose 2} = 44</math>. | ||
+ | |||
+ | Case 2: <math>1 \leq d_k \leq 3</math> for all <math>k</math>. <math>\sum_{k=1}^{6} d_k = 12</math>. Let <math>g_k = 3-d_k</math> we get <math>\sum_{k=1}^{6} g_k = 6</math> for <math>0 \leq g_k \leq 2</math>. This is a stars and bars problem with maximum capacity and the solution is given by applying PIE: | ||
+ | <cmath>{11 \choose 5} - 6{8 \choose 5} + {6 \choose 2} = 141</cmath>. | ||
+ | Now the final answer is <math>44 + 141 = 185</math>. | ||
+ | |||
+ | -mathdummy | ||
{{AIME box|year=2018|n=II|num-b=14|after=Last question}} | {{AIME box|year=2018|n=II|num-b=14|after=Last question}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 01:09, 1 August 2020
Problem
Find the number of functions from to the integers such that , , and
for all and in .
Solution 1
First, suppose . Then, the inequality becomes . In other words, the (positive) difference between consecutive function values is , , or . Let . Note that
Thus, . Note that at most one value of in can be negative. This is because the maximum value of would be if more than one value of is negative. Plugging into the original inequality yields , which becomes . The only way for to be negative while satisfying this inequality is for to equal or . However, this forces , which is disallowed. Hence, we conclude that the following stronger inequality,
is always true. We now have two cases of functions to count. For future reference let be the (ordered) sequence .
Case 1: There is exactly one instance of .
By the "stronger" inequality above, if , and if . If , then contains the subsequence , and the other three -values sum to , so they are either , , and in some order, or they are , , and in some order. Thus, each for which produces sequences . If or , then begins with or ends with , respectively. Either way, the remaining four -values sum to , so they can be any permutation of (six permutations) or (four permutations). Each of these vaues of yields sequences, so our total count for Case 1 is .
Case 2: All values of are positive.
Then, is a permutation of , , , or . The number of ways to permute three s and three s is . The number of ways to permute two s, two s, and two s is . The number of ways to permute one , four s, and one is . Finally, there is obviously only way to permute six s. Our total count for Case 2 is .
To complete the justification that all of these cases satisfy the original inequality, we leverage the fact that is either monotonically increasing (Case 2) or the union of two monotonically increasing subsequences (Case 1). Consider any monotonically increasing subsequence that starts at and ends at . For , will be positive, allowing us to remove the absolute value bars from the original inequality:
Now, the inequality is transitive; supposing , if the inequality is satisfied at and at , then it is also satisfied at . If we ever have a decreasing part where , then we can use some variant of the inequality , which we derived earlier. This is a specific case of , so we can finish off the argument by invoking transitivity.
-kgator
Solution 2
Based on the conditions for obtained in Solution 1, followed by some well-known stars & bars techniques to reduce the case work. To recap, the conditions for are:
Case 1: for some . Since , and must both be 3.
Case 1a: or . In this case, we have or , respectively. So the remaining four values add up to 10 with each value range between 1 and 3. This star and bar problem is equivalent to with between 0 and 2, so the number of possibilities is each.
Case 1a: for . In this case, . So the remaining 3 values add up to 7 with each value range between 1 and 3. This star and bar problem is equivalent to with between 0 and 2, so the number of possibilities is each.
So the total for Case 1 is .
Case 2: for all . . Let we get for . This is a stars and bars problem with maximum capacity and the solution is given by applying PIE: . Now the final answer is .
-mathdummy
2018 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last question | |
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.