Difference between revisions of "2006 AMC 12A Problems/Problem 25"
Baijiangchen (talk | contribs) (→Solution) |
Baijiangchen (talk | contribs) (→Solution) |
||
Line 20: | Line 20: | ||
---- | ---- | ||
− | Another way to think about it that you want to choose <math>k</math> numbers out of <math>n</math> with no consecutive numbers. | + | Another way to think about it that you want to choose <math>k</math> numbers out of <math>n</math> with no consecutive numbers. For each configuration, we can subtract <math>i-1</math> from the <math>i</math>-th element in your subset. This converts your configuration into a configuration with <math>k</math> elements where the largest possible element is <math>n-k+1</math>, with no restriction on consectutive numbers. Since this process is easily reversible, we have a [[bijection]]. |
Without consideration of the second condition, we have: | Without consideration of the second condition, we have: | ||
<math>{15 \choose 1} + {14 \choose 2} + {13 \choose 3} + ... + {9 \choose 7} + {8 \choose 8}</math> | <math>{15 \choose 1} + {14 \choose 2} + {13 \choose 3} + ... + {9 \choose 7} + {8 \choose 8}</math> |
Revision as of 20:07, 17 February 2012
Problem
How many non- empty subsets of have the following two properties?
No two consecutive integers belong to .
If contains elements, then contains no number less than .
Solution
This question can be solved fairly directly by casework and pattern-finding. We give a somewhat more general attack, based on the solution to the following problem:
How many ways are there to choose elements from an ordered element set without choosing two consecutive members?
Note that if , the answer will be 0. Otherwise, the elements we choose define boxes into which we can drop the remaining elements, with the caveat that each of the middle boxes must have at least one element. This is equivalent to dropping elements into boxes, where each box is allowed to be empty. And this is equivalent to arranging objects, of which are dividers, which we can do in ways.
Now, looking at our original question, we see that the thing we want to calculate is just
Another way to think about it that you want to choose numbers out of with no consecutive numbers. For each configuration, we can subtract from the -th element in your subset. This converts your configuration into a configuration with elements where the largest possible element is , with no restriction on consectutive numbers. Since this process is easily reversible, we have a bijection. Without consideration of the second condition, we have:
Now we examine the second condition. It simply states that no element in our original configuration (and hence also the modified configuration, since we don't move the smallest element) can be less than , which translates to subtracting from the "top" of each binomial coefficient. Now we have, after we cancel all the terms where ,
See also
2006 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 24 |
Followed by Last Question |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |