Probability Calculator

Calculate the probability of an event, odds in favor, odds against, and complement probability. Enter favorable and total outcomes to get instant results.

Related Tools

Enter favorable and total outcomes to calculate probability

Frequently Asked Questions

What is the difference between probability and odds?

Probability is expressed as a fraction from 0 to 1 (or 0–100%). Odds are expressed as a ratio of favorable to unfavorable outcomes. A probability of 0.25 (25%) equals odds of 1:3.

What is the complement rule?

The probability of an event NOT happening equals 1 minus its probability. If there is a 30% chance of rain, there is a 70% chance of no rain.

What is the difference between independent and dependent events?

Independent events do not affect each other (e.g., two coin flips). Dependent events do (e.g., drawing cards without replacement). For independent events, P(A and B) = P(A) × P(B).

Probability: Understanding Chance, Risk, and Decision Making

Probability is the mathematical study of uncertainty — the formal framework for quantifying how likely events are to occur. From everyday decisions (should I bring an umbrella today?) to professional applications (what is the likelihood this medical test is a false positive?), probability reasoning is one of the most practically useful analytical skills available. A strong intuitive and mathematical grasp of probability helps you make better decisions under uncertainty, avoid common cognitive biases, and interpret statistics in news, research, and business contexts more accurately.

Basic Probability Concepts

Probability is expressed as a number between 0 (impossible) and 1 (certain), or equivalently as a percentage between 0% and 100%. The probability of an event equals the number of favorable outcomes divided by the total number of equally likely possible outcomes. The probability of rolling a 4 on a fair six-sided die is 1/6 ≈ 16.7%, because there is 1 favorable outcome and 6 possible outcomes. The probability of rolling an even number is 3/6 = 0.5, because three outcomes (2, 4, 6) are favorable out of six possible.

Complementary probability: the probability of an event NOT occurring is 1 minus its probability. If the chance of rain is 30%, the chance of no rain is 70%. This seems obvious but is surprisingly useful — it is often easier to calculate the probability of the complement and subtract from 1 than to calculate the event probability directly. What is the probability of rolling at least one 6 in three rolls of a die? The complement is rolling no 6 in three rolls: (5/6)^3 = 0.579. So the probability of at least one 6 is 1 - 0.579 = 0.421 or about 42%.

Independent and Dependent Events

Two events are independent if the occurrence of one does not affect the probability of the other. Flipping a coin twice: the second flip's probability is unaffected by the first. For independent events, the probability of both occurring is the product of their individual probabilities. The probability of flipping heads twice: 0.5 × 0.5 = 0.25 or 25%. For dependent events — where the first event changes the conditions for the second — you must use conditional probability: P(A and B) = P(A) × P(B given that A occurred).

The gambler's fallacy is the mistaken belief that past independent events influence future ones. After flipping heads 10 times in a row, many people feel tails is "due" — but the coin has no memory. The probability of the 11th flip being tails is still exactly 50%, regardless of the preceding 10 results. This fallacy affects decisions in gambling, investing, and everyday risk assessment: a stock that has fallen for several consecutive days is not "due" for a rise based purely on the streak. Each day's price change is largely independent of the previous pattern (in an efficient market), and betting on a reversal based on the streak length alone is probabilistically unsound.

Conditional Probability and Bayes' Theorem

Conditional probability — the probability of event B given that event A has already occurred — is written P(B|A) and is fundamental to medical testing, spam filtering, fraud detection, and many other real-world applications. Bayes' theorem provides a formula for updating probabilities as new evidence arrives: P(A|B) = P(B|A) × P(A) / P(B). This allows you to calculate the probability of a cause given an observed effect, using the base rate of the cause and the likelihood of observing the effect under different conditions.

The classic application is medical testing. A cancer screening test with 99% sensitivity (correctly identifies 99% of cases) and 95% specificity (correctly negative 95% of the time) seems highly accurate. But if only 1% of the population has the cancer, a positive test result is still more likely to be a false positive than a true positive. Using Bayes' theorem with a 1% prevalence: of 10,000 people, 100 have cancer and 9,900 don't. The test correctly identifies 99 of the 100 (true positives) and incorrectly flags 495 of the 9,900 (false positives). Among all 594 positive tests, only 99 are true positives — a 16.7% positive predictive value, despite the test's apparent high accuracy. This counterintuitive result — why a seemingly accurate test yields mostly false positives for rare conditions — is one of the most important insights in Bayesian reasoning.

Expected Value: Probability for Decision Making

Expected value (EV) combines probability with the magnitude of outcomes to produce a single number representing the average outcome if the same decision were made many times. EV = Sum of (Probability × Outcome) for all possible outcomes. A lottery ticket that costs and has a 1/100 chance of winning has EV = (1/100 × ) + (99/100 × -) = .00 - .98 = -.98. The ticket has negative expected value — on average, you lose .98 per ticket purchased. Most gambling and lottery games have negative expected value; insurance has negative expected value by design (the insurer must cover costs and profit), but people rationally buy it to avoid catastrophic downside risk.

Expected value thinking is invaluable in business decisions: should we invest in a project with a 40% chance of earning ,000 and a 60% chance of losing ,000? EV = (0.40 × ,000) + (0.60 × -,000) = ,000 - ,000 = ,000. The positive expected value suggests the investment is worth pursuing, assuming the company can withstand the potential loss and the probability estimates are reliable. In practice, risk tolerance, capital constraints, and the number of similar bets you can make all affect whether EV maximization is the right decision framework — but it is an excellent starting point for structuring uncertain decisions.

Probability in Everyday Life

Probability reasoning improves everyday decisions in ways that go beyond formal calculation. Understanding that weather forecasts give probabilities (not certainties) helps you make appropriate preparations without overreacting to every 20% chance of rain. Recognizing base rates — how common an event is in the relevant population — prevents overweighting dramatic anecdotes. Understanding that multiple low-probability independent risks compound over time (the chance of at least one in a series of unlikely events happening) helps you appreciate why redundancy and safety systems matter. And recognizing the limits of small samples — understanding that a short streak of outcomes is poor evidence for the true underlying probability — helps you avoid premature conclusions from limited data.