The weather forecast says there's a "70% chance of rain." A doctor says your test has a "5% false positive rate." A card game has a "one in four chance of drawing a heart." Probability is everywhere — and yet many people have a deeply unreliable intuition about it. Our brains are, frankly, not naturally good at probability. But the maths is accessible, and once you understand it, you make genuinely better decisions.
What Is Probability?
Probability is a measure of how likely an event is to occur, expressed as a number between 0 and 1 (or equivalently, 0% to 100%). A probability of 0 means impossible. A probability of 1 means certain. A probability of 0.5 means a 50-50 chance.
Basic formula: P(Event) = Number of favourable outcomes ÷ Total number of possible outcomes
Rolling a standard six-sided die and getting a 4: 1 favourable outcome, 6 total outcomes = P(4) = 1/6 ≈ 0.167 ≈ 16.7%
Calculating Percentages in Probability Context
You can use our percentage calculator to convert between fraction, decimal, and percentage forms of probability. 1/4 = 0.25 = 25%. 3/8 = 0.375 = 37.5%. Being comfortable moving between these forms is important when working through probability problems.
Multiple Events: AND (Both Happening)
When you want to know the probability of two independent events both occurring, multiply their probabilities.
P(A and B) = P(A) × P(B) — for independent events
Example: What's the probability of flipping heads twice in a row? P(heads) = 0.5 on each flip. P(heads AND heads) = 0.5 × 0.5 = 0.25 (25%).
The key word is "independent" — the outcome of the first event doesn't affect the second. Rolling dice and flipping coins are independent. Drawing cards without replacement is NOT independent (covered below).
Our percentage calculator can help with the arithmetic once you have the probability fractions set up.
Multiple Events: OR (At Least One Happening)
P(A or B) = P(A) + P(B) − P(A and B)
Example: In a standard deck of 52 cards, what's the probability of drawing a heart or a king?
- P(heart) = 13/52 = 0.25
- P(king) = 4/52 = 0.077
- P(king of hearts) = 1/52 = 0.019 (it's both — count it twice otherwise)
- P(heart or king) = 0.25 + 0.077 − 0.019 = 0.308 ≈ 31%
Conditional Probability
Conditional probability asks: given that something has already happened, what's the probability of something else? Written as P(A|B) — "probability of A given B has occurred".
Example: Drawing cards without replacement. If you draw one card and it's a heart, what's the probability that the next card is also a heart?
P(2nd heart | 1st heart) = 12/51 (there are 12 hearts left in 51 remaining cards) ≈ 23.5%
Compare to the unconditional probability of 13/52 = 25%. The first event changed the probability of the second — they are not independent.
Common Probability Mistakes
- The Gambler's Fallacy: After a coin lands heads 7 times in a row, many people feel a tails is "due." It isn't — each flip is independent. The probability of tails is still 50%.
- Confusing P(A|B) with P(B|A): "The probability it rains given it's cloudy" is not the same as "the probability it's cloudy given it's raining." This confusion is at the heart of many medical testing misinterpretations.
- Ignoring the base rate: A test that is 99% accurate for a disease that affects 0.1% of the population still produces mostly false positives. Base rates matter enormously in medical probability.
Probability in Everyday Decisions
Understanding probability helps with better decisions around insurance ("is this extra cover worth it?"), gambling ("does this bet have positive expected value?"), and risk assessment in general. Expected value — P(outcome) × value of outcome — is the basic tool for evaluating any probabilistic decision.
Most of our intuitive probability judgements are biased by recent events, emotional salience, and the availability heuristic. The maths doesn't lie. When the stakes matter, use the formula.
Further reading: Khan Academy's probability unit covers everything from basics to conditional probability. Explore probability at Khan Academy.
