Difference between revisions of "2009 AMC 12B Problems/Problem 21"

(Problem)
(Solution 1)
Line 3: Line 3:
  
 
<math>\textbf{(A)}\ 89\qquad \textbf{(B)}\ 90\qquad \textbf{(C)}\ 120\qquad \textbf{(D)}\ 2^{10}\qquad \textbf{(E)}\ 2^2 3^8</math>
 
<math>\textbf{(A)}\ 89\qquad \textbf{(B)}\ 90\qquad \textbf{(C)}\ 120\qquad \textbf{(D)}\ 2^{10}\qquad \textbf{(E)}\ 2^2 3^8</math>
 
== Solution 1==
 
 
Let <math>W_n</math> be the answer for <math>n</math> women. We want to find <math>W_{10}</math>.
 
 
Clearly <math>W_0=W_1=1</math>. Now let <math>n>1</math>. Let the row of seats go from left to right. Label both the seats and the women <math>1</math> to <math>n</math>, going from left to right. Consider the rightmost seat. Which women can sit there after the swap? It can either be woman <math>n</math> or woman <math>n-1</math>, as for any other woman the seat is too far.
 
 
If woman <math>n</math> stays in her seat, there are exactly <math>W_{n-1}</math> valid arrangements of the other <math>n-1</math> women. If woman <math>n-1</math> sits on seat <math>n</math>, we only have one option for woman <math>n</math>: she must take seat <math>n-1</math>, all the other seats are too far for her. We are left with women <math>1</math> to <math>n-2</math> sitting on seats <math>1</math> to <math>n-2</math>, and there are clearly <math>W_{n-2}</math> valid arrangements of these.
 
 
We get the recurrence <math>W_n = W_{n-1} + W_{n-2}</math>. (Hence <math>W_n</math> is precisely the <math>n</math>-th [[Fibonacci number]].) Using this recurrence we can easily compute that <math>W_{10} = \boxed{89}</math>.
 
  
 
==Solution 2==
 
==Solution 2==

Revision as of 14:31, 20 January 2016

Problem

Ten women sit in $10$ seats in a line. All of the $10$ get up and then reseat themselves using all $10$ 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?

$\textbf{(A)}\ 89\qquad \textbf{(B)}\ 90\qquad \textbf{(C)}\ 120\qquad \textbf{(D)}\ 2^{10}\qquad \textbf{(E)}\ 2^2 3^8$

Solution 2

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 by recursion as in Solution 1, or we can 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 answer is \[\binom{10}{0} + \binom{9}{1} + \binom{8}{2} + \binom{7}{3} + \binom{6}{4} + \binom{5}{5} = 1 + 9 + 28 + 35 + 15 + 1 = 89.\]

See Also

2009 AMC 12B (ProblemsAnswer KeyResources)
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. AMC logo.png