SOLUTION: suppose that 5 percent of all items produced are defective out of 15 randomly selected sample items what is the probability that exactly 8 are defective?
Algebra ->
Probability-and-statistics
-> SOLUTION: suppose that 5 percent of all items produced are defective out of 15 randomly selected sample items what is the probability that exactly 8 are defective?
Log On
Question 959189: suppose that 5 percent of all items produced are defective out of 15 randomly selected sample items what is the probability that exactly 8 are defective? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! suppose that 5 percent of all items produced are defective out of 15 randomly selected sample items what is the probability that exactly 8 are defective?
--------------
Binomial Problem with n = 15 and p(defective) = 0.05
----
P(x = 8) = 15C8*0.05^8*0.95*7 = binompdf(15,0.05,8) = 0.000000176
-------------
Cheers,
Stan H.
------------