AIME 2019 II · 第 2 题
AIME 2019 II — Problem 2
题目详情
Problem
Lilypads lie in a row on a pond. A frog makes a sequence of jumps starting on pad . From any pad the frog jumps to either pad or pad chosen randomly with probability and independently of other jumps. The probability that the frog visits pad is , where and are relatively prime positive integers. Find .
解析
Solution (Probability States)
Let be the probability the frog visits pad starting from pad . Then , , and for all integers . Working our way down, we find
.
Solution 2 (Casework)
Define a one jump to be a jump from to and a two jump to be a jump from to .
Case 1: (6 one jumps)
Case 2: (4 one jumps and 1 two jumps)
Case 3: (2 one jumps and 2 two jumps)
Case 4: (3 two jumps)
Summing the probabilities gives us so the answer is .
- pi_is_3.14
Solution 3
Let be the probability that the frog lands on lily pad . The probability that the frog never lands on pad is , so . This rearranges to , and we know that , so we can compute .
We calculate to be , meaning that our answer is .
Solution 4
For any point , let the probability that the frog lands on lily pad be . The frog can land at lily pad with either a double jump from lily pad or a single jump from lily pad . Since the probability when the frog is at to make a double jump is and same for when it's at , the recursion is just . Using the fact that , and , we find that .
-bradleyguo
Solution 5
Let represent the number of two-step jumps (hopping over two lily pads) and represent the number of one-step jumps (hopping over one lily pad). We get the equation , which has 4 integer solutions: , , , and . For , there are ways to permute the jumps, and for there are ways. So we get:
~grogg007
Solution 6 (Rigorous Caseworks)
Let be the number of 2-unit jumps and the number of 1-unit jumps. In this context, note that the total distance from 1 to 7 must be , yielding the equation (i) in the process. On the other hand, we must establish a minimum and maximum limit for the jumps; thus, (ii), where . From there, we see:
Since , it follows that the interval for is . Therefore, there are 4 cases to consider when the frog jumps. Let's illustrate them:
(i) : We will have and , indicating that there is only one possible path for it to travel. Thus, the probability is .
(ii) : We will have and , indicating that possible paths for it to travel. Thus, the probability is .
(iii) : We will have and , indicating that possible paths for it to travel. Thus, the probability is .
(iv) : We will have and , indicating that there is only one possible path for it to travel. Thus, the probability is .
Thus, we have:
Therefore, .
~Fernando Meira
Solution 7 (Recursion)
We can solve this problem by looking at the probabilities of landing on each individual lily pad. Lily pad number one has a probability of 1, lily pad number 2 has a probability of 1/2. We can see from quick casework on lily pad number 3(yielding 3/4) that the probability for any lily pad N is . Quickly working this out, we see that the probability is , so the answer is . .
Solution in portuguese
~ Post in instagram for fmeira_math:[1]
Video Solution (2 Solutions)
https://youtu.be/wopflrvUN2c?t=652
~ pi_is_3.14 aka the GOAT Sohil Rathi or Lebron James!!!! go king go!