Difference between revisions of "2009 AMC 12B Problems/Problem 21"
Mathpro12345 (talk | contribs) (→Solution 3) |
Mathandski (talk | contribs) m (Latex error) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
<cmath>\binom{10}{0} + \binom{9}{1} + \binom{8}{2} + \binom{7}{3} + \binom{6}{4} + \binom{5}{5} = 1 + 9 + 28 + 35 + 15 + 1 = \boxed{89}.</cmath> | <cmath>\binom{10}{0} + \binom{9}{1} + \binom{8}{2} + \binom{7}{3} + \binom{6}{4} + \binom{5}{5} = 1 + 9 + 28 + 35 + 15 + 1 = \boxed{89}.</cmath> | ||
+ | ===Solution 1 Shortcut=== | ||
+ | Recall that the number of ways to arrange 1x1 and 2x1 blocks to form a 1xn rectangle results in [[Fibonacci numbers]]. Clearly, <math>\boxed{89}</math> is the only fibonacci number, so no calculation is needed for this problem. | ||
==Solution 2== | ==Solution 2== | ||
Line 31: | Line 33: | ||
Calculating <math>S_1 = 1</math> and <math>S_2 =2,</math> then following the recursive rule from above, we get <math>S_{10} = 89 \Rightarrow \boxed{\text{A}}</math>. | Calculating <math>S_1 = 1</math> and <math>S_2 =2,</math> then following the recursive rule from above, we get <math>S_{10} = 89 \Rightarrow \boxed{\text{A}}</math>. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== See Also == | == See Also == | ||
Latest revision as of 21:58, 19 September 2022
Contents
Problem
Ten women sit in seats in a line. All of the get up and then reseat themselves using all seats, each sitting in the seat she was in before or a seat next to the one she occupied before. In how many ways can the women be reseated?
Solution 1
Notice that either a woman stays in her own seat after the rearrangement, or two adjacent women swap places. Thus, our answer is counting the number of ways to arrange 1x1 and 2x1 blocks to form a 1x10 rectangle. This can be done via casework depending on the number of 2x1 blocks. The cases of 0, 1, 2, 3, 4, 5 2x1 blocks correspond to 10, 8, 6, 4, 2, 0 1x1 blocks, and so the sum of the cases is
Solution 1 Shortcut
Recall that the number of ways to arrange 1x1 and 2x1 blocks to form a 1xn rectangle results in Fibonacci numbers. Clearly, is the only fibonacci number, so no calculation is needed for this problem.
Solution 2
Let be the number of possible seating arrangements with women. Consider and focus on the rightmost woman. If she returns back to her seat, then there are ways to seat the remaining women. If she sits in the second to last seat, then the woman who previously sat there must now sit at the rightmost seat. This gives us ways to seat the other women, so we obtain the recursion
Starting with and we can calculate
Clarification of Solution 2
The seating possibilities of woman # become the two cases which we work out. was defined to be the number of different seating arrangements with women.
In the first "case" if woman # sits in the seat #, this leads to a similar scenario, but with women instead. That means that for this case, there are a total of possible arrangements. We don't know how many exactly, but we are able to define it in terms of .
During the second "case", woman # sits in seat #. This time, woman #9 must go to seat #, as she is the only other person who can go there. This leaves us with women, and we again represent this in terms of .
Therefore, we can write in terms of and , like so:
We can then generalize this to say
Calculating and then following the recursive rule from above, we get .
See Also
2009 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 20 |
Followed by Problem 22 |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.