Fatskills
Practice. Master. Repeat.
Study Guide: SAT / PSAT: SAT only Math Problem Solving Data Analysis Probability Expected Value Mean of a Distribution
Source: https://www.fatskills.com/sat/chapter/sat-psat-sat-only-math-problem-solving-data-analysis-probability-expected-value-mean-of-a-distribution

SAT / PSAT: SAT only Math Problem Solving Data Analysis Probability Expected Value Mean of a Distribution

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

What Is This?

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.

Why It Matters

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.

Core Concepts

  • Expected Value (EV) is the sum of all possible values, each multiplied by its probability of occurrence.
  • EV is a long-term average. It may not be the most likely outcome in a single trial.
  • EV can be calculated for discrete and continuous distributions.
  • For a fair game, the EV of gain (or loss) is zero.
  • EV can help in decision-making under uncertainty.

Prerequisites

  • Basic understanding of probability
  • Knowledge of mean, median, and mode
  • Familiarity with summation notation

Without these, you'll struggle with the calculations and context for expected value.

The Rule-Book (How It Works)

  • Primary Rule: For a random variable X with possible values {x₁, x₂, ..., xₖ} occurring with probabilities {p₁, p₂, ..., pₖ}, the expected value E(X) is:

E(X) = ∑(xᵢ * pᵢ) for all i from 1 to k


  • Sub-rules:
  • If all outcomes are equally likely, pᵢ = 1/k for all i.
  • For a continuous random variable X with probability density function f(x), E(X) = ∫xf(x)dx.

  • Edge Cases:

  • If probabilities do not sum to 1, you've made a mistake.
  • 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."

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Medium
  • Question Type: Calculation, multiple-choice, true/false, short answer
  • Real-World Task Type: Risk assessment, decision-making under uncertainty, long-term planning

Difficulty Level

intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Expected Value Formula: E(X) = ∑(xᵢ * pᵢ)
  2. Expected Value of a Function: E(g(X)) = ∑(g(xᵢ) * pᵢ)
  3. Linearity of Expectation: E(X + Y) = E(X) + E(Y), and E(aX) = aE(X)

Worked Examples (Step-by-Step)


Easy

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

Medium

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}.

Step 3: Calculate EV:

E(X) = (20.7) + (-10.3) = 1.1

Answer: 1.1

Hard

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

Common Exam Traps & Mistakes

Mistake Wrong Answer Correct Approach
Not checking if probabilities sum to 1 EV > actual max value Always check ∑pᵢ = 1
Miscalculating sums EV = 3.4 for fair die Double-check arithmetic
Using median instead of EV "Most likely" vs "long-term average" Remember: EV is long-term average
Ignoring the PDF for continuous EV E(X) = 1 for PDF f(x) = 2x Use ∫xf(x)dx for continuous EV
Not considering long-term behavior EV = $10 for 90% chance of $1 EV is not the most likely single outcome

Shortcut Strategies & Exam Hacks

  • Memory Aid: "EV is value times probability, summed."
  • Elimination Strategy: If EV > max value, eliminate it.
  • Pattern Recognition: For equally likely outcomes, EV is the simple average.
  • Formula Shortcut: For a fair game, gain/loss EV = 0.

Question-Type Taxonomy

Format Mini-Example Favored By
Calculation Find EV of {1, 2, 3} with p = {0.2, 0.5, 0.3} Actuarial, Stats exams
Multiple-Choice EV of fair die is: A) 3 B) 3.5 C) 4 D) 4.5 Business, Econ exams
True/False EV of biased coin (P(H) = 0.6) is 0.5 Data Science interviews
Short Answer Explain why EV of continuous X is ∫xf(x)dx Stats, Math exams

Practice Set (MCQs)


Question 1

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 2

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 3

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.

30-Second Cheat Sheet

  • EV = ∑(xᵢ * pᵢ) for discrete, ∫xf(x)dx for continuous
  • Probabilities must sum to 1
  • EV is long-term average, not most likely outcome
  • For fair game, gain/loss EV = 0
  • For equally likely outcomes, EV is simple average

Learning Path

  1. Beginner Foundation: Review probability basics.
  2. Core Rules: Memorize EV formulas for discrete and continuous.
  3. Practice: Solve varied problems, from fair dice to biased coins to continuous PDFs.
  4. Timed Drills: Calculate EV under time pressure.
  5. Mock Tests: Take full-length exams with expected value questions.

Related Topics

  • Variance and Standard Deviation: Measures spread around the expected value.
  • Probability Distributions: Provides the probabilities for EV calculation.
  • Law of Large Numbers: Explains why EV is a long-term average.


ADVERTISEMENT