Calculate union, intersection, and compound probabilities for three independent events.
Last updated: March 2026
Three-event probability extends basic probability theory to calculate the likelihood of various combinations when three independent events are involved. This calculator helps determine not just whether individual events occur, but complex scenarios like "all three happen," "exactly two happen," or "at least one happens."
For independent events A, B, and C, the probability calculations follow specific formulas. The intersection (all three occurring) is P(A) × P(B) × P(C). The union (at least one occurring) uses the inclusion-exclusion principle: P(A∪B∪C) = P(A) + P(B) + P(C) − P(A∩B) − P(A∩C) − P(B∩C) + P(A∩B∩C). This accounts for overlaps to avoid double-counting.
These calculations are essential in risk assessment, quality control, reliability engineering, and game theory. For example, calculating the probability that at least one of three backup systems fails, or the chance of winning when you need exactly two out of three events to succeed.
Flipping three fair coins:
Independent events are those where the outcome of one doesn't affect the probability of the others. For example, coin flips are independent, but drawing cards from a deck without replacement is not—the first card affects what's left for the second draw.
Intersection (∩) means 'AND'—all events occur together. Union (∪) means 'OR'—at least one event occurs. P(A∩B∩C) is all three happening; P(A∪B∪C) is one or more happening.
The inclusion-exclusion principle prevents double-counting. When you add P(A) + P(B) + P(C), overlaps are counted multiple times, so you subtract pairwise intersections, then add back the triple intersection which was over-subtracted.
No, this calculator assumes independence. For dependent events, you need conditional probabilities: P(A∩B) = P(A) × P(B|A), where P(B|A) is the probability of B given that A occurred. The formulas become more complex.
'Exactly two' means precisely two events occur and one doesn't. For coins, it's HHT, HTH, or THH—not HHH. It's calculated by adding the probabilities of all combinations where exactly two succeed.
All possible outcomes must sum to 1. Check: P(none) + P(exactly one) + P(exactly two) + P(all three) = 1. For three fair coins: 0.125 + 0.375 + 0.375 + 0.125 = 1.0 ✓
P(at least one) = 1 − P(none). It's often easier to calculate the probability that nothing happens and subtract from 1 than to enumerate all ways at least one thing can happen.
No! Probabilities range from 0 (impossible) to 1 (certain). If your calculation gives a value over 1, there's an error—possibly the events aren't actually independent or there's a calculation mistake.
Related Tools
Basic probability calculations.
P(A|B) calculations.
P(A and B) calculations.
Conditional probability.
Probability-weighted average.
Decision theory.