Probability Calculator
Calculate probability of single and multiple events. Find probability, complement, and combine independent and mutually exclusive events.
About the Probability Calculator
A probability calculator computes the likelihood of events occurring — single events, combinations of events, conditional probabilities, and more complex scenarios. Probability is the mathematical language of uncertainty, and it underpins everything from casino games and insurance pricing to weather forecasts, medical test interpretation, and investment risk assessment. Our free probability calculator handles the core probability calculations: basic event probability, combined probabilities (AND, OR, NOT), conditional probability (probability of A given B), Binomial distribution (probability of exactly k successes in n independent trials), and expected value calculations. Understanding probability helps you make better decisions under uncertainty — whether you are evaluating the odds of winning a game, interpreting a medical test result, or assessing investment risk. The calculator shows not just the numerical answer but the logical structure of the probability calculation so you understand why the number is what it is.
Formula
P(A AND B) = P(A) x P(B) for independent events | P(A OR B) = P(A) + P(B) - P(A AND B) | P(A|B) = P(A AND B)/P(B)
How It Works
Basic probability: P(event) = number of favourable outcomes / total possible outcomes. Probability of rolling a 4 on a fair die: P = 1/6 = 0.1667 = 16.67%. Combined probabilities: P(A AND B) for independent events = P(A) x P(B). Probability of rolling a 4 twice in a row: 1/6 x 1/6 = 1/36 = 2.78%. P(A OR B) = P(A) + P(B) - P(A AND B). Probability of rolling a 4 or a 6: 1/6 + 1/6 - 0 = 2/6 = 33.3%. P(NOT A) = 1 - P(A). P(not rolling a 4) = 1 - 1/6 = 5/6 = 83.3%. Conditional probability: P(A|B) = P(A AND B) / P(B). Binomial probability: P(X=k) = C(n,k) x p^k x (1-p)^(n-k). Probability of exactly 3 heads in 10 coin flips: C(10,3) x 0.5^3 x 0.5^7 = 120 x 0.125 x 0.0078125 = 11.72%.
Tips & Best Practices
- ✓Independence versus mutual exclusivity are commonly confused: mutually exclusive events cannot both occur (rolling a 4 AND a 6 on one die); independent events do not affect each other's probability (rolling a 4 on die 1 does not change the probability on die 2).
- ✓The complement rule is often the easiest path: instead of calculating the probability of "at least one" of something, calculate 1 minus the probability of "none." P(at least one head in 5 flips) = 1 - P(all tails) = 1 - (0.5)^5 = 1 - 0.031 = 96.9%.
- ✓Base rate neglect is the most common probability error in medical testing: if a disease affects 1% of the population and a test is 99% accurate, a positive test result does not mean a 99% chance of having the disease — Bayes' theorem shows the actual probability is approximately 50% due to the large number of healthy people tested.
- ✓Gamblers fallacy: previous outcomes do not affect the probability of independent future events. After 10 consecutive coin-flip heads, the probability of the 11th being heads is still exactly 50%. Each fair coin flip is completely independent.
- ✓Expected value = Sum of (probability x outcome value) for all possible outcomes. A $1 lottery ticket with a 1-in-1,000,000 chance of a $500,000 prize has expected value = $0.50 — a negative expected value investment (you lose $0.50 on average per ticket).
- ✓Bayesian probability updates: as new evidence arrives, prior probability estimates are updated using Bayes' theorem. This is the mathematical foundation of rational belief updating and is used in spam filters, medical diagnosis algorithms, and AI systems.
- ✓The birthday problem: in a group of only 23 people, there is a greater than 50% probability that two people share the same birthday — a result that surprises most people because it violates intuition about how common coincidences are.
- ✓Monte Carlo simulation: running thousands of random probability trials to estimate complex probabilities that cannot be calculated analytically is used in finance (options pricing), physics, and engineering design.
Who Uses This Calculator
Statistics and probability students use the calculator for homework problems and to develop intuition about how probabilities combine. Poker and card game players calculate pot odds, hand probabilities, and expected value to make mathematically optimal decisions. Medical professionals and patients use conditional probability and Bayes' theorem to correctly interpret diagnostic test results and understand positive predictive value. Insurance actuaries model risk probabilities to price policies and manage portfolios. Financial analysts calculate probability-weighted expected returns and risk scenarios. Game designers verify that their probability systems produce the intended gameplay experience. Scientists calculate the probability that experimental results could occur by chance (p-values) when interpreting research findings.
Optimised for: USA · Canada · UK · Australia · Calculations run in your browser · No data stored
Frequently Asked Questions
How do you calculate probability?
Probability = Favorable Outcomes / Total Possible Outcomes. Flipping heads on a coin = 1/2 = 50%.