The question goes as such: An event A can occur if only one of the mutually exclusive events B1, B2, or B3 occur. Show that
P(A) = P(B1)P(A|B1)+P(B2)(A|B2)+P(B3)*(A|B3)
my working out:
P[A|(B1 U B2 U B3)] = P[A INTERSECT (B1 U B2 U B3)] / P(B1 U B2 U B3)
Confused how to move on...
can someone please explain how Bayes Theorem works, and then how I should follow through this question.
HINT
Since the event $A$ requires any one of the events $B1, B2, B3$ to occur, we have :
$P\left((B1\cup B2\cup B3) ~|~ A\right) = 1$
$\dfrac{P((B1\cup B2\cup B3) ~\cap~ A)}{P(A)} = 1 \implies P(A) = P((B1\cup B2\cup B3) ~\cap~ A) $