2019 AIME I Problems/Problem 5
Contents
Problem
A moving particle starts at the point and moves until it hits one of the coordinate axes for the first time. When the particle is at the point
, it moves at random to one of the points
,
, or
, each with probability
, independently of its previous moves. The probability that it will hit the coordinate axes at
is
, where
and
are positive integers such that
is not divisible by
. Find
.
Solution 1
One could recursively compute the probabilities of reaching as the first axes point from any point
as
for
and the base cases are
for any
not equal to zero.
We then recursively find
so the answer is
.
If this algebra seems intimidating, you can watch a nice pictorial explanation of this by On The Spot Stem. https://www.youtube.com/watch?v=XBRuy3_TM9w
Solution 2
Obviously, the only way to reach (0,0) is to get to (1,1) and then have a chance to get to (0,0). Let x denote a move left 1 unit, y denote a move down 1 unit, and z denote a move left and down one unit each. The possible cases for these moves are
and
. This gives a probability of
to get to
. The probability of reaching
is
. This gives
.
Solution 3
Since the particle stops at one of the axes, we know that the particle most pass through . Thus, it suffices to consider the probability our particle will reach
. Then the only ways to get to
from
are the following:
(1) 3 moves diagonally
(2) 2 moves diagonally, 1 move left, 1 move down
(3) 1 move diagonally, 2 moves left and 2 moves down.
(4) 3 moves left, 3 moves down.
The probability of (1) is . The probability of (2) is
. The probability of (3) is
. The probability of (4) is
. Adding all of these together, we obtain a total probability of
that our particle will hit
. Trivially, there is a
chance our particle will hit
from
. So our final probability will be
~NotSoTrivial
Solution 4 (Official MAA)
All paths that first hit the axes at the origin must pass through the point . There are
paths from the point
to the point
:
that take
steps left and
steps down,
that take
steps left,
steps down, and
diagonal step,
steps that take
step left,
steps down, and
diagonal steps, and
that takes
diagonal steps. The total probability of moving from
to
is therefore
Multiplying by
gives
the probability that the path first reaches the axes at the origin. The requested sum is
.
Video Solution #1(A nice visual explanation)
https://youtu.be/JQdad7APQG8?t=1340
Video Solution
Unique solution: https://youtu.be/I-8xZGhoDUY
~Shreyas S
See Also
2019 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.