Question 515232
Normally, only 5% of all cases are deemed defective due to discolorations. 
If 6 such cases are sampled, what is the probability that there will be 0 defective cases if the process is operating correctly? 
What is the probability that there will be exactly 1 defective case?
---
Binomial Problems with n = 6 and p = 0.05
----
P(x = 0) = 0.95^6 = 0.7351
---
P(x = 1) = 6C1(0.05)^(0.95)^5 = 0.2321
==============
Cheers,
Stan H.
==============