返回题库

AIME 2019 II · 第 2 题

AIME 2019 II — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Lilypads 1,2,3,1,2,3,\ldots lie in a row on a pond. A frog makes a sequence of jumps starting on pad 11. From any pad kk the frog jumps to either pad k+1k+1 or pad k+2k+2 chosen randomly with probability 12\tfrac{1}{2} and independently of other jumps. The probability that the frog visits pad 77 is pq\tfrac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp+q.

解析

Solution (Probability States)

Let PnP_n be the probability the frog visits pad 77 starting from pad nn. Then P7=1P_7 = 1, P6=12P_6 = \frac12, and Pn=12(Pn+1+Pn+2)P_n = \frac12(P_{n + 1} + P_{n + 2}) for all integers 1n51 \leq n \leq 5. Working our way down, we find

P5=34P_5 = \frac{3}{4} P4=58P_4 = \frac{5}{8} P3=1116P_3 = \frac{11}{16} P2=2132P_2 = \frac{21}{32} P1=4364P_1 = \frac{43}{64} 43+64=10743 + 64 = \boxed{107}.

Solution 2 (Casework)

Define a one jump to be a jump from kk to k+1k + 1 and a two jump to be a jump from kk to k+2k + 2.

Case 1: (6 one jumps) (12)6=164\left (\frac{1}{2} \right)^6 = \frac{1}{64}

Case 2: (4 one jumps and 1 two jumps) (51)(12)5=532\binom{5}{1} \cdot \left(\frac{1}{2}\right)^5 = \frac{5}{32}

Case 3: (2 one jumps and 2 two jumps) (42)(12)4=38\binom{4}{2} \cdot \left(\frac{1}{2}\right)^4 = \frac{3}{8}

Case 4: (3 two jumps) (12)3=18\left(\frac{1}{2}\right)^3 = \frac{1}{8}

Summing the probabilities gives us 4364\frac{43}{64} so the answer is 107\boxed{107}.

- pi_is_3.14

Solution 3

Let PnP_n be the probability that the frog lands on lily pad nn. The probability that the frog never lands on pad nn is 12Pn1\frac{1}{2}P_{n-1}, so 1Pn=12Pn11-P_n=\frac{1}{2}P_{n-1}. This rearranges to Pn=112Pn1P_n=1-\frac{1}{2}P_{n-1}, and we know that P1=1P_1=1, so we can compute P7P_7.

P1=1P2=1121=12P3=11212=34P4=58P5=1116P6=2132P7=4364\begin{aligned} P_1&=1\\ P_2&=1-\dfrac{1}{2} \cdot 1=\dfrac{1}{2}\\ P_3&=1-\dfrac{1}{2} \cdot \dfrac{1}{2}=\dfrac{3}{4}\\ P_4&=\dfrac{5}{8}\\ P_5&=\dfrac{11}{16}\\ P_6&=\dfrac{21}{32}\\ P_7&=\dfrac{43}{64}\\ \end{aligned} We calculate P7P_7 to be 4364\frac{43}{64}, meaning that our answer is 107\boxed{107}.

Solution 4

For any point nn, let the probability that the frog lands on lily pad nn be PnP_n. The frog can land at lily pad nn with either a double jump from lily pad n2n-2 or a single jump from lily pad n1n-1. Since the probability when the frog is at n2n-2 to make a double jump is 12\frac{1}{2} and same for when it's at n1n-1, the recursion is just Pn=Pn2+Pn12P_n = \frac{P_{n-2}+P_{n-1}}{2}. Using the fact that P1=1P_1 = 1, and P2=12P_2 = \frac{1}{2}, we find that P7=4364P_7 = \frac{43}{64}. 43+64=10743 + 64 = \boxed{107}

-bradleyguo

Solution 5

Let aa represent the number of two-step jumps (hopping over two lily pads) and bb represent the number of one-step jumps (hopping over one lily pad). We get the equation 2a+b=62a + b = 6, which has 4 integer solutions: (3,0)(3,0), (2,2)(2,2), (1,4)(1,4), and (0,6)(0,6). For (2,2)(2,2), there are 4!2!2!=6\frac{4!}{2!2!} = 6 ways to permute the jumps, and for (1,4)(1,4) there are 5!1!4!=5\frac{5!}{1!4!} = 5 ways. So we get:

123+0+6122+2+5121+4+120+6=4364\frac{1}{2^{3+0}} + 6 \cdot \frac{1}{2^{2 + 2}} + 5 \cdot \frac{1}{2^{1 +4}} + \frac{1}{2^{0 + 6}} = \frac{43}{64} 43+64=10743 + 64 = \boxed{107}

~grogg007

Solution 6 (Rigorous Caseworks)

Let aa be the number of 2-unit jumps and bb the number of 1-unit jumps. In this context, note that the total distance from 1 to 7 must be 71=67 - 1 = 6, yielding the equation 2a+b=62a + b = 6 (i) in the process. On the other hand, we must establish a minimum and maximum limit for the jumps; thus, a+b=ma + b = m (ii), where mZ+m \in \mathbb{Z}^+. From there, we see:

{2a+b=6a+b=mS={a=6m,b=2m6}\begin{cases} 2a + b = 6 \\ a + b = m \end{cases} \Rightarrow \boxed{S = \{a = 6 - m, b = 2m - 6\}}

Since a,bNa, b \in \mathbb{N}, it follows that the interval for mm is 3m63 \le m \le 6. Therefore, there are 4 cases to consider when the frog jumps. Let's illustrate them:

(i) m=3m = 3: We will have a=3a = 3 and b=0b = 0, indicating that there is only one possible path for it to travel. Thus, the probability is P1=(12)3=18P_1 = \left(\frac{1}{2}\right)^3 = \frac{1}{8}.

(ii) m=4m = 4: We will have a=2a = 2 and b=2b = 2, indicating that (42)=6\binom{4}{2} = 6 possible paths for it to travel. Thus, the probability is P2=(12)4×6=616P_2 = \left(\frac{1}{2}\right)^4 \times 6 = \frac{6}{16}.

(iii) m=5m = 5: We will have a=1a = 1 and b=4b = 4, indicating that (51)=5\binom{5}{1} = 5 possible paths for it to travel. Thus, the probability is P3=(12)5×5=532P_3 = \left(\frac{1}{2}\right)^5 \times 5 = \frac{5}{32}.

(iv) m=6m = 6: We will have a=0a = 0 and b=6b = 6, indicating that there is only one possible path for it to travel. Thus, the probability is P4=(12)6=164P_4 = \left(\frac{1}{2}\right)^6 = \frac{1}{64}.

Thus, we have:

pq=P1+P2+P3+P4    pq=18+532+616+164    pq=4364\frac{p}{q} = P_1 + P_2 + P_3 + P_4 \implies \frac{p}{q} = \frac{1}{8} + \frac{5}{32} + \frac{6}{16} + \frac{1}{64} \implies \frac{p}{q} = \frac{43}{64}

Therefore, p+q=43+64p+q=107p + q = 43 + 64 \therefore \boxed{\mathbf{p + q = 107}}.

~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 Nn22+Nn12\frac{N_{n-2}}{2}+\frac{N_{n-1}}{2}. Quickly working this out, we see that the probability is 4364\frac{43}{64}, so the answer is 107\boxed{107}. .

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!