A container has 55 defective and 3 non defective items. if a sample of 2 items
are drawn one after another without replacement what is the probability that, the
sample will at most one defective
Total number of items N = 55+3 = 58
n=2
Number of ways to select two items
X= number of defective items
P(X≤1) = P(X=0) + P(X=1)
X=0, so there are no defective items
Number of ways to select two non-defective items from 3:
X=1, so one defective item and one non-defective item
Number of ways to select one non-defective item from 3:
Number of ways to select one defective item from 55:
P(X≤1) = 0.001814 + 0.099818 = 0.101632
The probability that, the sample will at most one defective is 0.101632.
Comments
Leave a comment