Question 199035: Suppose that the probability of producing a defective light bulb is 0.0004. Ten light bulbs are selected at random. What is the probability that the lot of ten contains two defective light bulbs?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Suppose that the probability of producing a defective light bulb is 0.0004. Ten light bulbs are selected at random. What is the probability that the lot of ten contains two defective light bulbs?
-------------------------------
A binomial problem with n=10, p = 0.0004, x = 2
binompdf(10,0.0004,2) = 0.000007177
----------------
Cheers,
Stan H.
|
|
|