We start with $a + b$ balls in the urn: $a$ white and $b$ black ones.At each step we randomly choose a ball and if it's white then $m$ of the black balls in the urn turn white, symetrically for choosing black one. We put the chosen ball back in the urn. So if we've chosen white we move from $(a,b)$ state into $(a+m, b-m)$. What is the probability that at $k$ step we will choose a white ball?
So my understanding is that this is a kind of random walk on 1D with state $l$ representing the urn of $(a + lm, b-lm)$ and reachable only from states $\{l-1, l+1\}$ but the probability of the move is state-dependent and I've got stuck here.