Probability Calculator
Calculate probabilities for independent events: combined probability of A and B, A or B, neither, and conditional probability.
Inputs
Enter 0.5 or 50 for 50%.
P(A AND B)
โ
P(A OR B)
โ
P(NEITHER A NOR B)
โ
P(exactly one)
โ
P(NOT A)
โ
Odds of A AND B
โ
About Probability Calculator
Assuming independence
These formulas assume A and B are independent โ one doesnโt affect the other. If events are dependent (e.g., card draws without replacement), use conditional probability: P(A AND B) = P(A) ร P(B|A).
P(A OR B) โ why subtract?
P(A) + P(B) double-counts the overlap. Subtracting P(A AND B) removes the double-count. This is the inclusion-exclusion principle.
Common applications
Reliability engineering (probability a system fails). Disease screening (true positive rates). Insurance (probability of multiple claims). Games (chance of getting at least one specific card in N draws).