By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Expected Value is the long-run average value of repetitions of the same action under identical conditions. It's the mean of a probability distribution. This topic appears in exams to test your understanding of probability and your ability to calculate and interpret expected values in various contexts.
Expected Value is tested in: - Statistics and Probability exams - Actuarial exams - Data Science and Machine Learning interviews - Business and Economics courses
It appears frequently, often carrying 10-15% of the total marks. This topic tests your ability to apply probability theory to decision-making and risk assessment.
Without these, you'll struggle with the calculations and context for expected value.
E(X) = ∑(xᵢ * pᵢ) for all i from 1 to k
For a continuous random variable X with probability density function f(x), E(X) = ∫xf(x)dx.
Edge Cases:
If outcomes are infinite (e.g., geometric distribution), ensure your sum converges.
Mnemonic: "EV is the sum of value times probability, for all possible outcomes."
intermediate
Question: A fair six-sided die is rolled. What is the expected value?
Step 1: Identify possible values: {1, 2, 3, 4, 5, 6}
Step 2: Each has probability 1/6.
Step 3: Calculate EV:
E(X) = (11/6) + (21/6) + (31/6) + (41/6) + (51/6) + (61/6) = 3.5
Answer: 3.5
Question: A coin is biased, with P(Heads) = 0.7. You win $2 for Heads, lose $1 for Tails. Find the expected value.
Step 1: Identify possible values: {2, -1}
Step 2: Probabilities are {0.7, 0.3}.
E(X) = (20.7) + (-10.3) = 1.1
Answer: 1.1
Question: A continuous random variable X has PDF f(x) = 2x, 0 ≤ x ≤ 1. Find E(X).
Step 1: Use the formula for continuous EV.
Step 2: Calculate:
E(X) = ∫(x * 2x)dx from 0 to 1 = ∫(2x²)dx from 0 to 1 = (2/3)x³ from 0 to 1 = 2/3
Answer: 2/3
Question: A fair four-sided die is rolled. What is the expected value?
Options: A) 2 B) 2.5 C) 3 D) 3.5
Correct Answer: B) 2.5
Explanation: E(X) = (1+2+3+4)/4 = 2.5
Why the Distractors Are Tempting: A) Median, C) and D) are above the max value.
Question: A biased coin has P(Heads) = 0.8. You win $3 for Heads, lose $1 for Tails. What is the expected value?
Options: A) $1.4 B) $1.8 C) $2.2 D) $2.6
Correct Answer: C) $2.2
Explanation: E(X) = (30.8) + (-10.2) = 2.2
Why the Distractors Are Tempting: A) and B) underestimate, D) overestimates.
Question: A continuous random variable X has PDF f(x) = 3x², 0 ≤ x ≤ 1. What is E(X)?
Options: A) 0.5 B) 0.6 C) 0.7 D) 0.8
Correct Answer: B) 0.6
Explanation: E(X) = ∫(3x³)dx from 0 to 1 = 0.6
Why the Distractors Are Tempting: A) underestimates, C) and D) overestimate.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.