Probability Basics
Probability is the mathematics of uncertainty. It gives you a precise way to quantify how likely something is to happen — from predicting coin flips to understanding insurance, medical tests, and financial risk.
In this lesson
1 What Probability Means
Probability is a number between 0 and 1 that measures how likely an event is. 0 means impossible. 1 means certain. 0.5 means equally likely to happen or not happen. Everything else falls between.
The sample space is the set of all possible outcomes. An event is any subset of the sample space. Rolling a die: the sample space is (1, 2, 3, 4, 5, 6). The event "rolling an even number" is (2, 4, 6).
Probability can be thought of as long-run frequency. If you flip a fair coin 10,000 times, you'll get heads very close to 5,000 times — approximately 50%. For a single flip, it's either heads or tails, but the probability describes the expected proportion over many repetitions.
2 Calculating Basic Probability
For equally likely outcomes: P(event) = Number of favorable outcomes / Total number of outcomes.
0.333 or 33.3%Probabilities can be expressed as fractions, decimals, or percentages — they're all equivalent. The sum of probabilities of all possible outcomes must always equal 1 (or 100%).
3 The Addition and Multiplication Rules
Addition rule (OR): P(A or B) = P(A) + P(B) − P(A and B). Subtract the overlap to avoid double-counting.
For mutually exclusive events (can't both happen): P(A or B) = P(A) + P(B). No overlap to subtract.
8/13 ≈ 61.5%Multiplication rule (AND): For independent events (one doesn't affect the other): P(A and B) = P(A) × P(B).
1/4 = 25%4 Conditional Probability
P(A|B) reads "the probability of A given that B has occurred." Knowing B has happened changes (conditions) the probability of A.
Formula: P(A|B) = P(A and B) / P(B)
0.417 ≈ 41.7%Independent events: one doesn't affect the other's probability (coin flips). Mutually exclusive events: they can't both happen (rolling a 3 AND a 5 on one die). These are different concepts. Mutually exclusive events are not independent — if one happens, the other's probability drops to zero.
5 Real-World Applications
Medical testing: if a disease affects 1% of people and a test is 99% accurate, the probability that a positive test means you have the disease is not 99% — it's actually around 50%, due to the large number of false positives from healthy people. This is Bayes' theorem, and misunderstanding it leads to serious medical interpretation errors.
Insurance: premiums are priced based on probability of claims. A car insurer estimates the probability you'll make a claim and the expected cost, then charges slightly more than that to cover overhead and profit. Probability underpins all of actuarial science.
Gambling: every casino game is designed so the house has a positive expected value. The probability of each outcome, combined with the payouts, guarantees the casino profits in the long run — regardless of any individual session's result.
Practice Problems
📚 Further Reading & Resources
Go deeper with these trusted free resources.