Difference between revisions of "2014 AMC 12B Problems/Problem 22"
m (Addressed some final formatting issues) |
Kevin38017 (talk | contribs) |
||
Line 11: | Line 11: | ||
− | <math>P(N) = \frac {N} {10}P(N - 1) + \frac {10 - N} { | + | <math>P(N) = \frac {N} {10}P(N - 1) + \frac {10 - N} {10}P(N + 1)</math> |
Revision as of 22:02, 20 February 2014
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,
-Dukejukem