Math Problem Statement

A company receives large shipments of parts from two sources. 70% of the shipments come from supplier A whose shipments typically contain 10% defectives while the remainders are from supplier B whose shipments typically contain 20% defectives. A manager receives the shipment but doesn’t know the source. Randomly selected 20 items from this shipment are tested and one of the parts is found to be defective. Find probability that this shipment came from the more reliable supplier.

Solution

We can solve this problem using Bayes' Theorem, which is ideal for determining conditional probabilities. Here's the breakdown:

Given:

  • 70% of the shipments come from supplier A (reliable), i.e., P(A)=0.7P(A) = 0.7.
  • 30% of the shipments come from supplier B, i.e., P(B)=0.3P(B) = 0.3.
  • Supplier A’s shipments typically contain 10% defectives, i.e., P(DA)=0.1P(D|A) = 0.1.
  • Supplier B’s shipments typically contain 20% defectives, i.e., P(DB)=0.2P(D|B) = 0.2.
  • Out of 20 parts selected, 1 part is found to be defective.

We need to calculate the probability that the shipment came from supplier A, given that 1 defective part was found. Mathematically, this is P(AD)P(A|D), where DD indicates that 1 defective part is found out of the 20.

Step 1: Applying Bayes' Theorem

P(AD)=P(DA)P(A)P(D)P(A|D) = \frac{P(D|A) \cdot P(A)}{P(D)}

Where:

  • P(DA)P(D|A): Probability of finding 1 defective part in 20 from supplier A.
  • P(DB)P(D|B): Probability of finding 1 defective part in 20 from supplier B.
  • P(D)P(D): Total probability of finding 1 defective part in 20 from either supplier (A or B).

Step 2: Calculating P(DA)P(D|A) and P(DB)P(D|B)

The number of defectives in a sample of 20 follows a binomial distribution. We are interested in the probability of exactly 1 defective part being found, i.e., k=1k = 1 for a binomial distribution.

For supplier A: P(DA)=(201)(0.1)1(0.9)19=20×0.1×(0.9)19P(D|A) = \binom{20}{1} (0.1)^1 (0.9)^{19} = 20 \times 0.1 \times (0.9)^{19}

For supplier B: P(DB)=(201)(0.2)1(0.8)19=20×0.2×(0.8)19P(D|B) = \binom{20}{1} (0.2)^1 (0.8)^{19} = 20 \times 0.2 \times (0.8)^{19}

Step 3: Total probability P(D)P(D)

The total probability P(D)P(D) is a weighted sum of the probabilities for supplier A and supplier B: P(D)=P(DA)P(A)+P(DB)P(B)P(D) = P(D|A) \cdot P(A) + P(D|B) \cdot P(B)

Step 4: Substituting into Bayes' Theorem

Finally, we substitute the values back into Bayes' Theorem: P(AD)=P(DA)P(A)P(D)P(A|D) = \frac{P(D|A) \cdot P(A)}{P(D)}

Let's compute the numerical values.The probability that the shipment came from the more reliable supplier (Supplier A) given that one defective part was found is approximately 91.62%.

Would you like more details or have any questions?

Here are some related questions to deepen your understanding:

  1. What would happen to the probability if two defective parts were found instead of one?
  2. How does the size of the sample affect the probability outcome?
  3. What is Bayes' Theorem, and how is it applied in real-world problems like this?
  4. How would the result change if the defective rates for suppliers A and B were closer?
  5. How can we generalize this approach to shipments with more than two suppliers?

Tip: Bayes' Theorem is particularly powerful for updating probabilities when new evidence is available. It's commonly used in medical diagnosis, spam filters, and reliability testing.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Bayes' Theorem
Binomial Distribution

Formulas

Bayes' Theorem: P(A|D) = [P(D|A) * P(A)] / P(D)
Binomial distribution formula: P(k; n, p) = C(n, k) * p^k * (1 - p)^(n-k)

Theorems

Bayes' Theorem

Suitable Grade Level

Grades 11-12 or College Level