Can we estimate the minimum and maximum value of the probability of union of three dependent events (each with probability $\frac12$)

calculusmaxima-minimaoptimizationprobabilityprobability theory

I have three dependent events $A,B,C$, each one happens with probability $\frac 12$. I want to estimate the probability of the union of these events, ie.
$$ P_{tot}=P (A\cup B\cup 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 ) \\
=\frac 32 -P (A \cap B) – P (A \cap C) – P (B \cap C) +P (A \cap B \cap C ) $$

If I do not know anything about the probability of the intersection of these events (I mean the last four terms in the above equation), can we estimate the minimum and maximum value that $P_{tot}$ might have?

Best Answer

The minimum would be if they were all the same event, in which case $P(A \cup B \cup C) = \frac 12$. The maximum would be if they covered the sample space, in which case $P(A \cup B \cup C) = 1$. The only bounds you can really get are $$P(A \cup B \cup C) \ge \max(P(A),P(B),P(C))$$ and $$P(A \cup B \cup C) \le P(A) + P(B) + P(C),$$ besides the obvious $P(A \cup B \cup C) \le 1$.

Related Question