I read upon Gambler’s Ruin problem and encountered this interesting question. Consider a simple random walk on $\{0, 1, \ldots, N\}$ with absorbing barriers at $0$ and $N$. What is the probability $u_k$ that the walk is absorbed at $N$ if it begins at a point $k$, $0 \leq k \leq N$?
If the question doesn't indicate anything, does it mean this is symmetric? If so, would it be $u_k=\left(\frac{1}{2}\right)^{(N-k)}$?
Yes the probability of going left and right are the same and equal to $\frac{1}{2}$, but the probability of reaching $0$ is not equal to $(1/2)^{N-k}$. What you calculated is the probability of reaching $0$ in $k$ turns. If it is a symmetric random walk problem with two absorbing barriers then the probability of reaching $0$ is $1-\frac{k}{N}$. If you are interested in derivation I can do it.