How many rolls of a fair six-sided die must one make, on average, until a 6 has been rolled precisely 6 times?
I worked out that on average number of rolls to roll a single 6 is 6, from the geometric formula of expected value.
However I am stumped on how to go about answering this question for 6 being rolled precisely 6 times.
HINT
let $x_n$ denote the average number of times needed to roll a 6 exactly $n$ times. So you found that $x_1 = 6$. Can you write down a recurrence relationship between $x_{n+1}$ and $x_n$? Think about incorporating 2 outcomes after you rolled $n$ times -- either you rolled correctly or you didn't...