Probability Explained — From Coin Flips to Real Life
Probability is the mathematics of uncertainty. It gives us a precise language for talking about how likely things are — from the flip of a coin to medical test results to weather forecasts. It is also an area where human intuition consistently fails, which makes understanding it more valuable than almost any other mathematical concept.
The Basic Definition
Probability is expressed as a number between 0 and 1. Zero means impossible. One means certain. Everything else falls somewhere in between. A probability of 0.25 means something happens one time in four, on average, over many trials.
P(event) = favourable outcomes ÷ total possible outcomes
The probability of rolling a 4 on a standard die: 1 favourable outcome (rolling a 4) ÷ 6 total outcomes = 1/6 ≈ 0.167 or about 16.7%.
The Complement Rule
The probability that something does NOT happen equals 1 minus the probability that it does. P(not A) = 1 − P(A). If there is a 30% chance of rain, there is a 70% chance of no rain. This seems obvious but is frequently useful — it is often easier to calculate the complement and subtract.
Independent vs Dependent Events
Independent events do not affect each other. Flipping a coin twice — the first flip has no effect on the second. The probability of two heads is 0.5 × 0.5 = 0.25. Multiply the individual probabilities.
Dependent events do affect each other. Drawing cards from a deck without replacement — once you remove a card, the probabilities of subsequent draws change. Drawing an ace first (4/52) changes the probability of drawing a second ace (3/51).
The Gambler's Fallacy: after flipping heads ten times in a row, many people feel tails is "due." It is not. Each coin flip is independent. The probability of tails on the eleventh flip remains exactly 50%. Past outcomes cannot influence a future independent event.
Where Human Intuition Fails
The Birthday Problem: In a group of 23 people, there is a greater than 50% chance that two people share a birthday. Most people guess you would need far more. The maths works because we are not looking for a specific birthday — any shared birthday counts, and the number of pairs grows rapidly.
False positive paradox: A medical test that is 99% accurate for a disease that affects 1 in 1,000 people will, if applied to 1,000 people, produce roughly 10 false positives for every 1 true positive. A positive result is more likely to be wrong than right. This is why screening tests need careful interpretation.
Practical Applications
Understanding probability helps you make better decisions under uncertainty — evaluating insurance, understanding medical test results, assessing investment risk, or simply knowing when odds are genuinely in your favour versus when they are not. It will not help you predict the next lottery number. But it will help you understand exactly why you cannot.