We have a total of $N$ products, among which $D$ are defective. We randomly select $n$ products. We want to find the probability that exactly $k$ of the selected products are defective, where $k \le D$.
2025/3/12
1. Problem Description
We have a total of products, among which are defective. We randomly select products. We want to find the probability that exactly of the selected products are defective, where .
2. Solution Steps
This is a problem involving combinations. The total number of ways to choose products from is given by the combination formula:
We want to choose exactly defective products out of the defective products, which can be done in ways:
We also need to choose the remaining non-defective products from the non-defective products. This can be done in ways:
The number of ways to choose defective products and non-defective products is the product of these two combinations:
The probability of selecting exactly defective products is the ratio of the number of ways to choose defective and non-defective products to the total number of ways to choose products:
3. Final Answer
The probability that exactly of the selected products are defective is: