njama
- 215
- 1
Homework Statement
I am doing some research about cards, and here it is:
[tex]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)[/tex]
where [tex]B_{i}, i=1,..,3[/tex] 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
[tex]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)[/tex]
The Attempt at a Solution
Now I noticed something:
[tex](B_2 \cap B_3) \cup (B_1 \cap B_2 \cap B_3) = (B_2 \cap B_3)[/tex]
is it valid to do this and write the expression above as:
[tex]P((B_1 \cap B_2) \cup (B_1 \cap B_3) \cup (B_2 \cap B_3))=[/tex]
[tex]=P(B_1 \cap B_2)+P(B_1 \cap B_3)+P(B_2 \cap B_3)-[/tex]
[tex]-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))+[/tex]
[tex]+P((B_1 \cap B_2) \cap (B_1 \cap B_3) \cap (B_2 \cap B_3))=[/tex]
[tex]=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)[/tex]
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:
[tex]=3*P(B_1 \cap B_2)-2*P(B_1 \cap B_2 \cap B_3)[/tex]
Thanks in advance.