How can I calculate the Expected time to roll two dice and get all 1 through 36 combinations?

53 Views Asked by At

If I have two dice and I want to check the expected time it takes for all combinations to appear once, how can I calculate that? I am aware of the calculations for one die using geometric distribution, but how can I calculate with two dice?

1

There are 1 best solutions below

1
On

There are $36$ combinations, each is equally likely. You can do this the same way you calculate it for "one 36-sided die".