I got some hard challenge to solve and I am looking for a small clue/help.
My question goes like this:
10 Englishmen are trying to leave a pub in a rainy weather. They do it in the following way. Initially they store all 10 umbrellas in a basket next to the exit from the pub. They enter and drink a pint each. Then they return to the basket and each one picks an umbrella at random (random permutation). Those who picked their own umbrellas leave upset, while those who did pick a wrong umbrella, put it back and return to the pub for another pint of ale. After that they return to the basket and try once again. And so on.
Let $T$ be the number of rounds needed for all Englishmen to leave, and let $N$ be the total number of ales consumed during the procedure.
(a) Compute $E(T)$.
(b) Compute $E(N)$.
Hint: For $n = 0, 1, 2, \dots$, set $X_n$ to be the number of Englishmen in the pub after $n$-th round, and consider $M_n = (X_n + n) 1_{\{n<T\}}.$ To solve (b) think about variance martingales.
Any hint? Also, What are variance martingales and how they help here?
Thanks a lot.