Probability of 3 Events Calculator
Enter the probability of three independent events to find P(all), P(at least one), P(none), and P(A union B union C).
What is the Probability of 3 Events?
When three separate events A, B, and C can each independently occur or not occur, you often need to answer four distinct questions: What is the probability that all three happen? What is the probability that at least one happens? What is the probability that none happen? And what is the probability that A, B, or C (or some combination) happen, expressed as the union?
For independent events — meaning the occurrence of one event has no effect on the probability of the others — the mathematics is elegant and systematic. The probability that all three events occur simultaneously is simply the product of their individual probabilities: P(A) × P(B) × P(C). This is the multiplication rule for independent events extended from two events to three.
The probability that at least one event occurs is best computed using the complement rule: instead of laboriously adding all the ways at least one can happen (exactly one, exactly two, or all three), you compute P(none) and subtract from 1. P(none) = (1−P(A)) × (1−P(B)) × (1−P(C)), then P(at least one) = 1 − P(none). This is one of the most powerful shortcuts in probability theory.
The union P(A ∪ B ∪ C) uses the inclusion-exclusion principle, one of the cornerstones of combinatorics and probability. You start by adding all three individual probabilities, subtract each pairwise intersection (which you have double-counted), then add back the triple intersection (which you have subtracted once too many). The formula is: P(A) + P(B) + P(C) − P(A∩B) − P(A∩C) − P(B∩C) + P(A∩B∩C).
Real-world applications of three-event probability are widespread. Risk analysts compute the probability that three independent systems all fail (reliability engineering). Medical researchers ask: given a 70% chance of test A detecting disease, 60% for test B, and 80% for test C, what is the probability at least one test detects it? Sports analysts estimate the probability that three different athletes all perform above their expected level in the same game. Financial modelers assess the joint probability of three market conditions occurring simultaneously.
Formulas
All three events (joint probability):
None of the three events:
At least one event occurs:
Union (A or B or C or any combination):
Note: For independent events, P(A∩B) = P(A)×P(B), P(A∩C) = P(A)×P(C), P(B∩C) = P(B)×P(C), and P(A∩B∩C) = P(A)×P(B)×P(C).
How to Use This Calculator
- Enter P(A), P(B), and P(C) as percentages (e.g., 60 for 60%, not 0.60). All three events must be independent of each other.
- Values must be between 0 and 100 inclusive. A value of 0 means the event never occurs; 100 means it always occurs.
- Click Calculate to see all four probability measures simultaneously: P(all), P(at least one), P(none), and P(union).
- Interpret the results: P(union) equals P(at least one) for independent events. P(all three) will always be the smallest value; P(at least one) will always be the largest.
- Verify: P(at least one) + P(none) must equal exactly 100%. If your results do not sum to 100%, recheck your inputs.