Problem:
Mark has a cursed six-sided die that never rolls the same number twice in a row, and all other outcomes are equally likely. Compute the expected number of rolls it takes for Mark to roll every number at least once.
Problem:
Mark has a cursed six-sided die that never rolls the same number twice in a row, and all other outcomes are equally likely. Compute the expected number of rolls it takes for Mark to roll every number at least once.
Solution:
Suppose Mark has already rolled unique numbers, where . On the next roll, there are possible numbers he could get, with of them being new. Therefore, the probability of getting another unique number is , so the expected number of rolls before getting another unique number is . Since it always takes roll to get the first number, the expected total number of rolls
is .