2026-04-10

Problem — 2026-04-10

Medium

Mediumprobability

You roll a fair die repeatedly until you have seen both a 11 and a 66 at least once. What is the expected number of rolls?

Enter a number

Show solution
Let E0E_0 be the expected rolls from the start (seen neither). Let E1E_1 be the expected additional rolls after seeing exactly one of {1,6}\{1, 6\}. From E1E_1: each roll has 16\frac{1}{6} chance of seeing the missing value, so E1=6E_1 = 6. From E0E_0: each roll has 26=13\frac{2}{6} = \frac{1}{3} chance of seeing a 11 or 66. So E0=1+23E0+13E1E_0 = 1 + \frac{2}{3}E_0 + \frac{1}{3}E_1, giving E03=1+2=3\frac{E_0}{3} = 1 + 2 = 3, so E0=9E_0 = 9.