Let X be the random variable which is the number of rolls required to see all 6 faces of a die. What's P(X is odd)?
I found a very indirect way to get an analytic answer, a fraction, to this question. Let $E_2$ be average times a pair of 6-sided dice must be rolled until all sides appear at least once. Let $E_1$ be be average times one 6-sided die must be rolled until all sides appear at least once. Then, $2E_2 = E_1 + P(\text{X is odd})$, where $E_2$ can be obtained by Markov chain, which is quite messy but doable.
I'm wondering if there is an elementary way to get this fraction. I think, which could be wrong, $$ P(X=n) = \frac{6*5^{n-6}{n-6 \choose 5} *5!}{6^n} $$.
So, in other words, I'm asking how you simplify the infinite sum of this expression over all odd n. In fact, if there is an easy way to solve this question. I should be able to find $E_2$ without markov chain.