Historical Context & Motivation
Humans have been gambling for thousands of years, but it wasn't until the 1600s that mathematicians began to develop a formal way to measure whether a game was fair. The central question was surprisingly simple: if you play a game over and over again, how much should you expect to win (or lose) on average? This question gave birth to one of the most powerful ideas in all of probability — the concept of expected value.
The story begins with a famous puzzle known as the Problem of Points. Two players are in the middle of a game of chance when it gets interrupted. How should they divide the prize money based on each player's probability of winning? This seemingly simple question stumped thinkers for decades, until a legendary exchange of letters cracked it open.
Today, expected value is used far beyond gambling. Insurance companies use it to set premiums, businesses use it to evaluate risky investments, and scientists use it to model everything from weather patterns to genetics. The core question remains the same: if a random process repeats many times, what single number best predicts the average outcome?
Core Principles & Definitions
Before diving into calculations, you need a few foundational ideas. Expected value builds on concepts you already know from basic probability — outcomes, probabilities, and the idea that some outcomes happen more often than others. The magic of expected value is that it combines all of these into a single, meaningful number.
Discrete Random Variable
Probability Distribution
Weighted Average
Long-Run Average
Visualizing Expected Value
One of the best ways to understand expected value is to see it as the balance point of a probability distribution. Imagine placing weights on a number line — heavier weights at more probable outcomes. The expected value is the point where the number line would perfectly balance, like a seesaw's fulcrum.
In the diagram above, the distribution is perfectly symmetric, so the expected value lands right at the center. But what happens when the distribution is skewed? If the probability of outcome 5 were much higher than the others, the balance point would shift to the right. The expected value always "slides" toward outcomes that are more probable — they have more weight pulling the fulcrum in their direction.
The Mathematical Framework
Now that you have the intuition, let's translate it into a formula. Computing expected value is straightforward: multiply each outcome by its probability, then add all the products together. The result is a single number that represents the theoretical long-run average.
Step-by-Step Breakdown
Let's walk through how to set up and compute expected value using a concrete scenario. Imagine a carnival game where a spinner lands on different dollar amounts. The following diagram shows the computation process from start to finish.
| Outcome (x) | Probability P(x) | x · P(x) |
|---|---|---|
| $0 | 0.50 | $0.00 |
| $1 | 0.25 | $0.25 |
| $5 | 0.15 | $0.75 |
| $20 | 0.10 | $2.00 |
| Total | 1.00 | E(X) = $3.00 |
Notice how the $20 outcome, despite being the least likely at only 10%, contributes $2.00 to the expected value — the largest single contribution. This illustrates a key idea: even rare outcomes can significantly influence the expected value if their payoff is large enough. Meanwhile, the most common outcome ($0 with 50% probability) contributes nothing because its value is zero.
Worked Example — Is This Game Fair?
A local fundraiser offers a dice game. You pay $4 to play. You roll a standard six-sided die, and the payout depends on the result: roll a 6 and win $15, roll a 4 or 5 and win $6, roll anything else and win $0. Is this game worth playing? Let's find the expected value of your net gain (winnings minus the cost to play).
Strengths & Limitations of Expected Value
Expected value is an incredibly useful tool, but like any mathematical concept, it has both strengths and limitations. Understanding these will help you know when to rely on expected value and when you need additional information to make good decisions.
| Strengths | Limitations |
|---|---|
| Reduces a complex probability distribution to a single, easy-to-interpret number. | Tells you nothing about variability — two distributions can have the same E(X) but very different spreads. |
| Enables direct comparison between different options (e.g., which game is more profitable). | Only meaningful for repeated trials. For a one-time decision, the long-run average may not reflect your actual experience. |
| Guaranteed to match the actual average as trials increase (Law of Large Numbers). | Can be misleading if the distribution is heavily skewed by extreme outliers (e.g., lottery jackpots). |
| Foundation for more advanced concepts like variance, standard deviation, and decision theory. | Doesn't account for human risk preferences — losing $100 often "feels" worse than winning $100 feels good. |
Connection to Advanced Concepts
Expected value is the starting point for a rich family of statistical concepts. Once you master E(X), you'll be ready to tackle tools that measure not just the center of a distribution, but its shape and spread. Here's a preview of how expected value connects to what you'll learn next.
| Concept | What It Measures | How It Relates to E(X) |
|---|---|---|
| Variance | How spread out outcomes are from the expected value | Computed as E[(X − E(X))²] — the expected value of squared deviations |
| Standard Deviation | Average distance from the mean, in the original units | Square root of variance — makes spread interpretable |
| Law of Large Numbers | The theoretical guarantee behind long-run averages | Proves that sample averages converge to E(X) as trials increase |
| Continuous E(X) | Expected value when outcomes form a continuous range | Uses integration instead of summation — requires calculus |
In your current course, you'll work with discrete distributions where the outcomes are countable and the probabilities sum to 1. Later in AP Statistics or college-level courses, you'll extend expected value to continuous distributions using integral calculus. The good news is that the core intuition — weighting outcomes by how likely they are — stays exactly the same.
Practice Problems
Lesson Summary
Expected value is the weighted average of all possible outcomes of a discrete random variable, where each outcome is weighted by its probability. The formula E(X) = Σ xᵢ · P(xᵢ) tells you to multiply each outcome by how likely it is, then add the products together. The result is a single number representing the long-run average — the value the actual average approaches as the experiment is repeated many times.
Key things to remember: expected value does not need to be a possible outcome (like 3.5 on a die). Always check that your probabilities sum to 1 before computing E(X). A fair game has an expected net gain of zero. Positive expected value favors the player; negative expected value favors the house. While E(X) is powerful, it doesn't capture variability or risk — for that, you'll need variance and standard deviation.