Question
Two fair dice are rolled. Let X be the sum of the numbers obtained. Find the expected value of X.
Solution — Step by Step
Each die has faces 1–6. When two dice are rolled, there are equally likely outcomes. The sum X can range from to .
Let = outcome of die 1, = outcome of die 2. Then .
By the linearity of expectation:
For a single fair die:
Similarly, .
Therefore:
Count outcomes for each sum:
| Sum X | Number of ways | Probability P(X) |
|---|---|---|
| 2 | 1 (1+1) | 1/36 |
| 3 | 2 (1+2, 2+1) | 2/36 |
| 4 | 3 | 3/36 |
| 5 | 4 | 4/36 |
| 6 | 5 | 5/36 |
| 7 | 6 (1+6, 2+5, 3+4, 4+3, 5+2, 6+1) | 6/36 |
| 8 | 5 | 5/36 |
| 9 | 4 | 4/36 |
| 10 | 3 | 3/36 |
| 11 | 2 | 2/36 |
| 12 | 1 | 1/36 |
The expected sum of two dice is 7.
Notice that 7 is also the most likely single outcome (probability 6/36 = 1/6 — higher than any other sum). For a symmetric distribution centred at 7, the mean equals the mode and median — all are 7.
This is why in games like craps, 7 is such a significant number — it’s both the most likely outcome AND the expected value.
Why This Works
Linearity of expectation is one of the most powerful tools in probability:
This holds regardless of whether X and Y are independent — no independence assumption required! It works because expectation is a linear operator.
This makes complex expected value problems easy: break the random variable into simpler components, find the expected value of each, and add them up.
For example: expected sum of 10 dice = .
Alternative Method — Symmetry Argument
The distribution of the sum X is symmetric about 7. Why? For every outcome (a, b) with sum , there is a corresponding outcome (7-a, 7-b)… actually, a cleaner symmetry: if sum = k is achieved by (a, b), then sum = is achieved by (7-a, 7-b). So the distribution is symmetric around 7.
By symmetry, the mean = the centre of symmetry = 7.
In CBSE Class 12 and JEE Main, the linearity of expectation approach is always faster for “sum of dice” or “sum of cards” problems. Instead of building the full probability table, just compute E(single die) and multiply by the number of dice. This saves significant time in exams.
Common Mistake
Students often build the full probability table (36 cases) for the sum of two dice and then laboriously compute E(X) from the table. While correct, this is unnecessarily time-consuming. The linearity trick — — takes 30 seconds. Learn this approach for all “sum of multiple dice/random variables” problems.