Consider a random walk $\{0,1, ... , N\}$ with up probability $p$ and down probability of $p-1$ where $p \neq 1/2$. Suppose there are absorbing barriers at $0$ and $N$ and that the starting point, $S_0$, is random and has a $Bin (N,\theta)$ distribution for some $\theta \in (0,1)$. By conditioning on the starting point, find the probability of absorption at $N$.
The question seems to be asking to find
$$P(\text{absorption at}\ N|S_0=k)=P(\text{absorption at}\ N, S_0=k)/P(S_0=k)$$
The numerator is the normal probability of absorption at $N$. Thus,
$$P(\text{absorption at N}\ |S_0=k)=\frac{\frac{1-(\frac{1-p}{p})^k}{1-(\frac{1-p}{p})^N}}{\binom{N} {k} \theta^k(1-\theta)^{n-k}}$$
This, however, does not seem like the right direction. Any suggestions?
EDIT What occurs to me is that this likely asking for a probability generating function. However, I am not sure how to implement it.
I shall try to give you a short answer (in yellow boxes) as well as a commentary on on how to get it. The first step is just to find the probability of absorption given a starting point. We do this with recurrence relationships.
The reason I did this is because this is the way I would normally approach a problem about absorption probabilities and, knowing how the solution usually goes, I think I can work in the binomial bit at the end.
The recurrence relationship comes from the fact that once you've moved up (or down) one unit the problem looks just the same as at the beginning but with a different starting point.
Trying some approximate values for $p$ gives reasonable answers. We can’t solve like this for $p=\frac12$ because the recurrence relation is degenerate.
We now plug in the binomial probability for the starting point: