How to Calculate Probability: Basic Rules and Real-World Examples

Probability answers a deceptively simple question: how likely is something to happen? Whether you are estimating the odds of rolling a six, the chance that a package arrives on time, or the likelihood that a test result is a false positive, the calculation follows the same few rules. Once you know them, you can work out most everyday probabilities on the back of an envelope.

The Basic Formula

The probability of an event is the number of favorable outcomes divided by the total number of possible outcomes:

P(event) = favorable outcomes / total outcomes

Probabilities range from 0 (impossible) to 1 (certain), and are often written as percentages. Rolling a 4 on a standard six-sided die: 1 favorable outcome out of 6 total, so P = 1/6 ≈ 16.7%.

Rule 1: The Addition Rule (“Or”)

To find the probability of event A or event B, add their individual probabilities — but only if the events are mutually exclusive (they cannot happen at the same time).

  • Rolling a 2 or a 5 on one die: 1/6 + 1/6 = 2/6 = 33.3%
  • If events overlap, subtract the overlap once: P(A or B) = P(A) + P(B) − P(A and B). Drawing a red card or a king from a deck is 26/52 + 4/52 − 2/52 = 28/52.

Rule 2: The Multiplication Rule (“And”)

To find the probability of event A and event B both happening, multiply their probabilities. For independent events (one does not affect the other):

  • Flipping heads twice in a row: 1/2 × 1/2 = 1/4 = 25%
  • Rolling two sixes: 1/6 × 1/6 = 1/36 ≈ 2.8%
  • For dependent events (like drawing cards without replacement), adjust the second probability: drawing two aces from a deck is 4/52 × 3/51 ≈ 0.45%.

Rule 3: The Complement (“Not”)

The probability of something not happening is 1 minus the probability of it happening. This is the single most useful shortcut:

  • Probability of not rolling a 6: 1 − 1/6 = 5/6 ≈ 83.3%
  • Probability of at least one 6 in two rolls: 1 − (5/6 × 5/6) = 1 − 25/36 ≈ 30.6% — much easier than adding up the three overlapping cases.

Real-World Examples

SituationCalculationProbability
Drawing a heart from a full deck13 / 5225%
At least one head in 3 coin flips1 − (1/2)³87.5%
Rolling an even number on one die3 / 650%
Two people in a room of 23 sharing a birthday1 − (364/365 × 363/365 × …)~50.7%
Drawing 2 aces without replacement4/52 × 3/51~0.45%

Common Mistakes to Avoid

  • Adding instead of multiplying for “and” events — the most common error.
  • Forgetting to subtract overlap in “or” questions with non-exclusive events.
  • Assuming independence when events are linked (e.g., weather on consecutive days).
  • Confusing odds with probability: odds of 1:5 means 1 favorable vs 5 unfavorable = 1/6 probability, not 1/5.

Need to crunch the numbers for a statistics problem, a game, or a real decision? The statistics calculator handles means, medians, standard deviations, and more — and if your probability involves percentages, the percentage calculator converts fractions to percentages in one step.

Leave a Reply