Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. Statistics
  2. Evaluate and Compare Strategies on the Basis of Expected Values

E(X)Σ xᵢ · P(xᵢ)
Statistics & Probability • Evaluate Outcomes of Decisions

Evaluate and Compare Strategies on the Basis of Expected Values

Learn how to use probability and expected value to make smarter decisions when outcomes are uncertain.

Section 1

Historical Context & Motivation

Long before statisticians formalized the concept of expected value, people were already grappling with uncertainty. Merchants weighed the risk of shipping goods across dangerous seas, gamblers argued over fair divisions of stakes in interrupted games, and generals calculated whether a bold strategy was worth the potential losses. The mathematical tools we use today to evaluate decisions under uncertainty grew directly from these real-world dilemmas.

The central question has always been the same: when you face a choice and the outcomes depend on chance, how do you figure out which option is best in the long run? Expected value provides a principled, quantitative answer — and its history reveals how some of the greatest mathematical minds tackled this very problem.

1654
Blaise Pascal and Pierre de Fermat exchanged a series of famous letters about the "Problem of Points" — how to fairly divide the pot when a game of chance is interrupted before a winner is determined. Their solution essentially invented the idea of weighting outcomes by their probabilities, laying the groundwork for expected value.
1657
Christiaan Huygens published De Ratiociniis in Ludo Aleae (On Reasoning in Games of Chance), the first printed work on probability. He formally defined what he called the "value of a chance" — what we now call expected value — as the fair price one should pay to enter a game.
1713
Jacob Bernoulli's posthumous masterpiece Ars Conjectandi extended expected value into a broader theory of probability and introduced the Law of Large Numbers, proving that observed averages converge to expected values over many trials.
1944
John von Neumann and Oskar Morgenstern published Theory of Games and Economic Behavior, which used expected value as the foundation of rational decision-making. Their framework showed that any rational actor should choose the strategy that maximizes expected value (or expected utility), transforming economics and strategic thinking.
Today
Expected value is used everywhere — from insurance pricing and medical treatment decisions to sports analytics and AI algorithms. Whenever you need to compare strategies whose outcomes are uncertain, expected value is the standard tool.

The thread connecting all of these milestones is a single, powerful insight: when you can't know the future for certain, you can still make rational choices by computing the long-run average outcome of each option. That computation is what expected value is all about, and learning to use it will sharpen every decision you make under uncertainty.

Section 2

Core Principles & Definitions

Before you can evaluate and compare strategies, you need a rock-solid understanding of several foundational ideas. Each one builds on the last, so take them in order.

1

Random Variable

A random variable is a numerical quantity whose value depends on the outcome of a chance event. For example, if you roll a die, you can define X as the number that lands face-up. X can be 1, 2, 3, 4, 5, or 6 — each with its own probability.
2

Probability Distribution

A probability distribution lists every possible value of a random variable together with its probability. The probabilities must all be between 0 and 1, and they must sum to exactly 1. This distribution is the blueprint from which expected value is calculated.
3

Expected Value — E(X)

The expected value of a random variable is the weighted average of all its possible values, where each value is weighted by its probability. It represents the average outcome you'd observe if you repeated the random process infinitely many times.
4

Strategy Comparison

When two or more strategies lead to different random outcomes, you can compute the expected value of each one. The strategy with the higher (or lower, depending on context) expected value is considered the better long-run choice — though risk and variability also matter.
✦ Key Takeaway
Think of expected value like a GPS predicting your average commute time. On any single day you might hit traffic or sail through, but over hundreds of commutes, your actual average will converge to what the GPS predicts. Expected value works the same way: it doesn't promise what will happen in a single trial, but it tells you the center of gravity of all possible outcomes — the number that random results cluster around over time. By comparing the expected values of different strategies, you're essentially asking, "Which GPS route gives me the shortest average commute?"
Section 3

Visual Explanation — How Expected Value Works

The following diagram shows how expected value is calculated for a simple scenario: a carnival game where you spin a wheel with four possible payouts. Each sector of the wheel has a different size (representing probability) and a different dollar value. Expected value is found by multiplying each payout by its probability and summing the results.

$040%$530%$1020%$2510%CARNIVAL WHEELEXPECTED VALUE CALCULATION$0 × 0.40 = $0.00$5 × 0.30 = $1.50$10 × 0.20 = $2.00$25 × 0.10 = $2.50+++EXPECTED VALUEE(X) = $5.50If you spin this wheel many times,your average payout converges to $5.50.
Figure 1 — A probability wheel with four payouts and the expected value calculation. Each payout is weighted by its probability, and the sum gives the long-run average.

