SOLUTION: A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting exactly three defects in a a batch.
Algebra ->
Probability-and-statistics
-> SOLUTION: A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting exactly three defects in a a batch.
Log On
Question 1108488: A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting exactly three defects in a a batch. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting exactly three defects in a a batch.
-----
Binomial Problem with n = 64, p = 0.05.
P(x = 3) = 64C3*0.05^3*0.95^61 = binompdf(64,0.05,3) = 0.2279
-----------
Cheers,
Stan H.
---------