SOLUTION: A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting at least three defective calculators in 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 at least three defective calculators in a batch.      Log On


   



Question 868350: A company manufactures calculators in batches of 64 and there is a 5% rate of defects. Find the probability of getting at least three defective calculators in a batch.
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p(def) = .05, n = 64
P(x ≥ 3) = 1 - binomcdf(64, .05, 2)