Historical Context & Motivation
Humans have been making bets and playing games of chance for thousands of years, yet it took surprisingly long for anyone to develop a rigorous way to measure how likely an outcome really is. Ancient civilizations rolled dice made from animal bones, but they relied on superstition rather than mathematics to predict results. The formal study of probability only began in the 1600s, when gamblers turned to mathematicians for an edge at the card table.
The central question that drove all of this work is deceptively simple: If I know every possible outcome, how do I assign a number to the chance that a particular outcome occurs? That question is exactly what this lesson answers. By the end, you will be able to list a sample space, identify simple events, and compute their probabilities with confidence.
Core Principles & Definitions
Before calculating any probability, you need a clear vocabulary. The ideas below form the building blocks of every probability problem you will encounter in this course and beyond.
Experiment
Outcome
Sample Space (S)
Event
Probability
Visual Explanation — Mapping a Sample Space
The diagram below shows the sample space for rolling a single standard six-sided die. Each face is an equally likely outcome. The highlighted region represents the event "rolling an even number," which includes the outcomes {2, 4, 6}. Notice how the probability is simply the count of highlighted outcomes divided by the total count.
The diagram makes an important principle visible: when every outcome in the sample space is equally likely, probability is just a ratio. Count the outcomes that satisfy your event, count the total outcomes, and divide. This ratio always falls between 0 and 1, where 0 means the event is impossible and 1 means it is guaranteed.
Mathematical Framework
The classical probability formula is the cornerstone of this lesson. It applies whenever the outcomes in the sample space are equally likely — meaning no single outcome is more or less probable than any other.
These three formulas cover the majority of problems you will face. The classical formula works when you can list outcomes and know they are equally likely. The complement rule offers a shortcut: sometimes it is easier to find the probability of what you don't want and subtract from 1. The experimental formula handles real-world data or computer simulations where theoretical calculations may not be practical.
Theoretical vs. Experimental Probability
There are two main approaches to finding the probability of a simple event. Theoretical probability uses reasoning about the structure of the sample space — you count outcomes without performing the experiment. Experimental probability (also called empirical probability) is based on data collected from actual trials or simulations. Understanding when and why to use each approach is essential.
| Feature | Theoretical Probability | Experimental Probability |
|---|---|---|
| Based on | Logical analysis of the sample space | Observed data from trials or simulations |
| Requires | All outcomes to be equally likely and countable | Running the experiment many times |
| Example | P(heads) = 1/2 for a fair coin | Flipped a coin 200 times; got 106 heads → 106/200 = 0.53 |
| Best used when | You can list every outcome (dice, cards, spinners) | Outcomes aren't equally likely, or the situation is too complex to model |
Worked Example — Drawing from a Bag of Marbles
A bag contains 5 red marbles, 3 blue marbles, and 2 green marbles. You draw one marble at random without looking. What is the probability of drawing a blue marble? What is the probability of not drawing a blue marble?
Strengths, Limitations & Common Errors
The classical probability formula is elegant and powerful, but it does have boundaries. Recognizing when the formula applies — and when it doesn't — will save you from common mistakes.
| Strengths | Limitations |
|---|---|
| Simple to compute: just count and divide. | Only works when outcomes are equally likely. A weighted die breaks the formula. |
| No experiment needed — pure reasoning gives an exact answer. | Requires that you can list every outcome, which is hard for very large or infinite sample spaces. |
| Works beautifully for dice, coins, cards, spinners, and lotteries. | Real-world events (e.g., weather, sports) rarely have equally likely outcomes. |
| The complement rule provides a handy shortcut for 'at least one' problems. | Students sometimes confuse the number of event types with the number of outcomes (e.g., saying P(even) = 1/2 'because there are 2 options: even or odd'). |
Connection to Compound Events & Advanced Probability
Simple event probability is the starting point for a much richer set of tools. Once you are comfortable computing P(A) for a single event, you will move on to compound events — situations involving two or more events combined with "and" or "or." The table below previews how this lesson's ideas connect to topics you'll see next.
| This Lesson (Simple Events) | Coming Next (Compound Events) |
|---|---|
| One event A from one experiment | Two events A and B — are they independent? |
| P(A) = favorable ÷ total | P(A and B) = P(A) × P(B) if independent |
| Complement: P(not A) = 1 − P(A) | Addition Rule: P(A or B) = P(A) + P(B) − P(A and B) |
| Sample space listed as a set | Tree diagrams and two-way tables to organize larger sample spaces |
Every advanced probability concept ultimately builds on what you learned today: defining a sample space, identifying favorable outcomes, and computing a ratio. Master this foundation, and the transition to compound events, conditional probability, and eventually statistical inference will feel natural.
Practice Problems
Lesson Summary
In this lesson you learned to compute probabilities of simple events by identifying the sample space — the complete set of equally likely outcomes — and then applying the classical probability formula: P(A) = favorable outcomes ÷ total outcomes. You also explored the complement rule — P(not A) = 1 − P(A) — which provides a powerful shortcut when it is easier to count what you don't want.
You distinguished between theoretical probability, which relies on logical analysis of a balanced sample space, and experimental probability, which uses data from repeated trials or simulations. The Law of Large Numbers guarantees that experimental probability converges toward the theoretical value as the number of trials grows. With these tools, you are prepared to tackle compound events and more advanced probability topics ahead.