Difference between revisions of "2018 AIME II Problems/Problem 13"
m (→Solution 1) |
(→Markov Chain Diagram) |
||
(31 intermediate revisions by 16 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | Misha rolls a standard, fair six-sided die until she rolls 1-2-3 in that order on three consecutive rolls. The probability that she will roll the die an odd number of times is <math>\dfrac{m}{n}</math> where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | + | Misha rolls a standard, fair six-sided die until she rolls <math>1-2-3</math> in that order on three consecutive rolls. The probability that she will roll the die an odd number of times is <math>\dfrac{m}{n}</math> where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. |
+ | |||
+ | ==Solution 0== | ||
+ | Let <math>P_n</math> be the probability of getting consecutive <math>1,2,3</math> rolls in <math>n</math> rolls and not rolling <math>1,2,3</math> prior to the nth roll. | ||
+ | |||
+ | Let <math>x = P_3+P_5+...=1-(P_4+P_6+..)</math>. Following Solution 2, one can see that | ||
+ | <cmath>P_{n+1}=P_{n}-\frac{P_{n-2}}{6^3}</cmath> | ||
+ | for all positive integers <math>n \ge 5</math>. Summing for <math>n=5,7,...</math> gives | ||
+ | <cmath>(1-x)-\frac{1}{6^3}=x-\frac{1}{6^3}-\frac{x}{6^3}</cmath> | ||
+ | <cmath> \implies x = \frac{m}{n} = \frac{216}{431} \implies m+n=216+431= \boxed{647}</cmath> | ||
==Solution 1== | ==Solution 1== | ||
Line 21: | Line 30: | ||
Therefore, <math>m+n = \boxed{647}</math>. | Therefore, <math>m+n = \boxed{647}</math>. | ||
+ | ==Solution 2== | ||
Call the probability you win on a certain toss <math>f_n</math>, where <math>n</math> is the toss number. | Call the probability you win on a certain toss <math>f_n</math>, where <math>n</math> is the toss number. | ||
Obviously, since the sequence has length 3, <math>f_1=0</math> and <math>f_2=0</math>. | Obviously, since the sequence has length 3, <math>f_1=0</math> and <math>f_2=0</math>. | ||
Additionally, <math>f_3=\left(\frac{1}{6}\right)^3</math>. We can call this value <math>x</math>, to keep our further equations looking clean. | Additionally, <math>f_3=\left(\frac{1}{6}\right)^3</math>. We can call this value <math>x</math>, to keep our further equations looking clean. | ||
− | We can now write our general form for <math>f</math> as <math>f_n=x(1-\sum_{i=1}^{n-3}f_i)</math>. This factors the probability of the last 3 rolls being 1-2-3, and the important probability that the sequence has not been rolled in the past (because then the game would already be over). | + | We can now write our general form for <math>f</math> as <math>f_n=x\left(1-\sum_{i=1}^{n-3}f_i\right)</math>. This factors the probability of the last 3 rolls being 1-2-3, and the important probability that the sequence has not been rolled in the past (because then the game would already be over). |
Note that <math>\sum_{i=1}^{\infty}f_i=1</math> since you'll win at some point. | Note that <math>\sum_{i=1}^{\infty}f_i=1</math> since you'll win at some point. | ||
− | An intermediate step here is figuring out <math>f_n-f_{n+1}</math>. This is equal to <math>x(1-\sum_{i=1}^{n-3}f_i)-x(1-\sum_{i=1}^{n-2}f_i)=x(\sum_{i=1}^{n-2}f_i-\sum_{i=1}^{n-3}f_i)=xf_{n-2}</math>. | + | An intermediate step here is figuring out <math>f_n-f_{n+1}</math>. This is equal to <math>x\left(1-\sum_{i=1}^{n-3}f_i\right)-x\left(1-\sum_{i=1}^{n-2}f_i\right)=x\left(\sum_{i=1}^{n-2}f_i-\sum_{i=1}^{n-3}f_i\right)=xf_{n-2}</math>. |
Adding up all the differences, i.e. <math>\sum_{i=2}^{\infty}(f_{2n-1}-f_{2n})</math> will give us the amount by which the odds probability exceeds the even probability. Since they sum to 1, that means the odds probability will be half of the difference above one-half. Subbing in our earlier result from the intermediate step, the odd probability is equal to <math>\frac{1}{2}+\frac{1}{2}x\sum_{i=2}^{\infty}f_{2n-3}</math>. | Adding up all the differences, i.e. <math>\sum_{i=2}^{\infty}(f_{2n-1}-f_{2n})</math> will give us the amount by which the odds probability exceeds the even probability. Since they sum to 1, that means the odds probability will be half of the difference above one-half. Subbing in our earlier result from the intermediate step, the odd probability is equal to <math>\frac{1}{2}+\frac{1}{2}x\sum_{i=2}^{\infty}f_{2n-3}</math>. | ||
Another way to find the odd probability is simply summing it up, which turns out to be <math>\sum_{i=1}^{\infty}f_{2n-1}</math>. Note the infinite sums in both expressions are equal; let's call it <math>P</math>. Equating them gives <math>\frac{1}{2}+\frac{1}{2}xP=P</math>, or <math>P=\frac{1}{2-x}</math>. | Another way to find the odd probability is simply summing it up, which turns out to be <math>\sum_{i=1}^{\infty}f_{2n-1}</math>. Note the infinite sums in both expressions are equal; let's call it <math>P</math>. Equating them gives <math>\frac{1}{2}+\frac{1}{2}xP=P</math>, or <math>P=\frac{1}{2-x}</math>. | ||
Finally, substituting <math>x=\frac{1}{216}</math>, we find that <math>P=\frac{216}{431}</math>, giving us a final answer of <math>216 + 431 = \boxed{647}</math>. | Finally, substituting <math>x=\frac{1}{216}</math>, we find that <math>P=\frac{216}{431}</math>, giving us a final answer of <math>216 + 431 = \boxed{647}</math>. | ||
− | |||
− | ==Solution | + | ~First |
+ | |||
+ | ==Solution 3== | ||
Let <math>S(n)</math> be the number of strings of length <math>n</math> containing the digits <math>1</math> through <math>6</math> that do not contain the string <math>123</math>. Then we have <math>S(n) = 6 \cdot S(n-1) - S(n-3)</math> because we can add any digit to end of a string with length <math>n-1</math> but we have to subtract all the strings that end in <math>123</math>. We rewrite this as | Let <math>S(n)</math> be the number of strings of length <math>n</math> containing the digits <math>1</math> through <math>6</math> that do not contain the string <math>123</math>. Then we have <math>S(n) = 6 \cdot S(n-1) - S(n-3)</math> because we can add any digit to end of a string with length <math>n-1</math> but we have to subtract all the strings that end in <math>123</math>. We rewrite this as | ||
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
Line 40: | Line 51: | ||
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
\sum_{n=3}^\infty \frac{S(2n)}{6^{2n+3}} &= \frac{36}{6^2} \cdot \sum_{n=2}^\infty \frac{S(2n)}{6^{2n+3}} - \frac{12}{6^4} \cdot \sum_{n=1}^\infty \frac{S(2n)}{6^{2n+3}} + \frac{1}{6^6} \cdot \sum_{n=0}^\infty \frac{S(2n)}{6^{2n+3}} \\ \left(P - \frac{S(0)}{6^3} - \frac{S(2)}{6^5} -\frac{S(4)}{6^7} \right) &= \frac{36}{6^2} \cdot \left( P - \frac{S(0)}{6^3} - \frac{S(2)}{6^5}\right) - \frac{12}{6^4} \cdot \left( P - \frac{S(0)}{6^3} \right) + \frac{1}{6^6} \cdot P | \sum_{n=3}^\infty \frac{S(2n)}{6^{2n+3}} &= \frac{36}{6^2} \cdot \sum_{n=2}^\infty \frac{S(2n)}{6^{2n+3}} - \frac{12}{6^4} \cdot \sum_{n=1}^\infty \frac{S(2n)}{6^{2n+3}} + \frac{1}{6^6} \cdot \sum_{n=0}^\infty \frac{S(2n)}{6^{2n+3}} \\ \left(P - \frac{S(0)}{6^3} - \frac{S(2)}{6^5} -\frac{S(4)}{6^7} \right) &= \frac{36}{6^2} \cdot \left( P - \frac{S(0)}{6^3} - \frac{S(2)}{6^5}\right) - \frac{12}{6^4} \cdot \left( P - \frac{S(0)}{6^3} \right) + \frac{1}{6^6} \cdot P | ||
− | \end{align*}</cmath>Note that <math>S(0) = 1, S(2) = | + | \end{align*}</cmath>Note that <math>S(0) = 1, S(2) = 36</math> and <math>S(4) = 6^4 - 2 \cdot 6 = 1284</math>. Therefore, |
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
\left(P - \frac{1}{6^3} - \frac{36}{6^5} -\frac{1284}{6^7} \right) = \frac{36}{6^2} \cdot \left( P - \frac{1}{6^3} - \frac{36}{6^5}\right) - \frac{12}{6^4} \cdot \left( P - \frac{1}{6^3} \right) + \frac{1}{6^6} \cdot P | \left(P - \frac{1}{6^3} - \frac{36}{6^5} -\frac{1284}{6^7} \right) = \frac{36}{6^2} \cdot \left( P - \frac{1}{6^3} - \frac{36}{6^5}\right) - \frac{12}{6^4} \cdot \left( P - \frac{1}{6^3} \right) + \frac{1}{6^6} \cdot P | ||
− | \end{align*}</cmath>Solving for <math>P</math>, we obtain <math>P = \frac{216}{431} \implies m+n = \boxed{647}</math>. | + | \end{align*}</cmath>Solving for <math>P</math>, we obtain <math>P = \frac{216}{431} \implies m+n = \boxed{647}</math>. |
− | ==Solution | + | -Vfire |
− | Let <math> | + | |
+ | ==Solution 4== | ||
+ | Let <math>A=\frac{1}{6} \begin{bmatrix} | ||
+ | 5 & 1 & 0 & 0 \\ | ||
+ | 4 & 1 & 1 & 0 \\ | ||
+ | 4 & 1 & 0 & 1 \\ | ||
+ | 0 & 0 & 0 & 0 \\ | ||
+ | \end{bmatrix}</math>. <math>A</math> is a transition matrix for the prefix of 1-2-3 matched so far. The state corresponding to a complete match has no outgoing probability mass. The probability that we roll the dice exactly <math>k</math> times is <math>(A^k)_{1,4}</math>. Thus the probability that we roll the dice an odd number of times is <math>1-\left(\sum_{k=0}^\infty A^{2k}\right)_{1,4} = 1-\left((I - A^2)^{-1}\right)_{1,4} = \frac{216}{431}</math>. Thus the answer is <math>216+431=\boxed{647}</math>. | ||
+ | ==Solution 5 quick cheat == | ||
+ | Consider it as a contest of Odd and Even. Let <math>P_o</math> and <math>P_e</math> be probability that Odd and Even wins, respectively. If we consider every 3 rolls as an atomic action, then we can have a simple solution. If the rolls is 1-2-3, Odd wins; otherwise, Odd and Even switch the odds of winning. Therefore, we have | ||
+ | <cmath> P_o = \frac{1}{216} + \frac{215}{216}P_e</cmath> | ||
+ | Plug in <math>P_e = 1 - P_o</math> and we can easily solve for <math>Po=\frac{216}{431}</math>. | ||
+ | |||
+ | <math>\boxed{647}</math>. | ||
+ | |||
+ | Of course this is not a rigorous solution. I think it works because the requirement is a strict sequence of pure random events. | ||
+ | |||
+ | -Mathdummy | ||
+ | |||
+ | ==Solution 6 (Markov Chain)== | ||
+ | Let <math>P_o</math>, <math>P_e</math> be the winning probabilities respectively. We call Odd "in position" when a new sequence of 1-2-3 starts at odd position, and likewise, call Even is "in position" when a new sequence starts at even position. | ||
− | + | Now, consider the situation when the first roll is <math>1.</math> The conditional probability for Odd or Even to eventually win out depends on whose is in position. So let's denote by <math>P_o(1), P_e(1)</math> the probabilities of Odd and Even winning out, respectively, both when Odd is in position. Remember that the probabilities simply switch if Even is in position. Similarly, after 1-2 is rolled, we denote by <math>P_o(2), P_e(2)</math> the conditional probabilities of Odd and Even winning out, when Odd is in position. | |
− | + | Consider the first roll. If it's not a 1, the sequence restarts, but Even is now in position; if it's a 1, then Odd's winning probability becomes <math>P_o(1)</math>. So, | |
+ | <cmath>P_o = \frac{1}{6}P_o(1) + \frac{5}{6}P_e</cmath> | ||
+ | In the next roll, there are 3 outcomes. If the roll is 2, then Odd's winning probability becomes <math>P_o(2)</math>; if the roll is 1, then we stay in the sequence, but Even is now in position, so the probability of Odd winning now becomes <math>P_e(1)</math>; if the rolls is any other number, then the sequence restarts, and Odd is still in position. So, | ||
+ | <cmath> P_o(1) = \frac{1}{6}P_o(2) + \frac{1}{6}P_e(1) + \frac{4}{6}P_o</cmath> | ||
+ | In the next roll after a 1-2 sequence, there are 3 outcomes. If the roll is a 3, Odd wins; if it's a 1, we go back to the state when 1 is just rolled, and Odd is in position; if it's any other number, then the sequence restarts, and Even is in position. So, | ||
+ | <cmath> P_o(2) = \frac{1}{6} + \frac{1}{6}P_o(1) + \frac{4}{6}P_e</cmath> | ||
− | <math> | + | Plug in <math>P_e = 1-P_o</math> and <math>P_e(1) = 1 - P_o(1)</math>, we have a 3-equation linear system which is not hard to solve. The final answer is <math>Po=\frac{216}{431}</math>. <math>\boxed{647}</math>. (We want P_o because if it starts odd, it will also end odd) |
− | + | -Mathdummy | |
− | + | ===Markov Chain Diagram=== | |
+ | [[File:Markov_Chain_2018_AIME_II.png|700px]] | ||
− | + | '''mathboy282''' | |
− | + | Latex done by [https://artofproblemsolving.com/wiki/index.php/User:Crazyvideogamez CrazyVideoGamez] | |
− | |||
+ | ==Solution 7(Blocks)== | ||
+ | Take a block of any three possible rolls. You have <math>6^3</math> different possibilities for a block and <math>6^3 - 1</math> different possibilities to have a block without 1-2-3. This gives two probabilities of <math>\frac{6^3-1}{6^3}</math> and <math>\frac{1}{6^3}</math>, respectively. To get an odd number of total rolls, we need an even number of blocks without a 1-2-3. Then, we can sum up the probabilities up to infinity to see the total probability of getting an even number of rolls. | ||
+ | <cmath>\frac{1}{6^3}\sum_{k=0}^{\infty}\left(\frac{6^3-1}{6^3}\right)^{2k}</cmath> | ||
+ | <cmath>=\frac{\frac{1}{6^3}}{1-\left(\frac{6^3-1}{6^3}\right)^2}</cmath> | ||
+ | Using difference of squares on the bottom half we can reduce it to <math>\left(1-\frac{6^3-1}{6^3}\right)\left(1+\frac{6^3-1}{6^3}\right)=\frac{2\times 6^3 -1}{(6^3)^2}</math>. Plugging this back in to the equation we get- | ||
+ | <cmath>\frac{\frac{1}{6^3}}{\frac{2\times 6^3 -1}{(6^3)^2}} = \frac{6^3}{2\times 6^3 - 1} = \frac{216}{431}</cmath> | ||
+ | Then, our answer is <math>\boxed{647}</math> | ||
+ | -Mathiscool109 | ||
+ | ==See Also== | ||
{{AIME box|year=2018|n=II|num-b=12|num-a=14}} | {{AIME box|year=2018|n=II|num-b=12|num-a=14}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
+ | |||
+ | [[Category:Intermediate Combinatorics Problems]] |
Latest revision as of 12:12, 24 January 2024
Contents
Problem
Misha rolls a standard, fair six-sided die until she rolls in that order on three consecutive rolls. The probability that she will roll the die an odd number of times is where and are relatively prime positive integers. Find .
Solution 0
Let be the probability of getting consecutive rolls in rolls and not rolling prior to the nth roll.
Let . Following Solution 2, one can see that for all positive integers . Summing for gives
Solution 1
Let , with the subscript indicating an odd number of rolls. Then .
The ratio of is just .
We see that is the sum of ,,,... , while is the sum of , , ,... .
, the probability of getting rolls of 1-2-3 in exactly 3 rolls, is obviously .
We set this probability of aside, meaning we totally remove the chance of getting 1-2-3 in 3 rolls. Now the ratio of to should be equal to the ratio of , because in this case the 1st roll no longer matters, so we can disregard the very existence of it in counting how many times of rolls, and thus, 4 rolls, 6 rolls, 8 rolls... would become an odd number of rolls (while 5 rolls, 7 rolls, 9 rolls... would become even number of rolls).
Notice , and also
So we have .
Finally, we get . Therefore, .
Solution 2
Call the probability you win on a certain toss , where is the toss number. Obviously, since the sequence has length 3, and . Additionally, . We can call this value , to keep our further equations looking clean. We can now write our general form for as . This factors the probability of the last 3 rolls being 1-2-3, and the important probability that the sequence has not been rolled in the past (because then the game would already be over). Note that since you'll win at some point. An intermediate step here is figuring out . This is equal to . Adding up all the differences, i.e. will give us the amount by which the odds probability exceeds the even probability. Since they sum to 1, that means the odds probability will be half of the difference above one-half. Subbing in our earlier result from the intermediate step, the odd probability is equal to . Another way to find the odd probability is simply summing it up, which turns out to be . Note the infinite sums in both expressions are equal; let's call it . Equating them gives , or . Finally, substituting , we find that , giving us a final answer of .
~First
Solution 3
Let be the number of strings of length containing the digits through that do not contain the string . Then we have because we can add any digit to end of a string with length but we have to subtract all the strings that end in . We rewrite this as We wish to compute since the last three rolls are for the game to end. Summing over the recursion, we obtain Now shift the indices so that the inside term is the same: Note that and . Therefore, Solving for , we obtain .
-Vfire
Solution 4
Let . is a transition matrix for the prefix of 1-2-3 matched so far. The state corresponding to a complete match has no outgoing probability mass. The probability that we roll the dice exactly times is . Thus the probability that we roll the dice an odd number of times is . Thus the answer is .
Solution 5 quick cheat
Consider it as a contest of Odd and Even. Let and be probability that Odd and Even wins, respectively. If we consider every 3 rolls as an atomic action, then we can have a simple solution. If the rolls is 1-2-3, Odd wins; otherwise, Odd and Even switch the odds of winning. Therefore, we have Plug in and we can easily solve for .
.
Of course this is not a rigorous solution. I think it works because the requirement is a strict sequence of pure random events.
-Mathdummy
Solution 6 (Markov Chain)
Let , be the winning probabilities respectively. We call Odd "in position" when a new sequence of 1-2-3 starts at odd position, and likewise, call Even is "in position" when a new sequence starts at even position.
Now, consider the situation when the first roll is The conditional probability for Odd or Even to eventually win out depends on whose is in position. So let's denote by the probabilities of Odd and Even winning out, respectively, both when Odd is in position. Remember that the probabilities simply switch if Even is in position. Similarly, after 1-2 is rolled, we denote by the conditional probabilities of Odd and Even winning out, when Odd is in position.
Consider the first roll. If it's not a 1, the sequence restarts, but Even is now in position; if it's a 1, then Odd's winning probability becomes . So, In the next roll, there are 3 outcomes. If the roll is 2, then Odd's winning probability becomes ; if the roll is 1, then we stay in the sequence, but Even is now in position, so the probability of Odd winning now becomes ; if the rolls is any other number, then the sequence restarts, and Odd is still in position. So, In the next roll after a 1-2 sequence, there are 3 outcomes. If the roll is a 3, Odd wins; if it's a 1, we go back to the state when 1 is just rolled, and Odd is in position; if it's any other number, then the sequence restarts, and Even is in position. So,
Plug in and , we have a 3-equation linear system which is not hard to solve. The final answer is . . (We want P_o because if it starts odd, it will also end odd)
-Mathdummy
Markov Chain Diagram
mathboy282
Latex done by CrazyVideoGamez
Solution 7(Blocks)
Take a block of any three possible rolls. You have different possibilities for a block and different possibilities to have a block without 1-2-3. This gives two probabilities of and , respectively. To get an odd number of total rolls, we need an even number of blocks without a 1-2-3. Then, we can sum up the probabilities up to infinity to see the total probability of getting an even number of rolls. Using difference of squares on the bottom half we can reduce it to . Plugging this back in to the equation we get- Then, our answer is -Mathiscool109
See Also
2018 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
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.