Probability Calculator
Two events and four questions: either happens, both happen, one given the other, or neither. Below that, the binomial block answers the repeated-trials question — what are the odds of exactly k successes in n attempts.
Events
Enter probabilities as decimals (0.25) or percentages (25).
Binomial — n trials at P(A)
Independent is not the same as mutually exclusive
These two get confused constantly and they are close to opposites. Independent means knowing one happened tells you nothing about the other, so P(A and B) = P(A) × P(B). Mutually exclusive means they cannot both happen, so P(A and B) = 0 — and that makes them maximally dependent, because learning A happened tells you B definitely did not.
Rolling a 6 and drawing an ace are independent. Rolling a 6 and rolling a 3 on the same die are mutually exclusive. Treating the second pair as independent would give 1/6 × 1/6 for something that can never occur.
The "at least one" trick
Almost every "what are the chances of at least one" question is easier answered backwards. P(at least one) = 1 − P(none). For n independent attempts each with probability p, that is 1 − (1 − p)n. Ten attempts at 10% each gives 65%, not 100% — a result that catches people out because the naive sum of probabilities happens to reach exactly 1.
Conditional probability and the base rate
P(A | B) = P(A and B) / P(B). The denominator is the trap: it restricts the world to cases where B happened, which can change the answer enormously when B is rare. This is why a test that is "99% accurate" for a disease affecting 1 in 10,000 people still produces mostly false positives — the base rate dominates, and the conditional formula is where that becomes visible.
Binomial: repeated identical trials
The binomial block assumes n independent trials, each with the same success probability, each with only two outcomes. P(exactly k) = C(n,k) pk (1−p)n−k. Break any of those assumptions — trials that influence each other, a probability that drifts — and the model quietly stops applying even though it still returns a number.
Frequently Asked Questions
How do I find the probability of A or B?
What is the probability of at least one success in n tries?
Can a probability be greater than 1?
What does the binomial standard deviation tell me?
Sources
Official publications only. Links open the original document in a new tab.
- National Institute of Standards and Technology Special Publication 811 — Guide for the use of the SI Significant figures and rounding conventions
- National Institute of Standards and Technology CODATA fundamental physical constants Values of the fundamental physical constants