Math Problem Statement

State Baye’s theorem. In a bolts factory, missions E1, E2 and E3 manufactures 20%, 30% and 50% of their total output and out of them 6%, 3% and 2% are defective. A Bolt is drawn at random found to be defective. Find the probability that it was manufactured from the mission E1.

Solution

Bayes' Theorem Statement:

Bayes' theorem provides a way to update probabilities based on new evidence. It states that:

P(EiA)=P(AEi)P(Ei)P(A)P(E_i | A) = \frac{P(A | E_i) P(E_i)}{P(A)}

where:

  • P(EiA)P(E_i | A) = Probability that event EiE_i occurred given that AA has occurred.
  • P(AEi)P(A | E_i) = Probability of event AA occurring given that EiE_i has occurred.
  • P(Ei)P(E_i) = Prior probability of event EiE_i.
  • P(A)P(A) = Total probability of event AA occurring.

Step 1: Define Given Data

Let:

  • E1,E2,E3E_1, E_2, E_3 be the events that a bolt is manufactured by missions E1,E2,E3E_1, E_2, E_3, respectively.
  • AA be the event that a randomly drawn bolt is defective.

From the problem:

  • P(E1)=20%=0.2P(E_1) = 20\% = 0.2
  • P(E2)=30%=0.3P(E_2) = 30\% = 0.3
  • P(E3)=50%=0.5P(E_3) = 50\% = 0.5

The probability of producing a defective bolt:

  • P(AE1)=6%=0.06P(A | E_1) = 6\% = 0.06
  • P(AE2)=3%=0.03P(A | E_2) = 3\% = 0.03
  • P(AE3)=2%=0.02P(A | E_3) = 2\% = 0.02

Step 2: Compute Total Probability of Defective Bolt, P(A)P(A)

Using the Law of Total Probability:

P(A)=P(AE1)P(E1)+P(AE2)P(E2)+P(AE3)P(E3)P(A) = P(A | E_1) P(E_1) + P(A | E_2) P(E_2) + P(A | E_3) P(E_3)

P(A)=(0.06×0.2)+(0.03×0.3)+(0.02×0.5)P(A) = (0.06 \times 0.2) + (0.03 \times 0.3) + (0.02 \times 0.5)

P(A)=0.012+0.009+0.01=0.031P(A) = 0.012 + 0.009 + 0.01 = 0.031


Step 3: Compute P(E1A)P(E_1 | A) Using Bayes’ Theorem

P(E1A)=P(AE1)P(E1)P(A)P(E_1 | A) = \frac{P(A | E_1) P(E_1)}{P(A)}

P(E1A)=(0.06×0.2)0.031P(E_1 | A) = \frac{(0.06 \times 0.2)}{0.031}

P(E1A)=0.0120.031=0.387P(E_1 | A) = \frac{0.012}{0.031} = 0.387

Thus, the probability that the defective bolt was manufactured by mission E1E_1 is 0.387 or 38.7%.


Conclusion

There is a 38.7% probability that a randomly selected defective bolt was manufactured by mission E1.

Do you need further details or clarifications?


Related Questions:

  1. How can Bayes' theorem be applied in medical diagnosis?
  2. What is the Law of Total Probability, and how does it work?
  3. How do you calculate conditional probability using Bayes’ theorem?
  4. Can you solve a similar problem with different probabilities?
  5. What are real-world applications of Bayes' theorem in machine learning?

Tip:

Bayes' theorem is widely used in spam filtering, medical diagnosis, and AI-based predictions.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Bayes' Theorem
Law of Total Probability

Formulas

Bayes' theorem: P(E_i | A) = (P(A | E_i) * P(E_i)) / P(A)
Law of Total Probability: P(A) = Σ P(A | E_i) * P(E_i)

Theorems

Bayes' Theorem
Law of Total Probability

Suitable Grade Level

Grades 10-12