What Expected Value Really Means
If you roll a fair die many times, you don’t always get a 3.5 — but if you average your results over thousands of rolls, you get closer and closer to 3.5. This is the expected value: the long-run average outcome of a random experiment.
Expected value (and variance) are the two most important numbers to characterise a random variable. They tell you where the distribution is centred (expected value) and how spread out it is (variance).
For CBSE Class 12 and JEE Main, these concepts appear in Chapter 13 (Probability) and are tested in both theoretical and computational forms.
Key Terms and Definitions
Random Variable (RV) — A variable whose value is determined by the outcome of a random experiment. Denoted X, Y, etc.
Discrete RV — Takes a countable number of values (e.g., number of heads in 3 coin tosses: 0, 1, 2, 3).
Continuous RV — Takes any value in a range (e.g., height of a student). CBSE Class 12 focuses mainly on discrete RVs.
Probability Distribution — A table (or function) listing all possible values of the RV and their probabilities.
Expected Value (Mean) E(X) — The weighted average of all possible values, weighted by their probabilities.
Variance Var(X) — The average squared deviation from the mean; measures spread.
Standard Deviation σ — Square root of variance; same units as the RV.
Formulas — The Core
Also denoted (mu).
where
Standard deviation:
Understanding E(X) Geometrically
The expected value is the “balancing point” or centre of gravity of the probability distribution.
If you imagine the probability distribution as weights placed on a number line (heavier weight where probability is higher), is the point where the system balances. This is why is also called the mean.
A skewed distribution’s expected value is pulled toward the heavy tail — it’s not necessarily the most likely outcome.
Understanding Variance — The Spread
Variance measures how much the values of X cluster around the mean. Low variance = values tightly clustered. High variance = values spread widely.
The formula is a computational shortcut. The conceptual formula is:
We square the deviations to make all terms positive (otherwise positive and negative deviations would cancel out).
Solved Examples
Easy — CBSE Class 12 Level
Q: A die is thrown. Let X be the number obtained. Find E(X) and Var(X).
Solution:
X takes values 1, 2, 3, 4, 5, 6, each with probability 1/6.
Medium — JEE Main Level
Q: A random variable X has the following probability distribution:
| X | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| P(X) | k | 2k | 3k | 2k |
Find k, E(X), and Var(X).
Solution:
Find k: Sum of probabilities = 1: .
E(X):
E(X²):
Var(X):
Hard — JEE Main Level
Q: For a Binomial distribution , prove that and where .
Solution:
, .
E(X):
Since the term is 0, and using :
Let : . ✓
Similarly, . (Full derivation using .)
Exam-Specific Tips
CBSE Class 12 Board: Chapter 13 Probability carries 10 marks. Expected value problems are worth 4–5 marks, typically presented as a word problem with a probability table. Always: (1) verify probabilities sum to 1, (2) compute E(X) and E(X²) step by step, (3) apply Var formula. Show all working.
JEE Main: Expected value questions are often embedded in binomial distribution or dice/card problems. The shortcut formulas E(X) = np, Var(X) = npq for binomial distribution must be memorised. JEE Main 2023 had a question: “If E(X) = 3 and Var(X) = 2 for Binomial distribution, find n and p.”
Common Mistakes to Avoid
Mistake 1 — Wrong variance formula: Students write Var(X) = E(X²) - E(X) instead of E(X²) - [E(X)]². The square goes around E(X), not inside it. These are very different quantities.
Mistake 2 — Forgetting to verify sum of probabilities = 1: In problems where you solve for k, always check. If after your calculation, you’ve made an error.
Mistake 3 — Applying Var(X+Y) = Var(X) + Var(Y) for dependent variables: This only holds for independent random variables. If X and Y are dependent, there’s an extra covariance term: .
Mistake 4 — Confusing E(X²) with [E(X)]²: These are almost always different (unless X is constant). always — which is why variance is non-negative.
Practice Questions
Q1. Two coins are tossed. Let X = number of heads. Find E(X) and Var(X).
X: 0 (prob 1/4), 1 (prob 1/2), 2 (prob 1/4). . . Var(X) = . Also: this is , so and ✓
Q2. A ticket is drawn from a box containing tickets numbered 1 to 20. Find the expected value of the number on the ticket.
Each number 1 to 20 has probability 1/20. . This is the arithmetic mean of 1 to 20, which makes sense — for a uniform distribution, the mean equals the average of min and max: .
Q3. If for a random variable X, , find E(X).
. Using the linearity property: .
Q4. The probability distribution of X is: P(X=0) = 0.2, P(X=1) = 0.4, P(X=2) = 0.3, P(X=3) = 0.1. Find the standard deviation.
. . . .
FAQs
Q: Can expected value be a value X never actually takes?
Yes — and this is one of the most counterintuitive things about expected value. A fair die’s expected value is 3.5, but you never roll a 3.5. Expected value is a theoretical long-run average, not a prediction of a single outcome.
Q: Why is variance computed with squared deviations and not absolute deviations?
Absolute deviations would work conceptually, but squared deviations have nicer mathematical properties — they are differentiable, and they connect to the least squares method in statistics. The variance is also the second moment (E[X²] - [E(X)]²), which ties into deeper probability theory.
Q: What does it mean if variance = 0?
Variance = 0 means X is a constant — it takes the same value with probability 1. There is no randomness. that constant, and the distribution is a point mass.
Q: For a binomial distribution B(n,p), what do n, p, and q mean?
= number of independent trials, = probability of success in one trial, = probability of failure. (expected successes) and .
Advanced Concepts
Binomial distribution — key results
For :
| Property | Formula |
|---|---|
| Mode | Greatest integer |
JEE Main 2023 asked: “If and for a binomial RV, find and .” Solution: , , so , , .
Conditional expectation
This is the expected value of given that has a specific value. It is a function of .
Markov’s inequality
For a non-negative random variable and any :
This bounds the probability of extreme values using only the mean. Chebyshev’s inequality refines this using variance.
Chebyshev’s inequality
For any distribution (not just normal), at least of the data lies within standard deviations of the mean. For : at least 75%. For : at least 89%.
Additional Practice Questions
Q5. A binomial RV has and . Find .
.
Q6. For a Poisson distribution with mean , find .
For Poisson: . (In Poisson, mean = variance.) .
Q7. If and are independent with , , , , find and .
. (using for independent RVs).