2019 AMC 12B Problems/Problem 16
Problem
There are lily pads in a row numbered to
, in that order. There are predators on lily pads
and
, and a morsel of food on lily pad
. Fiona the frog starts on pad
, and from any given lily pad, has a
chance to hop to the next pad, and an equal chance to jump
pads. What is the probability that Fiona reaches pad
without landing on either pad
or pad
?
Solution 1
Firstly, notice that if Fiona jumps over the predator on pad , she must on pad
. Similarly, she must land on
if she makes it past
. Thus, we can split the problem into
smaller sub-problems, separately finding the probability Fiona skips
, the probability she skips
(starting at
) and the probability she doesn't skip
(starting at
). Notice that by symmetry, the last of these three sub-prolems is the complement of the first sub-problem, so the probability will be
.
In the analysis below, we call the larger jump a -jump, and the smaller a
-jump.
For the first sub-problem, consider Fiona's options. She can either go , with probability
, or she can go
, with probability
. These are the only two options, so they together make the answer
. We now also know the answer to the last sub-problem is
.
For the second sub-problem, Fiona go
, with probability
, since any other option would result in her death to a predator.
Thus, since the three sub-problems are independent, the final answer is .
Solution 2
Consider – independently – every lily pad that Fiona could reach.
Given that she can only jump at most places per move, and still wishes to avoid pads
and
, she must also land on numbers
,
,
, and
.
There are two ways to achieve this - one would be on her first move, and the other is just
. The total sum is then
, which put into our first column and move on. The frog must subsequently go to space
, again with probability
. Thus, be sure to multiply by
again, yielding the result of
.
Similarly, multiply your product by once more, to arrive at spot
:
. For number
, take another
, giving us
.
Next, we must look at a number of options. For a fuller picture, it would be best to break down the choices. The only possibilities here are ,
, and
, as the path straight to point
is not available. That leaves us with a partial count of
. Multiply, to find that
.
--anna0kear.
Solution 3 (Recursion)
Let be the probability of landing on lily pad
. We immediately notice that, if there are no restrictions:
This is because, given that we are at lily pad , there is a 50% chance that we will go to lily pad
, and the same applies for lily pad
. We will now compute the values of
recursively, but we will skip over
and
. That is, we will not consider any jumps from lily pads 3 or 6 when considering the probabilities. We obtain the following chart, where an X represents an unused/uncomputed value:
As we can see, the answer is
(Solution by vedadehhc)
See Also
2019 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 15 |
Followed by Problem 17 |
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.