返回题库

AIME 2019 II · 第 5 题

AIME 2019 II — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Four ambassadors and one advisor for each of them are to be seated at a round table with 1212 chairs numbered in order 11 to 1212. Each ambassador must sit in an even-numbered chair. Each advisor must sit in a chair adjacent to his or her ambassador. There are NN ways for the 88 people to be seated at the table under these conditions. Find the remainder when NN is divided by 10001000.

解析

Solution 0

Suppose first that the chairs weren't numbered, and rotation doesn't matter. Then if we let the ambassador-advisor pairs act as a single person, we essentially want to pick 44 seats out of 88 seats, and fixing one pair gives 7657 \cdot 6 \cdot 5 ways. However, now we want to number the seats, in which there are 1212 possibilities (for some pair of people, we choose the order and then we choose which even spot the ambassador sits in, giving 26.2\cdot 6.) However, the order of the other pairs is then uniquely determined, so this method works, giving us 76512=25207 \cdot 6 \cdot 5 \cdot 12 = 2520 ways. We are asked to find the remainder when N\textit{N} is divided by 10001000, which is 520\boxed{520}. ~Maximilian113 ~Minor edits by Hiphopfrog1

Solution 1

Let us first consider the 44 ambassadors and the 66 even-numbered chairs. If we consider only their relative positions, they can sit in one of 33 distinct ways: Such that the 22 empty even-numbered chairs are adjacent, such that they are separated by one occupied even-numbered chair, and such that they are opposite each other. For each way, there are 4!=244!=24 ways to assign the 44 ambassadors to the 44 selected seats.

In the first way, there are 66 distinct orientations. The 44 advisors can be placed in any of the 55 odd-numbered chairs adjacent to the ambassadors, and for each placement, there is exactly one way to assign them to the ambassadors. This means that there are 246(54)=72024\cdot6\cdot\binom{5}{4}=720 total seating arrangements for this way.

In the second way, there are 66 distinct orientations. 33 advisors can be placed in any of the 44 chairs adjacent to the "chunk" of 33 ambassadors, and 11 advisor can be placed in either of the 22 chairs adjacent to the "lonely" ambassador. Once again, for each placement, there is exactly one way to assign the advisors to the ambassadors. This means that there are 246(43)(21)=115224\cdot6\cdot\binom{4}{3}\cdot\binom{2}{1}=1152 total seating arrangements for this way.

In the third way, there are 33 distinct orientations. For both "chunks" of 22 ambassadors, 22 advisors can be placed in any of the 33 chairs adjacent to them, and once again, there is exactly one way to assign them for each placement. This means that there are 243(32)(32)=64824\cdot3\cdot\binom{3}{2}\cdot\binom{3}{2}=648 total seating arrangements for this way.

Totalling up the arrangements, there are 720+1152+648=2520720+1152+648=2520 total ways to seat the people, and the remainder when 25202520 is divided by 10001000 is 520\boxed{520}. ~emerald_block

Solution 2

                                         

