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) (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.
|
|
|