Conditional probabilities prove false

82 Views Asked by At

I need to show by example that the following formula is not always true:

$P(A ∣ B ∪ C) = P(A ∣ B) + P(A ∣ C), B ∩ C = NULL $

1

There are 1 best solutions below

2
On BEST ANSWER

Let there be one blue card and two red cards. The blue card has a black dot on it. One red card has a black dot and the other a white dot on it. Pick a card at random. Define

$A$ - 'The card is red'
$B$ - 'The card has a white dot on it'
$C$ - 'The card has a black dot on it'

Compute $P(A) = 2/3$, $P(B) = 1/3$, $P(C) = 2/3$. Also $P(A\cap B) = 1/3 $ and $P(A\cap C) = 1/3$. Then $$P(A|B\cup C) = 2/3,\qquad P(A|B) = 1,\qquad P(A|C) = 1/2 $$ so the RHS wouldn't even be a probability.