Person 1,2 and 3 produce the following proportions of clothes:
Person 1: 10%
Person 2: 30%
Person 3: 60%
The probability they make clothes that are defective are:
Persion 1: 4%
Person 2: 3%
Person 3: 2%
What is the probability a random piece of clothing was made by person 1 if it's defective
I have tried to use this formula but I'm not sure if my reasoning for intersections is correct:
$$ P(F_i|E) =\frac{P(E|F_i) \times P(F_i)}{P(E|F_1) \times P(F_1) + P(E|F_2) \times P(F_2)+ ... + P(E|F_n) \times P(F_n)}$$
So we solve for $P(\text{Person 1|Defective)}$
So, for example for the numerator we'd have $P(\text{Defective|Person 1}) \times P(\text{Person 1})$ $$ P(\text{Defective|Person 1}) = \frac{P(\text{Defective}\cap \text{Person 1})}{P(\text{Person 1})} = \frac{4\% \cap 10\%}{10\%} = \frac{4\%}{10%}$$
I simplified the intersection to this because i visualized person 1 as one big circle labelled with a 10% and the 4% being within that 10%
Plugging that value back into the formula in the numerator, I get:
$$ \frac{4\%}{10\%} \times 10\% = 4\%$$
Is this correct? If I am sure of this then I can finish the problem with more confidence.
There is no need to calculate $\mathsf P(E\mid F_1)$. It is what you were given as the probability of a unit of clothes being defective when it is made by person 1.
You have been given : $\mathsf P(F_1)= 10\% \\ \mathsf P(F_2)=30\% \\ \mathsf P(F_3)=60\%\\\mathsf P(E\mid F_1)=4\%\\\mathsf P(E\mid F_2)= 3\% \\\mathsf P(E\mid F_3)=2\%$
Plug them into the formula to obtain: $$\mathsf P(F_1\mid E) = \dfrac{\mathsf P(E\mid F_1)~\mathsf P(F_1)}{\mathsf P(E\mid F_1)~\mathsf P(F_1)+\mathsf P(E\mid F_2)~\mathsf P(F_2)+\mathsf P(E\mid F_3)~\mathsf P(F_3)}$$