Let X be number of breakdowns, p=0.2, n=5. Then it is the random variable with the binomial distribution: X∽B(n,p).
The probability of having k breakdowns is P(X=k)=(kn)pk(1−p)n−k
(I) Thee are no breakdowns: P(X=0)=(05)×0.20×0.85=0.85=0.32768
(II) Four machines break down: P(X=4)=(45)×0.24×0.81=5×0.24×0.8=0.0064
(III) All machines break down: P(X=5)=(55)×0.25×0.80=0.25=0.00032
(IV) At least three machines breakdown: P(X≥3)=P(X=3)+P(X=4)+P(X=5)=(35)×0.23×0.82+0.0064+0.00032=10×0.23×0.82+0.00672=0.05792
Answer: (I) 0.32768, (II) 0.0064, (III) 0.00032, (IV) 0.05792.
Comments