Notice a few things about this diagram. First, the $0 outcome has the largest sector — 40% of the wheel — but it contributes nothing to the expected value because $0 × 0.40 = $0. Second, the $25 outcome is exciting when it hits, but it only makes up 10% of the wheel, so it contributes just $2.50. The expected value of $5.50 is not one of the actual outcomes you can land on — it's the theoretical long-run average. If the carnival charges $6 to spin, the game is a losing proposition on average because your expected payout ($5.50) is less than the cost ($6). That difference — the gap between what you pay and what you expect to win — is how carnivals (and casinos, and insurance companies) make their money.

Section 4

Mathematical Framework

Now that you have the intuition, let's formalize the math. The expected value of a discrete random variable X is calculated with the following formula.

Expected Value Formula
E(X) = Σ [ xᵢ × P(xᵢ) ]
Sum over all possible values xi, where P(xi) is the probability of each value.

In plain language: for every possible outcome, multiply the value of that outcome by the probability it occurs, then add all those products together. The result is the expected value, sometimes also written as μ (the Greek letter mu). Let's break the formula into its components so you know exactly what each piece means.

xi represents each distinct value the random variable can take. In a coin-flip bet where you win $10 for heads and lose $5 for tails, the possible values are x₁ = +10 and x₂ = −5. P(xi) is the probability of that specific outcome. For a fair coin, P(+10) = 0.5 and P(−5) = 0.5. The Σ (sigma) symbol means "sum up all of these products."

Comparing Two Strategies
Choose Strategy A over B if E(A) > E(B)
When both strategies involve gains, the higher expected value is preferred. When both involve costs, the lower expected value is preferred.

This comparison rule is the heart of decision-making with expected values. Suppose you're choosing between two insurance plans, two investment options, or two game strategies. You compute E(A) and E(B) separately, then compare them. The strategy that yields a higher expected gain (or lower expected cost) is the better choice on average over many repetitions.

There are two important properties of expected value that simplify calculations. First, expected value is linear: E(aX + b) = a × E(X) + b, where a and b are constants. This means if every payout in a game doubles, the expected value doubles too. Second, for independent events, E(X + Y) = E(X) + E(Y) — you can calculate expected values separately and add them. These properties make it possible to analyze complex, multi-stage strategies by breaking them into simpler parts.

Linearity of Expected Value
E(aX + b) = a × E(X) + b
Scaling all outcomes by a constant a and adding a constant b transforms the expected value in the same way.
Section 5

Detailed Breakdown — Decision Trees & Strategy Comparison

When real decisions involve multiple stages or branching possibilities, a decision tree is the standard tool for organizing the calculation. A decision tree lays out each choice you can make, the chance events that follow, and the payoff at each endpoint. You then work backward from the endpoints, computing expected values at each branch, until you arrive at the expected value of each initial strategy.

The following diagram shows a decision tree for a student deciding between two summer job strategies. Strategy A is a guaranteed hourly job paying a fixed amount. Strategy B is a commission-based sales internship where earnings depend on performance — which is uncertain.

DCHOOSEStrategy AHourly Job (Guaranteed)$3,200E(A)= $3,200Strategy BCCHANCE30%High Sales$5,00045%Average Sales$3,00025%Low Sales$1,200E(B)5000×.30 = 15003000×.45 = 13501200×.25 = 300E(A) = $3,200 > E(B) = $3,150= Decision node (you choose)= Chance node (random outcome)
Figure 2 — Decision tree comparing two summer job strategies. Strategy A (hourly) is guaranteed. Strategy B (commission) depends on chance. Expected values are calculated at each branch to determine the better long-run choice.

The decision tree reveals that Strategy A (the hourly job) has an expected value of $3,200, while Strategy B (the sales internship) has an expected value of $3,150. By the expected value criterion, Strategy A is the slightly better choice. However — and this is important — notice that Strategy B offers a 30% chance of earning $5,000, which is far more than Strategy A can deliver. If you can afford the risk and the upside matters to you, a reasonable person might still pick B. Expected value tells you the long-run average, but it doesn't capture everything about a decision, especially when you only get to make the choice once.

Strategy B: Range of Possible Outcomes
Low
Mid
High
$1,200
$3,000
E(B)=$3,150
$5,000
Worst caseBest case
Section 6

Worked Example — Comparing Insurance Plans

