Question 341498
Find the probability of at least one 3 in 8 rolls of a fair die.
------------------
Binomial Problem with n=8 and p=1/2
---
P(1<= x <=8) = 1- P(x=0)
--
P(at least one 3) = 1 - 8C0(1/2)^0(1/2)^8
---
= 1 - 0.0039
---
= 0.9961
==========
Cheers,
Stan H.