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? 
------------------
Binomial Problem with n = 8 and p(bad) = 0.05
------------------
P(0<= x <=1) = binomcdf(8,0.05,1) = 0.9428
----------------
Cheers,
Stan H.
====================