Final answer:
To find the probability that a sample of 3 items contains exactly 1 defective item, we can use the binomial distribution. If sampling is done with replacement, the probability is approximately 0.3600. If sampling is done without replacement, the probability is approximately 0.4074.
Step-by-step explanation:
To find the probability that a sample of 3 items contains exactly 1 defective item, we can use the binomial distribution.
(a) If the sampling is done with replacement, the probability of selecting a defective item is 6/15. Let X be the number of defective items in the sample. X can take on the values 0, 1, 2, or 3.
We want to find P(X = 1).

≈ 0.3600
(b) If the sampling is done without replacement, the probability of selecting a defective item decreases with each selection.
Let X be the number of defective items in the sample. X can take on the values 0, 1, 2, or 3.
We want to find P(X = 1).
P(X = 1) = (6 choose 1)(9 choose 2)/(15 choose 3)
≈ 0.4074