2020 AIME II Problems/Problem 9

Revision as of 10:05, 7 January 2021 by Math olympics (talk | contribs) (Problem)

Problem

While watching a show, Ayako, Billy, Carlos, Dahlia, Ehuang, and Fuk sat in that order in a row of six chairs. During the break, they went to the kitchen for a snack. When they came back, they sat on those six chairs in such a way that if two of them sat next to each other before the break, then they did not sit next to each other after the break. Find the number of possible seating orders they could have chosen after the break!

Solution (Bash)

There are $2^{5}-1$ intersections that we must consider if we are to perform a PIE bash on this problem. Since we don't really want to think that hard, and bashing does not take that long for this problem, we can write down half of all permutations that satisfy the conditions presented in the problem in "lexicographically next" order to keep track easily. We do this for all cases such that the first "person" is $A-C$, and multiply by two, since the number of working permutations with $D-F$ as the first person is the same as if it were $A-C$, hence, after doing such a bash, we get $45\times2=90$ permutations that result in no consecutive letters being adjacent to each other. ~afatperson

Solution 2 (Official MAA)

Ayako ($A$), Billy $(B)$, Carlos $(C)$, Dahlia $(D)$, Ehuang $(E)$, and Frank $(F)$ originally sat in the order $ABCDEF$. Let $T(XY)$ denote the set of seatings where $X$ and $Y$ sit next to each other after the break. Then the required number of seating orders is given by the Inclusion-Exclusion Principle as \[6!-\big(|T(AB)|+|T(BC)|+|T(CD)|+|T(DE)|+|T(EF)|\big)+\]\[\big(|T(AB)\cap T(BC)|+|T(AB)\cap T(CD)|+\cdots\big) - \cdots.\]Each term can be calculated separately.

(a) $|T(AB)|=|T(BC)|=|T(CD)|=|T(DE)|=|T(EF)|=2\cdot5!=240.$ Because there are $5$ terms, the sum is $5\cdot240=1200$.

(b) For $|T(XY)\cap T(ZW)|$, if $Y=Z$, then $XYW$ must sit consecutively, so $|T(XY)\cap T(ZW)|=2\cdot4!=48$. There are $4$ terms that satisfy $Y=Z$, so the sum is $4\cdot 48=192$. If $XY$ and $ZW$ are pairwise disjoint, then $|T(XY)\cap T(ZW)|=2^2\cdot4!=96$. There are $6$ terms, so the sum is $6\cdot96=576$.

(c) If there are at least three pairs that sit next to each other, consider these three subcases: If the three pairs are consecutive, the sum is $3\cdot2\cdot3!=36$. If exactly two of the pairs are consecutive, the sum is $6\cdot2^2\cdot3!=144$. If none of the three pairs is consecutive, the sum is $1\cdot2^3\cdot3!=48.$ (d) If there are at least four pairs that sit next to each other, then if the pairs are consecutive, the sum is $2\cdot2\cdot2!=8$. If the pairs are not consecutive, then the sum is $3\cdot2^2\cdot2!=24$.

(e) If all five pairs sit next to each other, the number is $1\cdot2\cdot1!=2$.

Therefore the required number of seating orders is\[6!-1200+(192+576)-{(36+144+48)+(8+24)-2}=90.\]Note: See A002464 of the On-Line Encyclopedia of Integer Sequences for equivalent formulations[1].

See Also

2020 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
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. AMC logo.png