Factories $A$ and $B$ produce computers. Factory $A$ produces $4$ times as many computers as factory $B$. The probability that an item produced by factory $A$ is defective is $0.014$, while the probability that an item produced by factory $B$ is defective is $0.048$.
A computer is selected at random and it is found to be defective. What is the probability it came from factory $A$?
I have figured that the fact that factory $A$ produced $4$ times as many computers does not factor into the question.
Let $P(A) = 0.014$ Let $P(B) = 0.048$
$P(A) = P(A ∩ B) + P(A ∩ Bc)$
I rearranged the equation to find the Probability of A and B compliment to find the answer.
$$P(A ∩ Bc) = P(A) - P(A ∩ B) = 0.014 - (0.014 \cdot 0.048) = 0.013328$$
What is the correct answer and solution?