Difference between revisions of "2022 AMC 8 Problems/Problem 25"
MRENTHUSIASM (talk | contribs) m (→Solution 2 (Recursion)) |
MRENTHUSIASM (talk | contribs) m (→Solution 2 (Recursion)) |
||
Line 30: | Line 30: | ||
==Solution 2 (Recursion)== | ==Solution 2 (Recursion)== | ||
− | Denote <math>P_n</math> to be the probability that the cricket would return back to the first point after <math>n</math> hops. Then, we get the recursive formula <cmath>P_n = \frac13(1-P_{n-1})</cmath> because if the leaf is not on the target leaf, then there is a <math>\frac13</math> probability that it will make it back. With this formula and the fact that <math>P_0=0,</math> we have <cmath>P_1 = \frac13, P_2 = \frac29, P_3 = \frac7{27},</cmath> so our answer is <math>\boxed{\textbf{(E) }\frac{7}{27}}</math>. | + | Denote <math>P_n</math> to be the probability that the cricket would return back to the first point after <math>n</math> hops. Then, we get the recursive formula <cmath>P_n = \frac13(1-P_{n-1})</cmath> because if the leaf is not on the target leaf, then there is a <math>\frac13</math> probability that it will make it back. |
+ | |||
+ | With this formula and the fact that <math>P_0=0,</math> we have <cmath>P_1 = \frac13, P_2 = \frac29, P_3 = \frac7{27},</cmath> so our answer is <math>\boxed{\textbf{(E) }\frac{7}{27}}</math>. | ||
~wamofan | ~wamofan |
Revision as of 20:14, 28 January 2022
Problem
A cricket randomly hops between leaves, on each turn hopping to one of the other leaves with equal probability. After hops what is the probability that the cricket has returned to the leaf where it started?
Solution 1 (Casework)
Let denote the leaf where the cricket starts and denote one of the other leaves. Note that:
- If the cricket is at then the probability that it hops to next is
- If the cricket is at then the probability that it hops to next is
- If the cricket is at then the probability that it hops to next is
We apply casework to the possible paths of the cricket:
-
The probability for this case is
-
The probability for this case is
Together, the probability that the cricket returns to is
~MRENTHUSIASM
Solution 2 (Recursion)
Denote to be the probability that the cricket would return back to the first point after hops. Then, we get the recursive formula because if the leaf is not on the target leaf, then there is a probability that it will make it back.
With this formula and the fact that we have so our answer is .
~wamofan
See Also
2022 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last Problem | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.