njama
- 215
- 1
Homework Statement
I am doing some research about cards, and here it is:
P((B_1 \cap B_2) \cup (B_1 \cap B_3) \cup (B_2 \cap B_3) \cup (B_1 \cap B_2 \cap B_3)
where B_{i}, i=1,..,3 is opponent i have AA(aces) or KK(kings).
The expression above means two or more players have AA or KK at same time.
Now let's say there are 3 players.
Homework Equations
P(A \cup B \cub C) = P(A)+P(B)+P(C)-P(A \cap B) - P(A \cap C) - P(B \cap C) + P(A \cap B \cap C)
The Attempt at a Solution
Now I noticed something:
(B_2 \cap B_3) \cup (B_1 \cap B_2 \cap B_3) = (B_2 \cap B_3)
is it valid to do this and write the expression above as:
P((B_1 \cap B_2) \cup (B_1 \cap B_3) \cup (B_2 \cap B_3))=
=P(B_1 \cap B_2)+P(B_1 \cap B_3)+P(B_2 \cap B_3)-
-P((B_1 \cap B_2) \cap (B_1 \cap B_3)) - P((B_1 \cap B_2) \cap (B_2 \cap B_3))-P((B_1 \cap B_3) \cap (B_2 \cap B_3))+
+P((B_1 \cap B_2) \cap (B_1 \cap B_3) \cap (B_2 \cap B_3))=
=P(B_1 \cap B_2)+P(B_1 \cap B_3)+P(B_2 \cap B_3)-2*P(B_1 \cap B_2 \cap B_3)
Is it valid?
Now because the probability is same whether 1st opponent and second have AA or KK or 1st and 3rd have AA or KK:
=3*P(B_1 \cap B_2)-2*P(B_1 \cap B_2 \cap B_3)
Thanks in advance.