Assume that $P(X_i = 1) =1/2, P(X_i =-1)= 1/4,\text{ and }P(X_i = 0)=1/4$.
Consider the random walk starting at 1 given by
$$S_n = 1 + X_1 + X_2 + \cdots + X_n$$ where $X_1,X_2, ...$ are i.i.d.
What is the probability that the random walk ever reaches $0$?
I have tried to solve this using Binomial Theorem, but I do not have an equal probability here!
I would appreciate it so much if you could help me solve this problem.
Suppose it reaches $0$ in n steps. We can calculate the probability using the multinomial distribution. Out of n steps some k will be +1, k+1 will be -1, and n-2k-1 will be $0$.
Hence, $P(S_n=0) = \sum_{k=0}^{(n-1)/2} (1/2)^k (1/4)^{n-k}\frac{n!}{k! (k+1)! (n-2k-1)!}$