Question 704389
the Probability of finding a defect in a metal foil is (.080). if 75 foil samples are inspected, what is the probability that exactly 10 samples have a defect?
-----
Binomial Problem with n = 75 ; p(defect) = 0.080
----
P(x = 10) = 75C10*0.080^10*0.0.92^65 = binompdf(75,0.080,10) = 0.0394
===========
Cheers,
Stan H.
============