Math Problem Statement

In a bolt factory, machines A, B and C manufacture 20%, 30% and 50% of the total of their output and 6%, 3% and 2% are defective. A bolt is drawn at random and found to be defective. Find the probability that it is manufactured from Machine C.

Solution

This problem involves using Bayes' Theorem to find the probability that a defective bolt came from Machine C.

We are given:

  • The probabilities that a bolt comes from each machine:

    • P(A)=0.20P(A) = 0.20 (Machine A manufactures 20% of bolts)
    • P(B)=0.30P(B) = 0.30 (Machine B manufactures 30% of bolts)
    • P(C)=0.50P(C) = 0.50 (Machine C manufactures 50% of bolts)
  • The probabilities that a bolt from each machine is defective:

    • P(DA)=0.06P(D|A) = 0.06 (6% of bolts from Machine A are defective)
    • P(DB)=0.03P(D|B) = 0.03 (3% of bolts from Machine B are defective)
    • P(DC)=0.02P(D|C) = 0.02 (2% of bolts from Machine C are defective)

We are asked to find P(CD)P(C|D), the probability that the bolt came from Machine C given that it is defective.

Bayes' Theorem

Bayes' Theorem states:

P(CD)=P(DC)P(C)P(D)P(C|D) = \frac{P(D|C) P(C)}{P(D)}

Where:

  • P(CD)P(C|D) is the probability the bolt came from Machine C, given that it is defective.
  • P(DC)P(D|C) is the probability that the bolt is defective given it came from Machine C.
  • P(C)P(C) is the probability that the bolt came from Machine C.
  • P(D)P(D) is the total probability that a randomly chosen bolt is defective.

To calculate P(D)P(D), we use the law of total probability:

P(D)=P(DA)P(A)+P(DB)P(B)+P(DC)P(C)P(D) = P(D|A)P(A) + P(D|B)P(B) + P(D|C)P(C)

Step-by-Step Calculation

  1. Calculate P(D)P(D): P(D)=(0.06)(0.20)+(0.03)(0.30)+(0.02)(0.50)P(D) = (0.06)(0.20) + (0.03)(0.30) + (0.02)(0.50) P(D)=0.012+0.009+0.01=0.031P(D) = 0.012 + 0.009 + 0.01 = 0.031

  2. Apply Bayes' Theorem:

P(CD)=(0.02)(0.50)0.031P(C|D) = \frac{(0.02)(0.50)}{0.031} P(CD)=0.010.0310.3226P(C|D) = \frac{0.01}{0.031} \approx 0.3226

Thus, the probability that the defective bolt came from Machine C is approximately 0.3226, or 32.26%.


Do you need further clarification or details on the calculation? Here are some follow-up questions that might interest you:

  1. What is the total probability that a bolt is defective?
  2. How does Bayes' Theorem apply to situations other than defective products?
  3. What happens if the defective rates for each machine were all the same?
  4. How would the probability change if Machine C produced fewer bolts?
  5. Can this method be used for multiple outcomes (i.e., more than three machines)?

Tip: Understanding Bayes' Theorem is essential when dealing with conditional probabilities. It helps to reverse the direction of probability to find the cause (like the machine) when the effect (defect) is known.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Bayes' Theorem
Conditional Probability

Formulas

Bayes' Theorem: P(C|D) = (P(D|C) * P(C)) / P(D)
Law of Total Probability: P(D) = P(D|A)*P(A) + P(D|B)*P(B) + P(D|C)*P(C)

Theorems

Bayes' Theorem

Suitable Grade Level

Grades 10-12