Question concerning a simple random walk on 1D.
Why the probability of hitting $\pm 2^n$ before return to $0$ is $2^{-n}$? I have no idea how to start...
Thank's!
Question concerning a simple random walk on 1D.
Why the probability of hitting $\pm 2^n$ before return to $0$ is $2^{-n}$? I have no idea how to start...
Thank's!
Think of it like this; On your first step you go onto 1 (say). Now the probability you hit 2 before 0 is a half (you either go left or right on your next step). Now we want to know whether we hit 4 next or 0, and we are in the middle of both, so again equal likelihood and the probability is 1/2. So both steps is a half squared and we get a quarter. This logic extended gives the answer you require...