Let ( A_1 ) be the event that the form was checked by the first clerk, and ( A_2 ) be the event that it was checked by the second clerk.
We are given:
- ( P(A_1) = 0.55 ) (the probability that a form is checked by A1)
- ( P(A_2) = 0.45 ) (the probability that a form is checked by A2)
- ( P(\text{error} | A_1) = 0.03 ) (the probability of error given that A1 checked the form)
- ( P(\text{error} | A_2) = 0.02 ) (the probability of error given that A2 checked the form)
We want to find ( P(A_1 | \text{error}) ) and ( P(A_2 | \text{error}) ), the probabilities that the form was checked by A1 and A2, respectively, given that an error was found.
Using Bayes’ Theorem:
[ P(A_1 | \text{error}) = \frac{P(\text{error} | A_1) \cdot P(A_1)}{P(\text{error})} ]
[ P(A_2 | \text{error}) = \frac{P(\text{error} | A_2) \cdot P(A_2)}{P(\text{error})} ]
The total probability of error can be expressed as:
[ P(\text{error}) = P(\text{error} | A_1) \cdot P(A_1) + P(\text{error} | A_2) \cdot P(A_2) ]
Now, you can substitute the given values into these formulas to calculate ( P(A_1 | \text{error}) ) and ( P(A_2 | \text{error}) ).