OR Probability Calculator
Calculate probabilities for A or B, both events, exactly one event, and neither event using union and intersection formulas.
What OR Probability Means
OR probability asks for the chance that at least one of two events happens. In set notation, this is the union of events $A$ and $B$, written as $A \cup B$. It includes outcomes where only $A$ happens, only $B$ happens, and both happen together.
OR Probability Formula
The main formula is:
$$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$
You subtract the overlap once because adding $P(A)$ and $P(B)$ counts the intersection twice.
Independent vs Mutually Exclusive Events
If the events are independent, then:
$$P(A \cap B) = P(A) \times P(B)$$
If the events are mutually exclusive, they cannot happen together, so:
$$P(A \cap B) = 0$$
This calculator supports both cases and also lets you enter a custom overlap when you already know $P(A \cap B)$.
What This OR Probability Calculator Returns
- $P(A \cup B)$, the chance that at least one event occurs;
- $P(A \cap B)$, the chance that both occur;
- The probability that exactly one event occurs;
- The probability that neither event occurs; and
- The complements $P(A')$ and $P(B')$.
Related Probability Tools
If you want broader probability help, check the Probability Calculator, Odds Probability Calculator, and Bayes Theorem Calculator.
Frequently Asked Questions
What is the difference between OR and AND probability?
OR probability means at least one event happens. AND probability means both events happen together.
When can I multiply probabilities?
You can multiply probabilities for the intersection when the events are independent, so $P(A \cap B) = P(A)P(B)$.
What if two events are mutually exclusive?
Then they cannot overlap, so $P(A \cap B) = 0$ and the union becomes $P(A \cup B) = P(A) + P(B)$.
Can OR probability ever be greater than 1?
No. A valid probability must stay between 0 and 1. If your inputs produce a value above 1, the overlap is inconsistent with the event probabilities.