Math Problem Statement

In a factory, machine A produces 40% of the output and machine B produces 60%. On the average, 9 items in 1000 produced by A are defective and 1 item in 250 produced by B is defective. An item drawn at random from a day’s output is defective. What is the probability that it was produced by A or B.

Solution

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
Conditional Probability

Formulas

P(D) = P(D | A) * P(A) + P(D | B) * P(B)
P(A | D) = (P(D | A) * P(A)) / P(D)
P(B | D) = (P(D | B) * P(B)) / P(D)

Theorems

Bayes' Theorem
Law of Total Probability

Suitable Grade Level

Grades 10-12