Paper 1, Section II, H

Markov Chains | Part IB, 2017

A rich and generous man possesses nn pounds. Some poor cousins arrive at his mansion. Being generous he decides to give them money. On day 1 , he chooses uniformly at random an integer between n1n-1 and 1 inclusive and gives it to the first cousin. Then he is left with xx pounds. On day 2 , he chooses uniformly at random an integer between x1x-1 and 1 inclusive and gives it to the second cousin and so on. If x=1x=1 then he does not give the next cousin any money. His choices of the uniform numbers are independent. Let XiX_{i} be his fortune at the end of day ii.

Show that XX is a Markov chain and find its transition probabilities.

Let τ\tau be the first time he has 1 pound left, i.e. τ=min{i1:Xi=1}\tau=\min \left\{i \geqslant 1: X_{i}=1\right\}. Show that

E[τ]=i=1n11i\mathbb{E}[\tau]=\sum_{i=1}^{n-1} \frac{1}{i}

Typos? Please submit corrections to this page on GitHub.