Final answer:
The probability that none of the 6 tubes sold is defective can be calculated using the hypergeometric distribution formula.
Step-by-step explanation:
This problem is a hypergeometric problem because it involves selecting items from a finite population without replacement. The five reasons why this problem is a hypergeometric problem are:
- The problem involves selecting 6 tubes out of a lot of 18 tubes.
- The selection is done randomly.
- The lot contains 4 defective tubes out of the 18.
- Each selection affects the probability of subsequent selections because it involves sampling without replacement.
- The probability can be calculated using the hypergeometric distribution formula.
To find the probability that none of the 6 tubes sold is defective, we can use the hypergeometric distribution formula:
P(X = 0) = (C(4,0) * C(14,6)) / C(18,6)
Where C(n,r) represents the number of combinations of choosing r items from a set of n items.