Math Problem Statement

In a lot of 50 cloth 10 cloth are defective. 12 are chosen randomly. What is the probability that 3will be defective?

Solution

To solve this problem, we will use the hypergeometric distribution, as we are drawing from a finite population without replacement.

Given:

  • Total number of cloths, N=50N = 50
  • Number of defective cloths, D=10D = 10
  • Number of cloths chosen, n=12n = 12
  • Number of defective cloths to be chosen, k=3k = 3

Hypergeometric Probability Formula:

The probability of selecting exactly kk defective items from nn chosen items without replacement is given by:

P(X=k)=(Dk)(NDnk)(Nn)P(X = k) = \frac{\binom{D}{k} \binom{N - D}{n - k}}{\binom{N}{n}}

Where:

  • (Dk)\binom{D}{k} is the number of ways to choose kk defective cloths from DD defective cloths.
  • (NDnk)\binom{N - D}{n - k} is the number of ways to choose nkn - k non-defective cloths from the remaining NDN - D non-defective cloths.
  • (Nn)\binom{N}{n} is the total number of ways to choose nn cloths from NN cloths.

Step-by-Step Calculation:

  1. Calculate the combinations:

    • (103)\binom{10}{3} is the number of ways to choose 3 defective cloths from 10.
    • (409)\binom{40}{9} is the number of ways to choose 9 non-defective cloths from 40.
    • (5012)\binom{50}{12} is the total number of ways to choose 12 cloths from 50.
  2. Substitute these values into the formula:

P(X=3)=(103)(409)(5012)P(X = 3) = \frac{\binom{10}{3} \binom{40}{9}}{\binom{50}{12}}

Now, let me calculate these combinations:

(103)=10×9×83×2×1=120\binom{10}{3} = \frac{10 \times 9 \times 8}{3 \times 2 \times 1} = 120 (409)=40×39×38×37×36×35×34×33×329×8×7×6×5×4×3×2×1=635,040,840\binom{40}{9} = \frac{40 \times 39 \times 38 \times 37 \times 36 \times 35 \times 34 \times 33 \times 32}{9 \times 8 \times 7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1} = 635,040,840 (5012)=50×49×48×47×46×45×44×43×42×41×40×3912×11×10×9×8×7×6×5×4×3×2×1=15,890,700,800\binom{50}{12} = \frac{50 \times 49 \times 48 \times 47 \times 46 \times 45 \times 44 \times 43 \times 42 \times 41 \times 40 \times 39}{12 \times 11 \times 10 \times 9 \times 8 \times 7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1} = 15,890,700,800

  1. Now, calculate the probability:

P(X=3)=120×635,040,84015,890,700,800P(X = 3) = \frac{120 \times 635,040,840}{15,890,700,800}

P(X=3)=76,204,900,80015,890,700,8000.479P(X = 3) = \frac{76,204,900,800}{15,890,700,800} \approx 0.479

Conclusion:

The probability that exactly 3 out of the 12 cloths chosen will be defective is approximately 0.479 or 47.9%.


Would you like more details on any part of the calculation, or do you have any questions?

Here are 5 related questions:

  1. What is the general formula for the hypergeometric distribution?
  2. How does the hypergeometric distribution differ from the binomial distribution?
  3. What is the probability of selecting exactly 2 defective cloths?
  4. How would you approach this problem if we were choosing with replacement?
  5. What is the expected number of defective cloths in a sample of 12?

Tip: In problems involving the hypergeometric distribution, ensure you are not confusing it with the binomial distribution, which is used when sampling is done with replacement.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Hypergeometric Distribution

Formulas

Hypergeometric Probability Formula: P(X = k) = (C(D, k) * C(N - D, n - k)) / C(N, n)

Theorems

Hypergeometric Distribution

Suitable Grade Level

Grades 11-12