SOLUTION: 4. The manufacturer of a computer component expects that 5% of the components will malfunction before six months. In a random sample of 8 components, what is the probability that a

Algebra ->  Probability-and-statistics -> SOLUTION: 4. The manufacturer of a computer component expects that 5% of the components will malfunction before six months. In a random sample of 8 components, what is the probability that a      Log On


   



Question 852554: 4. The manufacturer of a computer component expects that 5% of the components will malfunction before six months. In a random sample of 8 components, what is the probability that at most 1 will function before six months? (8mrks)-Binomial
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
4. The manufacturer of a computer component expects that 5% of the components will malfunction before six months. In a random sample of 8 components, what is the probability that at most 1 will function before six months?
------------------
Binomial Problem with n = 8 and p(bad) = 0.05
------------------
P(0<= x <=1) = binomcdf(8,0.05,1) = 0.9428
----------------
Cheers,
Stan H.
====================