AMC 10 Step by Step

Topics / Counting & Probability

Expected Value

Expected value, linearity of expectation, fair games

5
primary-topic problems (0.4% of all)
2
more as a secondary topic
Where it appears
0
P1-10
1
P11-15
3
P16-20
1
P21-25

## What you need to know
- Definition: E[X]=xxP(X=x)E[X] = \sum_x x \cdot P(X = x); a game is fair when the expected net winnings are 00.
- Linearity of expectation: E[X+Y]=E[X]+E[Y]E[X + Y] = E[X] + E[Y] always, even when XX and YY are dependent.
- Indicator trick: if XX counts how many of nn events occur, then E[X]=i=1nP(event i)E[X] = \sum_{i=1}^{n} P(\text{event } i).
- Standard values: a fair die averages 3.53.5; the expected number of trials until a success of probability pp is 1/p1/p.
- A restarting process gives an equation such as T=1+(1p)TT = 1 + (1 - p)\,T for the expected number of steps.

## How AMC 10 tests it
- Problems 8–15: expected value of a die, spinner, or game with listed payoffs; compute xp(x)\sum x\,p(x) or find the fair price of a ticket.
- Problems 14–22: expected number of something (adjacent same-colored beads, matches between two shuffled decks, runs of heads), intended for indicators and linearity.
- Problems 18–24: expected number of steps until a random process stops, via a restart equation or states.
- Occasionally combined with counting: expected size of a random subset.

## Standard approaches
1. With few outcomes, tabulate values and probabilities and sum xp(x)x\,p(x).
2. If the quantity counts occurrences, write it as a sum of indicators and use linearity; do not find the full distribution.
3. Use symmetry: identically distributed positions contribute equally.
4. For "expected trials until," set up E=1+(probability of continuing)EE = 1 + (\text{probability of continuing}) \cdot E or a small state system.
5. Check that the answer lies between the minimum and maximum possible values.

## Worked example
Ten cards numbered 11 through 1010 are shuffled and laid out in a row. What is the expected number of positions ii, with 1i91 \le i \le 9, for which the cards in positions ii and i+1i + 1 differ by exactly 11?

(A) 910\frac{9}{10} (B) 11 (C) 95\frac{9}{5} (D) 22 (E) 52\frac{5}{2}

Solution. Let Xi=1X_i = 1 if the cards in positions ii and i+1i+1 differ by 11, and 00 otherwise. By linearity and symmetry, E=i=19E[Xi]=9P(X1=1)E = \sum_{i=1}^{9} E[X_i] = 9\,P(X_1 = 1). The cards in positions 11 and 22 form a uniformly random ordered pair of distinct cards, 109=9010 \cdot 9 = 90 possibilities. Pairs differing by 11 are (k,k+1)(k, k+1) and (k+1,k)(k+1, k) for k=1,,9k = 1, \dots, 9, so 1818 of them. Thus P(X1=1)=1890=15P(X_1 = 1) = \frac{18}{90} = \frac{1}{5} and E=95E = \frac{9}{5}. Answer (C) 95\boxed{\textbf{(C)}\ \frac{9}{5}}.

## Pitfalls
- Believing linearity requires independence; it does not.
- Averaging the possible values without weighting by their probabilities.
- Answering 33 or 3.53.5 for "expected rolls until a 66" instead of 1/p=61/p = 6.
- Confusing expected value with the most likely value; the expectation need not be an attainable outcome.

Traps that recur

  • Counting 'exactly one die matches' as 3/16 instead of 6/16, forgetting that either die could be the matching one. (2007 AMC 10B #22)
  • Treating the three shapes 3-0-0, 2-1-0 and 1-1-1 as equally likely and averaging 3, 2, 1 to get 2, choice (E). (2025 AMC 10A #16)
  • Counting only the case where neither swap touches the ball (9/25) and forgetting the swap-and-swap-back case, giving 1.8. (2021 AMC Fall 10B #16)
  • Stopping after two tosses (probability 3/4 heads, giving 48) or adding 1/2 + 1/4 + 1/8 without recognizing it equals 7/8. (2015 AMC 10B #18)

Problems, easiest first

2006 AMC 10A · #13Expected Value

A player pays $5\$5 to play a game. A die is rolled. If the number on the die is odd, the game is lost. If the number on the die is even, the die is rolled again. In this case the player wins if the second number matches the first and loses otherwise. How much should the player win if the game is fair? (In a …

2025 AMC 10A · #16Expected Value

There are three jars. Each of three coins is placed in one of the three jars, chosen at random and independently of the placements of the other coins. What is the expected number of coins in a jar with the most coins?

2021 AMC Fall 10B · #16Expected Value

Five balls are arranged around a circle. Chris chooses two adjacent balls at random and interchanges them. Then Silva does the same, with her choice of adjacent balls to interchange being independent of Chris's. What is the expected number of balls that occupy their original positions after these two successive …

2015 AMC 10B · #18Expected Value

Johann has 6464 fair coins. He flips all the coins. Any coin that lands on tails is tossed again. Coins that land on tails on the second toss are tossed a third time. What is the expected number of coins that are now heads?

2007 AMC 10B · #22Expected Value

A player chooses one of the numbers 11 through 44 . After the choice has been made, two regular four-sided (tetrahedral) dice are rolled, with the sides of the dice numbered 11 through 4.4. If the number chosen appears on the bottom of exactly one die after it has been rolled, then the player wins 11 dollar. If the …