Tom K. answered 04/30/20
Knowledgeable and Friendly Math and Statistics Tutor
1 - P(0) - P(1)
The old-fashioned way is to calculate P(0) and P(1) using the binomial distribution.
P(0) = C(10,0)(1/6)0(5/6)10 = (5/6)10 (We can figure out this formula without first using the long-form, but I show this for completeness.)
P(1) = C(10,1)(1/6)1(5/6)9 = 10 (1/6)1(5/6)9 = 2(5/6)(5/6)9 = 2(5/6)10
1 - P(0) - P(1) = 1 - (5/6)10 - 2(5/6)10 = 1 - 3(5/6)10 = 1 - 5^10/2*6^9 = 1 - 9765625/20155392 =
10389767/20155392 = 0.515483251330463
In this day of statistical calculators or Excel, the easier way would be either to use
1 - binom.dist(1,10,1/6,1) = 0.515483251330463 or, equivalently,
binom.dist(8,10,5/6,1) = 0.515483251330463 (between 0 and 8 times, not rolling a 6)