SOLUTION: A fair die is to be rolled 12 times. What is the probability of getting at most two fives?

Algebra ->  Probability-and-statistics -> SOLUTION: A fair die is to be rolled 12 times. What is the probability of getting at most two fives?      Log On


   



Question 822691: A fair die is to be rolled 12 times. What is the probability of getting at most two fives?
Found 2 solutions by stanbon, ewatrrr:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A fair die is to be rolled 12 times. What is the probability of getting at most two fives?
---------------------
Binomial Problem with n = 12 and p(5) = 1/6
----
P(0<= x <=5) = binomcdf(12,1/6,5) = 0.9921
===========
Cheers,
Stan H.
==============

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
A fair die is to be rolled 12 times. p(rolling a five) = 1/6
BINOMIAL Distribution P(x) = nCx* p%5Ex%2Aq%5E%28n-x%29
where p and q are the probabilities of success and failure respectively.
In this case p = 1/6 & q = 5/6 & n = 12 nCx = n%21%2F%28x%21%28n-x%29%21%29
For ex: P(rolling 12 fives) =%281%2F6%29%5E12
Recommend using Your TI calculator for cumulative probabilities.
and stattrek.com as an excellent reference.
What is the probability of getting at most two fives? binomcdf(12, 1/6, 2)