This is the exact question text:
$2n$ children are waiting in a queue for movie ticket. Tickets are priced at a quarter each. Each child pays for the ticket either with a quarter or with half dollar coin. If before starting any transaction the cashier had $2 k$ quarters, what is the probability that no one will have to wait for change?
It is basically a simple random walk problem with shifted origin. If I can compute the probability of reaching 0 for the first time at $i^{\;th}$ step of the walk, I am done. Does anyone know the formula?
Also the problem is given in the basic combinatorics chapter, so if anyone can solve it without applying any random walk formula, it will be the best.