Probability is the branch of mathematics that measures how likely an event is to occur, expressed as a number between 0 (impossible) and 1 (certain). This lesson introduces the essential vocabulary and rules that everything else in probability theory is built on, using simple, concrete examples — coin flips, dice rolls, and playing cards — so the ideas stay grounded rather than abstract.
The lesson starts with the sample space, the set of every possible outcome of a random experiment (for a coin flip, that's {heads, tails}; for a standard die, {1, 2, 3, 4, 5, 6}). From there it introduces events as subsets of the sample space, and the classical probability formula P(A) = n(A)/n(S), which only applies when every outcome in a finite sample space is equally likely — a condition that is easy to forget and worth stating explicitly.
Two of the most commonly confused ideas in an introductory course are mutually exclusive events and independent events, and this lesson keeps them clearly separated. Mutually exclusive events cannot happen at the same time (rolling a 2 and rolling a 5 on a single die), so their union is simply the sum of their individual probabilities. Independent events, by contrast, are events where the outcome of one has no bearing on the other (flipping a coin and then rolling a die) — here the joint probability is the product of the individual probabilities, P(A ∩ B) = P(A) · P(B). A learner who mixes these two up is one of the most frequent sources of error at this level, so both the quiz and the flashcard deck reinforce the distinction with side-by-side comparisons.
The lesson also covers the complement rule (P(Aᶜ) = 1 − P(A)) and the general addition rule, P(A ∪ B) = P(A) + P(B) − P(A ∩ B), applied to a classic card-deck example: the probability of drawing a Heart or a King from a standard 52-card deck, where the King of Hearts must be subtracted once to avoid double-counting. It closes with sampling without replacement — picking colored marbles from a bag one at a time — to show how probabilities change once an outcome has already occurred, a natural bridge toward conditional probability.
Zestly creates this quiz, its companion 12-card flashcard deck, and an interactive oral exam automatically from a short topic description, and every question below carries a plain-language explanation so a learner who misses a question immediately sees why the right answer is right. Anyone studying for a first statistics course, an introductory data science module, or a probability unit in high school math will find this a solid, focused review of the fundamentals — no calculus and no advanced combinatorics required.
Probability theory formalizes the study of randomness and uncertainty. Its modern axiomatic foundation, laid out by Andrey Kolmogorov in 1933, defines a probability as a number between 0 and 1 assigned to each event in a sample space, such that the probability of the entire sample space is 1 and the probabilities of mutually exclusive events add together. From these few axioms, all the standard tools of the subject can be derived: the complement rule, the addition rule for combining events, and the multiplication rule for combining independent or dependent events. Two events are independent when the occurrence of one has no effect on the probability of the other; they are mutually exclusive when they cannot both occur in the same trial — a distinction that is often confused by beginners but has very different mathematical consequences. Classic teaching examples — coins, dice, and card decks — remain popular because their outcomes are simple to enumerate exactly, which makes the underlying formulas easy to verify by direct counting before moving on to more abstract applications such as statistics, genetics, insurance, and machine learning.