Difference between revisions of "2014 AMC 12B Problems/Problem 22"
m |
|||
Line 78: | Line 78: | ||
<cmath>P_5=\frac{5}{10}</cmath> | <cmath>P_5=\frac{5}{10}</cmath> | ||
We want to find <math>P_1</math>, since the frog starts at pad <math>1</math>. Solving the above system yields <math>P_1=\frac{63}{146}</math>, so the answer is <math>\boxed{(C)}</math>. | We want to find <math>P_1</math>, since the frog starts at pad <math>1</math>. Solving the above system yields <math>P_1=\frac{63}{146}</math>, so the answer is <math>\boxed{(C)}</math>. | ||
+ | |||
+ | == Solution 3 == | ||
+ | Assign each lily pad a value, with pad <math>0</math> having value <math>0</math> and pad <math>i > 0</math> having value <math>\sum_{k=0}^{i-1}\frac{1}{\binom{9}{k}}</math>. If we treat the process as a random walk <math>X_0, X_1, \cdots</math> over these values, note that <math>\mathbb{E}[X_{n+1}] = n</math> for all <math>n \ge 0</math>. This is purely by construction, as the expected gain at pad <math>k</math> is <math>\binom{9}{k}\cdot \frac{10-k}{10} - \binom{9}{k-1}\cdot \frac{k}{10} = 0</math>. Therefore the process is a martingale. Since the stopping time has finite expectation and the increments are bounded, the [https://en.wikipedia.org/wiki/Optional_stopping_theorem Optional Stopping Thoerem] applies and the expected final outcome is <math>0</math>. This gives the probability of reaching safety as <math>\left(\sum_{k=0}^{9}\frac{1}{\binom{9}{k}}\right)^{-1} = \frac{63}{146}</math>, which is choice <math>\boxed{(C)}</math>. | ||
== Video Solution == | == Video Solution == |
Revision as of 15:49, 22 August 2021
- The following problem is from both the 2014 AMC 12B #22 and 2014 AMC 10B #25, so both problems redirect to this page.
Contents
Problem
In a small pond there are eleven lily pads in a row labeled 0 through 10. A frog is sitting on pad 1. When the frog is on pad , , it will jump to pad with probability and to pad with probability . Each jump is independent of the previous jumps. If the frog reaches pad 0 it will be eaten by a patiently waiting snake. If the frog reaches pad 10 it will exit the pond, never to return. What is the probability that the frog will escape without being eaten by the snake?
Solution 1
A long, but straightforward bash:
Define to be the probability that the frog survives starting from pad N.
Then note that by symmetry, , since the probabilities of the frog moving subsequently in either direction from pad 5 are equal.
We therefore seek to rewrite in terms of , using the fact that
as said in the problem.
Hence
Returning to our original equation:
Returning to our original equation:
Cleaing up the coefficients, we have:
Hence,
Or set :
Since , .
Solution 2
Notice that the probabilities are symmetrical around the fifth lily pad. If the frog is on the fifth lily pad, there is a chance that it escapes and a chance that it gets eaten. Now, let represent the probability that the frog escapes if it is currently on pad . We get the following system of equations: We want to find , since the frog starts at pad . Solving the above system yields , so the answer is .
Solution 3
Assign each lily pad a value, with pad having value and pad having value . If we treat the process as a random walk over these values, note that for all . This is purely by construction, as the expected gain at pad is . Therefore the process is a martingale. Since the stopping time has finite expectation and the increments are bounded, the Optional Stopping Thoerem applies and the expected final outcome is . This gives the probability of reaching safety as , which is choice .
Video Solution
https://www.youtube.com/watch?v=DMdgh2mMiWM
Video Solution by TheBeautyofMath
~IceMatrix
See also
2014 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last Question | |
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 AMC 10 Problems and Solutions |
2014 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 21 |
Followed by Problem 23 |
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 AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.