Let's walk through a complete, realistic problem. Suppose you're helping a family choose between two health insurance plans. Plan X has a lower monthly premium but higher out-of-pocket costs when health events occur. Plan Y has a higher premium but covers more. Given the family's health history, their doctor estimates the following probability distribution for annual medical expenses (beyond what insurance covers).

Comparing Insurance Plans

Setup — The Two Plans

Plan X: Annual premium = $4,800. Out-of-pocket costs depend on health events. Plan Y: Annual premium = $7,200. Lower out-of-pocket costs because of better coverage. The family identifies three scenarios based on their health history.

Step 1 — Compute Expected Out-of-Pocket Cost for Plan X

E(OOPX) = ($500 × 0.50) + ($3,000 × 0.35) + ($8,000 × 0.15)
E(OOPX) = $250 + $1,050 + $1,200 = $2,500

Step 2 — Compute Expected Out-of-Pocket Cost for Plan Y

E(OOPY) = ($200 × 0.50) + ($800 × 0.35) + ($1,500 × 0.15)
E(OOPY) = $100 + $280 + $225 = $605

Step 3 — Compute Expected Total Annual Cost for Each Plan

Total cost = premium + expected out-of-pocket cost.
E(TotalX) = $4,800 + $2,500 = $7,300 | E(TotalY) = $7,200 + $605 = $7,805

Step 4 — Compare and Interpret

Plan X has an expected total annual cost of $7,300, while Plan Y has an expected total of $7,805. Purely by expected value, Plan X saves the family about $505 per year on average. However, consider the worst-case scenario. Under Plan X, a major health event costs $4,800 + $8,000 = $12,800. Under Plan Y, it costs $7,200 + $1,500 = $8,700. If the family cannot absorb a $12,800 hit, Plan Y's higher premium acts as insurance against catastrophic expense — even though its expected value is slightly higher. This illustrates why expected value alone doesn't always settle a decision; risk tolerance matters too.
Probability distribution of annual out-of-pocket medical expenses by plan
ScenarioProbabilityPlan X Out-of-PocketPlan Y Out-of-Pocket
Healthy year (no major events)0.50$500$200
Moderate health events0.35$3,000$800
Major health event0.15$8,000$1,500
Section 7

Strengths, Limitations & When to Use Expected Value

Expected value is a powerful criterion for comparing strategies, but like any tool, it has situations where it shines and situations where it falls short. Understanding both sides will make you a more thoughtful decision-maker.

StrengthsLimitations
Provides a single, objective number for comparison — eliminates guesswork and emotional bias.Ignores variability (spread) of outcomes. Two strategies can have the same EV but wildly different risk profiles.
Guaranteed to reflect long-run averages (Law of Large Numbers). Ideal for repeated decisions (e.g., a business making the same choice hundreds of times).Less reliable for one-time decisions where you can't "average out" bad luck. The long run may never arrive.
Mathematically clean — linear, additive, easy to compute. Works with decision trees and complex multi-stage problems.Does not account for diminishing marginal utility. Gaining $1,000,000 doesn't feel twice as good as gaining $500,000, yet EV treats it that way.
Universal applicability: finance, medicine, sports, engineering, everyday life.Requires accurate probability estimates. If your probabilities are wrong, your expected value is wrong too.
✦ Key Takeaway
Expected value is like a batting average in baseball — it tells you a player's typical performance over many at-bats, but it can't predict what will happen in a single at-bat. A .300 hitter is genuinely better than a .250 hitter over a full season, but on any given pitch, either one might strike out. Use expected value to guide strategies that play out repeatedly over time, and supplement it with risk analysis (variance, worst-case scenarios) when the decision is a one-shot deal with high stakes.
Section 8

Connection to Advanced Theory

Expected value is the starting point of a much richer world of decision theory. As you advance in statistics and probability, you'll encounter several extensions that address the limitations we discussed.