![AIME diagram](https://artofproblemsolving.com/wiki/images/thumb/b/b0/Ambassador_Table.png/200px-Ambassador_Table.png)

In the diagram, the seats are numbered 1...12. Rather than picking seats for each person, however, each ambassador/assistant team picks a gap between the seats (A...L) and the ambassador sits in the even seat while the assistant sits in the odd seat. For example, if team 1 picks gap C then Ambassador 1 will sit in seat 2 while assistant 1 will sit in seat 3. No two teams can pick adjacent gaps. For example, if team 1 chooses gap C then team 2 cannot pick gaps B,C or D. In the diagram, the teams have picked gaps C, F, H and J. Note that the gap-gaps - distances between the chosen gaps - (in the diagram, 2, 1, 1, 4) must sum to 8. So, to get the number of seatings, we:

  1. Choose a gap for team 1 (1212 options)
  2. Choose 3 other gaps around the table with positive gap-gaps. Note that because the sum of the distances between the gaps must be equal to 8,8, we create a bijection - to partition the 8 balls into 4 urns, with each urn having a positive number of balls. There is the same as partitioning 4 with 4 non-negative integers, and using stars-and-bars, this is (4+4141)=(73)=35\dbinom{4+4-1}{4-1}=\dbinom{7}{3}=35
  3. Place the other 3 teams in the chosen gaps (66 permutations)

So, the total is 12356=252012\cdot35\cdot6=2520.

Therefore, the remainder is 520\boxed{520}.

Solution 3 (PIE)

There are 6543246\cdot5\cdot4\cdot3\cdot2^4 (placing the ambassadors and then choosing the locations of the advisors) total ways to let everyone sit. However, this may lead to advisors sitting in the same chair, leading to awkward situations. So we find how many ways this happens. There are (42)=6\dbinom{4}{2} = 6 ways to choose which advisors end up sitting together, times 62=126\cdot2=12 ways to find neighboring even seats (order matters), and for the other two ambassadors, there are (42)2=12\dbinom{4}{2} \cdot 2 = 12 ways to sit and 4 ways for their advisors to sit. This results in 612124=34566\cdot12\cdot12\cdot4=3456 ways for this to happen. However, we overcounted the case when all four of the advisors run out of room to sit, where there are 632!=9\frac{6\cdot3}{2!}=9 to choose the places the ambassadors sit and 4! ways to arrange the ambassadors. 94!=2169\cdot4!=216 ways to happen. So the answer is 57603456+216=25205760 - 3456 + 216 = 2520, which has a remainder of 520\boxed{520} when divided by 1000.

~minor LaTeXLaTeX fixes by virjoy2001

Solution 4

We see that for every 2 adjacent spots on the table, there is exactly one way for an ambassador and his or her partner to sit. There are 2 cases:

  1. There is an ambassador at the 12th chair and his or her partner at the 1st chair
  2. There is no pair that has their chairs numbered as 12 and 1

For the first case, there are 3 pairs and 4 empty spaces, which results in 7!3!4!=35\frac{7!}{3!4!} = 35 ways to arrange the pairs.

For the second case, there are 4 pairs and 4 empty spaces, which results in 8!4!4!=70\frac{8!}{4!4!} = 70 ways to arrange the pairs.

Finally, we have to assign ambassadors and their advisors to the pairs, which has 4!=244!=24 ways, so N=(35+70)24=2520N = (35+70)\cdot 24 = 2520, or 520\boxed{520} ~PenguinMoosey

Solution 5 (Lots of diagrams)

AIME diagram

Let's begin with a simpler problem. We start with n ambassador chairs in a row and n+1 advisor chairs between them. As before, each advisor has to sit next to his/her ambassador. In the diagram, a black spot represents an ambassador, a blue ring represents an empty advisor seat, and a black dot on top of a blue dot represents an advisor. There are exactly (n+1)! solutions in this case as represented by the diagram. First, let's seat the ambassadors in their positions (n! ways). In the diagram, the first solution is that the advisors all sit an the left of their respective ambassadors. Then, we can slide the rightmost advisor over his/her ambassador to make a new solution. Then, we can do the same with the other advisor next to the empty seat. We can continue this process until all of the advisors sit an the right of their respective ambassadors. In total, there are n!(n+1) = (n+1)! ways.

AIME diagram

Now, we are ready to tackle the original problem. If we forget about the numbers and the uniqueness of people, we will have the three configurations shown above. In the first configuration, there is a single red blob of four ambassadors. Let's stretch them out onto a line. Now, it's the same situation as the simpler problem and there are (4+1)! = 5! = 120 ways to seat the people. However, we need to multiply that by 6 because there are 6 orientations. Therefore, we have 720 outcomes for this case. In the second configuration, there is a orange blob and a green blob, each of the case n=2, resulting in (2+1)! * (2+1)! which equals 36. Multiplying the number of orientations, 3, we arrive at 108. Wait! We need to multiply by 6 to account for the many ways that we can choose 2 of the ambassadors to be in the orange blob. Therefore, we have 648 outcomes. Last but not least, we have the final configuration which is a blob of 1 and a blob of 3. Applying the formula results in (1+1)! * (3+1)! which evaluates to 48. Then, we multiply by 4, the number of ways to choose the blobs, and 6, the number of orientations. Our result is 1152. Finally, adding the numbers, we get 2520 and taking mod 1000, we get 520.