87.2k views
2 votes
An unbiased cubic die has numbers 1 to 6 inscribed on each side. on average, how many rolls will you need in order to get a 6?

1 Answer

3 votes
(5/6)^x < 0.5
x = ceiling( log(0.5) / log(5/6) )
x = 4

Here I worked it out, hopefully this helps :)

User Shahid Iqbal
by
8.6k points