返回题库

AIME 2024 I · 第 11 题

AIME 2024 I — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Each vertex of a regular octagon is independently colored either red or blue with equal probability. The probability that the octagon can then be rotated so that all of the blue vertices end up at positions where there had been red vertices is mn\tfrac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution 1

Notice that the question's condition mandates all blues to go to reds, but reds do not necessarily have to go to blue. Let us do casework on how many blues there are.

If there are no blues whatsoever, there is only one case. This case is valid, as all of the (zero) blues have gone to reds. (One could also view it as: the location of all the blues now were not previously red.) Thus, we have 11.

If there is a single blue somewhere, there are 88 cases - where can the blue be? Each of these is valid.

If there are two blues, again, every case is valid, and there are (82)=28\dbinom82=28 cases.

If there are three blues, every case is again valid; there are (83)=56\dbinom83=56 such cases.

The case with four blues is trickier. Let us look at all possible subcases.

If all four are adjacent (as in the diagram below), it is obvious: we can simply reverse the diagram (rotate it by 44 units) to achieve the problem's condition. There are 88 possible ways to have 44 adjacent blues, so this subcase contributes 88.

AIME diagram

If three are adjacent and one is one away (as shown in the diagram below), we can not rotate the diagram to satisfy the question. This subcase does not work.

AIME diagram

If three are adjacent and one is two away, obviously it is not possible as there is nowhere for the three adjacent blues to go.

AIME diagram

If there are two adjacent pairs that are 11 apart, it is not possible since we do not have anywhere to put the two pairs.

AIME diagram

If there are two adjacent pairs that are 22 apart, all of these cases are possible as we can rotate the diagram by 22 vertices to work. There are 44 of these cases.

AIME diagram

If there is one adjacent pair and there are two separate ones each a distance of 11 from the other, this case does not work.

AIME diagram

If we have one adjacent pair and two separate ones that are 22 away from each other, we can flip the diagram by 44 vertices. There are 88 of these cases.

AIME diagram

Finally, if the red and blues alternate, we can simply shift the diagram by a single vertex to satisfy the question. Thus, all of these cases work, and we have 22 subcases.

AIME diagram

There can not be more than 44 blues, so we are done.

Our total is 1+8+28+56+8+4+8+2=1151+8+28+56+8+4+8+2=115. There are 28=2562^8=256 possible colorings, so we have 115256\dfrac{115}{256} and our answer is 115+256=371115+256=\boxed{371}.

~Technodoggo

Solution 2

Let rr be the number of red vertices and bb be the number of blue vertices, where r+b=8r+b=8. By the Pigeonhole Principle, rbb4r\geq{b} \Longrightarrow b\leq4 if a configuration is valid.

We claim that if b3b\leq3, then any configuration is valid. We attempt to prove by the following:

If there are

b0,1,2b\in{0,1,2} vertices, then intuitively any configuration is valid. For b=3b=3, we do cases:

If all the vertices in bb are non-adjacent, then simply rotating once in any direction suffices. If there are 22 adjacent vertices, then WLOG let us create a set {b1,b2,r1}\{b_1,b_2,r_1\cdots\} where the third b3b_3 is somewhere later in the set. If we assign the set as {1,2,3,4,5,6,7,8}\{1,2,3,4,5,6,7,8\} and b34b_3\leq4, then intuitively, rotating it 44 will suffice. If b3=5b_3=5, then rotating it by 2 will suffice. Consider any other b3>5b_3>5 as simply a mirror to a configuration of the cases.

Therefore, if b3b\leq3, then there are i=03(8i)=93\sum_{i=0}^{3}{\binom{8}{i}}=93 ways. We do count the [i]degenerate[/i] case.

Now if b=4b=4, we do casework on the number of adjacent vertices. 0 adjacent: {b1,r1,b2,r2r4}\{b_1,r_1,b_2,r_2\cdots{r_4}\}. There are 4 axes of symmetry so there are only 84=2\frac{8}{4}=2 rotations of this configuration.

1 adjacent: WLOG {b1,b2b3b4}\{b_1,b_2\cdots{b_3}\cdots{b_4}\} where b48b_4\neq{8}. Listing out the cases and trying, we get that b3=4b_3=4 and b4=7b_4=7 is the only configuration. There are 88 ways to choose b1b_1 and b2b_2 and the rest is set, so there are 88 ways.

2 adjacent: We can have WLOG {b1,b2b3,b4}\{b_1,b_2\cdots{b_3},b_4\} or {b1,b2,b3}\{b_1,b_2,b_3\cdots\} where b48b_4\neq{8}. The former yields the case b3=5b_3=5 and b4=6b_4=6 by simply rotating it 2 times. The latter yields none. There are 2 axes of symmetry so there are 82=4\frac{8}{2}=4 configurations.

3 adjacent: WLOG {b1,b2,b3,b4}\{b_1,b_2,b_3,b_4\cdots\} which intuitively works. There are 88 configurations here as b1b_1 can is unique.

In total, b=4b=4 yields 2+8+4+8=222+8+4+8=22 configurations.

There are 22+93=11522+93=115 configurations in total. There are 28=2562^8=256 total cases, so the probability is 115256\frac{115}{256}. Adding them up, we get 115+256=371115+256=\boxed{371}.

Video Solution(Quick, fast, easy! Under 7 min and 30 seconds!)

https://youtu.be/gSCWnHfxxvY ~MC

Video Solution

https://youtu.be/QnOatg7af7s

Video Solution 2

https://www.youtube.com/watch?v=Nf80-0Eo72E&t=4s&ab_channel=MegaMathChannel