2014 AMC 12B Problems/Problem 22: Difference between revisions
m Addressed some final formatting issues |
Kevin38017 (talk | contribs) No edit summary |
||
| 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