CombinatoricsDifficulty 5.5AIME, harderProve itUnited States
Problem:
There are 2018 frogs in a pool and there is 1 frog on the shore. In each time-step thereafter, one random frog moves position. If it was in the pool, it jumps to the shore, and vice versa. Find the expected number of time-steps before all frogs are in the pool for the first time.
Solution
Solution:
Consider the general case of n frogs. Let Ei be the expected time for all frogs to enter the pool when i frogs are on the shore and n−i frogs are in the pool. We have E0=0, En=1+En−1, and Ei=niEi−1+nn−iEi+1+1 for 0<i<n. Define fi so that Ei=(n−1)(n−2)⋯(i)fi+Ei−1 Then by plugging this equation into the first equation, we can show that fi=n(n−1)⋯(i+1)+(n−i)fi+1 Furthermore, we know that fn=1. Therefore f1=i=1∑ni!n!(n−i)!(n−1)!=(n−1)!i=1∑n(in)=(n−1)!(2n−1). Therefore E1=(n−1)!(n−1)!(2n−1)+E0=2n−1 Plugging in n=2018 yields E1=22018−1.
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.