Difference between revisions of "2021 AIME I Problems/Problem 12"
Isabelchen (talk | contribs) (→Supplement (Markov Chain)) |
Isabelchen (talk | contribs) m (→Solution 1 Supplement (Markov Chain)) |
||
Line 61: | Line 61: | ||
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
− | E(4, 4) &= \ | + | E(4, 4) &= \frac14(E(4, 4)+1) + \frac34(E(2, 4)+1)\\ |
− | E(2, 4) &= \frac14 + \frac12(E(2, 4)+1) + \frac18(E( | + | E(2, 4) &= \frac14 + \frac12(E(2, 4)+1) + \frac18(E(4, 4)+1) + \frac18(E(2, 2)+1) \\ |
E(2, 2) &= \frac12 + \frac14(E(2, 2)+1) + \frac14(E(2, 4)+1) | E(2, 2) &= \frac12 + \frac14(E(2, 2)+1) + \frac14(E(2, 4)+1) | ||
\end{align*}</cmath> | \end{align*}</cmath> |
Revision as of 10:55, 26 February 2022
Problem
Let be a dodecagon (-gon). Three frogs initially sit at and . At the end of each minute, simultaneously, each of the three frogs jumps to one of the two vertices adjacent to its current position, chosen randomly and independently with both choices being equally likely. All three frogs stop jumping as soon as two frogs arrive at the same vertex at the same time. The expected number of minutes until the frogs stop jumping is , where and are relatively prime positive integers. Find .
Solution 1
Define the distance between two frogs as the number of sides between them that do not contain the third frog.
Let denote the expected number of minutes until the frogs stop jumping, such that the distances between the frogs are and (in either clockwise or counterclockwise order). Without the loss of generality, assume that
We wish to find Note that:
- At any moment before the frogs stop jumping, the only possibilities for are and
- does not depend on the actual positions of the frogs, but depends on the distances between the frogs.
- At the end of each minute, each frog has outcomes. So, there are outcomes in total.
We have the following system of equations: Rearranging and simplifying each equation, we get Substituting and into we obtain from which Substituting this into gives
Therefore, the answer is
~Ross Gao (Fundamental Logic)
~MRENTHUSIASM (Reconstruction)
Solution 1 Supplement (Markov Chain)
The above solution can be represented by the following Markov Chain:
From state to state , the frogs must jump in the same direction, .
From state to state , frogs must jump in the same direction, and the other must jump in the opposite direction, .
From state to state , the frogs with a distance of in between must jump in the same direction so that they will be further away from the other frog, and the other frog must jump in the opposite direction as those frogs, .
From state to state , the frogs can all jump in the same direction, or the frogs with a distance of between jumps away from each other and the other frog jumps closer to the closest frog, or the frogs with a distance of between jumps in the same direction to make the distance to and the other frog jumps in the opposite direction, .
From state to state , the frogs with a distance of in between must jump closer to the other frog, and the other frog must jump close to those frogs, .
From state to state , frogs that have no frogs in between must both jump in the same direction away from the other frog, the other frog must also jump away from those frogs, .
From state to state , the frogs must all jump in the same direction, .
From state to state , frogs with a distance of must jump closer to each other, the other frog can jump in any direction, .
From state to state , the frogs with a distance of must jump closer to each other, the other frog can jump in any direction, .
Because , we can use to represent the states. The following system of equations is the same as above.
See Also
2021 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
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.