So the problem is: Consider the numbers {$1,2... 25$} written around on a circle, one after the another (so that, in particular, $1$ is adjacent to $2$ and $25$). Consider a Markov chain (Xn)n0 that, at each time, jumps with equal probability to one of the two adjacent numbers.
(a) What is the expected number of steps that Xn will take to return to its starting position?
(b) What is the probability that $X_n$ will visit all the other states before returning to its starting position?
a is quite simple, the stationary dist is $1/25$ for symmetric markov chain. So expected number of steps is 25.
but (b), the answer says:
Well I understand how it converts to a random walk with absorbing states of $1$ and $25$, but in the equation, why the probability of $(V_{25}
