Calculating Conditional Probabilities with Mutually Exclusive Events

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
quantumnano
Messages
4
Reaction score
0
How would I evaluate the following:
P(A|(B or C)) where B and C are two mutually exclusive events.

I have scoured a couple texts and the internet but have made no headway, any insight would be greatly appreciated.

QN
 
Physics news on Phys.org
mathman said:
My guess: P(A|B or C) = P(A|B) + P(A|C) as long as B and C are mutually exclusive.

No. Consider drawing one card from a standard deck.

[tex]\begin{align*}<br /> A & = \text{ card is an Ace}\\<br /> C & = \text{ card is a Club}\\<br /> H & = \text{ card is a Heart}<br /> \end{align*}[/tex]

Then [tex]C, H[/tex] are mutually exclusive. Now

[tex] \begin{align*}<br /> P(A \mid C) & = \frac 1 {13} \\<br /> P(A \mid H) & = \frac 1 {13} \\<br /> P(A \mid C) + P(A \mid H) & = \frac{2}{13} \\<br /> P(A \mid C \cup H) & = \frac{2}{26} = \frac 1{13}<br /> \end{align*}[/tex]

The problem is this (for general events)

[tex] P(A \mid B \cup C) = \frac{P(A \cap (B \cup C))}{P(B \cup C)} = \frac{P(A \cap B)}{P(B) + P(C)} + \frac{P(A \cap C)}{P(B) + P(C)} \tag{1}[/tex]

and there is no simple general way to split (1) into a sum of different fractions where one has denominator [tex]P(B)[/tex] and the other has denominator [tex]P(C)[/tex].