SOLUTION: 5% of workers are absent.what is the probability that 10 of selected workers at rondom, and finding 2 of them are absent?

Algebra ->  Probability-and-statistics -> SOLUTION: 5% of workers are absent.what is the probability that 10 of selected workers at rondom, and finding 2 of them are absent?       Log On


   



Question 571925: 5% of workers are absent.what is the probability that 10 of selected workers at rondom, and finding 2 of them are absent?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
5% of workers are absent.what is the probability that 10 of selected workers at random, and finding 2 of them are absent?
----
Binomial Problem with n = 10 and p(absent) = 0.05
---
P(x = 2) = 10C2*0.05^2*0.95^8 = binompdf(10,0.05,2) = 0.0746
============
Cheers,
Stan H.
=================