The problem is such: two drunks start at either end of an alleyway of length n. Apart from at the ends, they each move one step forwards or one step backwards randomly. At the ends of the alley they move towards the centre with probability $1$. What is the expected number of steps before they meet?
In the problem I'm looking to solve $n = 99$, though it could be any odd number.
We are looking for the most elegant solution to this problem. It has been solved via Monte-Carlo and Markov Chains in our group, but I want to believe there is a simpler solution not involving $2400 \times 2400$ matrices. I am trying to take inspiration from the question below, but the boundary condition complicates matters.
Exact probability of collision of two independent random walkers after N steps
Links to papers or other questions dealing with this particular problem would be gladly accepted.