SOLUTION: Find the probability of getting three defective items in a batch of ten items if the overall percentage of defects is 40%.

Algebra ->  Probability-and-statistics -> SOLUTION: Find the probability of getting three defective items in a batch of ten items if the overall percentage of defects is 40%.      Log On


   



Question 868351: Find the probability of getting three defective items in a batch of ten items if the overall percentage of defects is 40%.
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p = .40, n = 10
P(x = 3) = binompdf(10, .40, 3)