Independent solution
How to solve this Conditional Probability question
Answer in brief
List the three mutually exclusive ways that exactly one loss category can occur. The target category alone has probability 0.072 and all exactly-one cases total 0.306, so the conditional probability is 0.235294 and choice B is correct.
Setup
Setup
Write F, W, and T for occurrence of a loss in the first, second, and third categories. Their loss probabilities are the complements of the given no-loss probabilities.
Pr(F)=0.10,Pr(W)=0.10,Pr(T)=0.20 Model
Model
Under independence, multiply across categories for each of the three disjoint exactly-one cases.
Pr(F∩Wc∩Tc)=0.10(0.90)(0.80)=0.072 Pr(Fc∩W∩Tc)=0.90(0.10)(0.80)=0.072 Pr(Fc∩Wc∩T)=0.90(0.90)(0.20)=0.162 Compute
Compute
Add the exactly-one cases for the conditioning probability, then divide the target case by that total.
Pr(exactly one category)=0.072+0.072+0.162=0.306 Pr(F∣exactly one category)=0.3060.072=0.2352941176… Answer
Answer
The conditional probability rounds to 0.235.
0.235(B)