SOLUTION: A single die is tossed eleven times. Find the probability that exactly five of the tosses show a "one".

Algebra ->  Probability-and-statistics -> SOLUTION: A single die is tossed eleven times. Find the probability that exactly five of the tosses show a "one".      Log On


   



Question 254859: A single die is tossed eleven times. Find the probability that exactly five of the tosses show a "one".
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A single die is tossed eleven times. Find the probability that exactly five of the tosses show a "one".
----------------
It's a binomial problem with n=11, p=1/6, x = 5
P(x=5) = 11C5(1/6)^5*(5/6)^6 = binompdf(11,1/6,5) = 0.0199
================
Cheers,
Stan H.