AlgebraDifficulty 5.5AIME, harderProve itUnited States
Problem:
Starting with the number 0, Casey performs an infinite sequence of moves as follows: he chooses a number from {1,2} at random (each with probability 21) and adds it to the current number. Let pm be the probability that Casey ever reaches the number m. Find p20−p15.
Solution
Solution:
We note that the only way n does not appear in the sequence is if n−1 and then n+1 appears. Hence, we have p0=1, and pn=1−21pn−1 for n>0. This gives pn−32=−21(pn−1−32), so that pn=32+31⋅(−21)n so p20−p15 is just 3⋅2201−(−2)5=22011
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.