We roll 3 fair dice. In each round of rolling, we remove the dice with the value '1'. The game ends when all the dice are removed.
Let:
$N$ - the number of dice showing '1' at the first round.
$Y$ - the total number of rounds.
Prove: $\mathbb{E}(Y)>\frac{1}{1-\mathbb{P}(N=0)}$
I could only figure out that $\mathbb{P}(N=0) = (\frac{5}{6})^3$, which is quite obvious, but can't figure out the rest.
Please any help or direction.
Let $\Bbb P(N=0)=(\frac 56)^3=p$. The point is that you have probability greater than $p$ that the game lasts at least two rounds because if you don't throw any $1$s you are back where you started. The game will also last at least two rounds if you throw one or two $1$. You have probability at least $p^2$ that the game lasts at least three rounds because that represents the chance you don't throw any $1$s in the first two rounds. The expected number of rounds is the greater than $$1+p+p^2+\ldots = \frac 1{1-p}$$