ConceptWhat Expected Value DoesWhat the Advanced Version Adds
Expected Utility TheoryTreats every dollar as equally valuable — $1,000 always matters the same amount regardless of your wealth.Replaces dollar values with utility values that account for diminishing returns. A risk-averse person values the certainty of $500 more than a 50/50 chance at $1,000, even though the EV is the same.
Variance & Standard DeviationGives only the center (mean) of the outcome distribution.Measures how spread out outcomes are around the expected value. Two strategies with the same EV but different variances carry different levels of risk.
Conditional Expected ValueUses fixed, unconditional probabilities.Updates probabilities when new information arrives (using Bayes' Theorem), producing expected values that adapt to what you've learned.
Game TheoryEvaluates your strategy in isolation.Considers how other players' strategies affect your outcomes. Nash equilibrium finds optimal strategies when everyone is maximizing their own expected value simultaneously.

For now, the core expected value framework gives you everything you need to evaluate and compare strategies under uncertainty. As you encounter more complex situations — in AP Statistics, college-level courses, or real life — these advanced tools will build naturally on the foundation you're developing here. The logic is always the same: assign probabilities to outcomes, compute a weighted average, and use it to make informed decisions.

Section 9

Practice Problems

Test your understanding with these five problems, ordered from conceptual to challenging. Try each one before revealing the answer.

PROBLEM 1 — CONCEPTUAL
A game has three possible outcomes: you win $100 with probability 0.10, you win $20 with probability 0.30, and you win $0 with probability 0.60. A friend says, "The expected value is $100 because that's the biggest prize." Explain why your friend is wrong, and describe in your own words what expected value actually represents.
PROBLEM 2 — BASIC CALCULATION
You're deciding whether to bring an umbrella. If it rains (probability 0.40) and you have no umbrella, you estimate the "cost" of getting soaked at $15 (dry cleaning, discomfort, etc.). If it doesn't rain and you carry the umbrella, the inconvenience costs you $2. If it rains and you have the umbrella, or if it doesn't rain and you don't have it, the cost is $0. Calculate the expected cost of each strategy (bring umbrella vs. don't bring umbrella) and determine which is better.
PROBLEM 3 — INTERMEDIATE
A school fundraiser sells raffle tickets at $5 each. The prize structure is: one grand prize of $500 (1 winner), five second prizes of $50 each (5 winners), and twenty consolation prizes of $10 each (20 winners). A total of 400 tickets are sold. Calculate the expected net gain (winnings minus ticket cost) for a person who buys one ticket. Is this a "fair" game? Explain.
PROBLEM 4 — APPLIED / MULTI-STEP
A farmer can plant Crop A or Crop B. The profit depends on weather conditions. In a wet year (probability 0.30), Crop A yields $12,000 profit and Crop B yields $20,000. In a normal year (probability 0.50), Crop A yields $8,000 and Crop B yields $7,000. In a dry year (probability 0.20), Crop A yields $4,000 and Crop B yields −$3,000 (a loss). (a) Find the expected profit for each crop. (b) Which crop should the farmer plant based on expected value? (c) If the farmer cannot afford any loss, does your recommendation change? Explain.
PROBLEM 5 — CRITICAL THINKING / SYNTHESIS
A basketball player is fouled with 2 seconds left and her team down by 2 points. She has two options: Option 1: Shoot two free throws (she makes each free throw independently with probability 0.75). If she makes both, her team wins; if she makes exactly one, the game goes to overtime (where her team wins 50% of the time); if she misses both, her team loses. Option 2: Intentionally miss the second free throw, hoping a teammate grabs the rebound (probability 0.40 of getting the rebound), then scores a 2-point basket (probability 0.50 if they get the rebound), winning the game. If the first free throw is missed (probability 0.25), her team loses. If the rebound isn't grabbed or the shot misses, her team also loses. Calculate the probability of winning under each option and determine which strategy gives her team the best chance. (Assume making the first free throw is required under both options.)
Summary

Lesson Summary

In this lesson, you learned that expected value is the probability-weighted average of all possible outcomes of a random event — computed by the formula E(X) = Σ [xᵢ × P(xᵢ)]. This single number captures the long-run average result of a strategy, making it the standard tool for comparing options under uncertainty. You saw how decision trees organize complex, multi-stage decisions by mapping out choices, chance events, and payoffs, then working backward to compute expected values at each branch. Through worked examples — from carnival wheels and insurance plans to farming decisions and basketball strategy — you practiced calculating expected values and using them to determine which strategy is objectively better in the long run.

You also learned that expected value has important limitations: it doesn't account for how spread out (risky) the outcomes are, and it assumes every dollar is equally important regardless of context. For one-time, high-stakes decisions, risk tolerance and worst-case analysis should supplement expected value. Advanced extensions like expected utility theory and variance analysis address these gaps, building on the foundation you now have. The core skill — translating uncertain situations into probability distributions, computing weighted averages, and comparing strategies quantitatively — is one of the most practical tools in all of statistics.

Varsity Tutors • Statistics & Probability (Common Core) • Evaluate and Compare Strategies on the Basis of Expected Values