Expected Value: \(E(X) = \sum_{i} x_i \cdot P(x_i)\) where \(x_i\) are outcomes and \(P(x_i)\) are their probabilities
- List all possible outcomes and their associated values
- Determine the probability of each outcome
- Multiply each outcome by its probability
- Sum all the products to get the expected value
Roll 1: Win $5, Roll 2 or 3: Win $2, Roll 4, 5, or 6: Lose $3
P(Roll 1) = 1/6, P(Roll 2 or 3) = 2/6, P(Roll 4, 5, or 6) = 3/6
E(X) = (5 × 1/6) + (2 × 2/6) + (-3 × 3/6)
E(X) = 5/6 + 4/6 - 9/6 = 0/6 = $0
The expected value is $0, meaning the game is fair in the long run.
• Expected Value Formula: Sum of outcomes multiplied by their probabilities
• Weighted Average: Each outcome weighted by its likelihood
• Long-term Average: What you'd expect per trial over many trials
X = {0, 1, 2, 3} with probabilities P(X) = {0.2, 0.3, 0.4, 0.1}.
Find the expected value.
Probability Distribution: A table showing all possible values of a random variable and their corresponding probabilities
| X | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| P(X) | 0.2 | 0.3 | 0.4 | 0.1 |
E(X) = Σ[x_i × P(x_i)] = (0 × 0.2) + (1 × 0.3) + (2 × 0.4) + (3 × 0.1)
(0 × 0.2) = 0, (1 × 0.3) = 0.3, (2 × 0.4) = 0.8, (3 × 0.1) = 0.3
E(X) = 0 + 0.3 + 0.8 + 0.3 = 1.4
The expected value is 1.4, which represents the average value over many trials.
• Probability Distribution: All probabilities must sum to 1
• Expected Value: Weighted average of all possible outcomes
• Linear Property: E(aX + b) = aE(X) + b
Expected Profit: The average profit over many repetitions of the same scenario
Outcome 1: $100,000 profit with probability 0.3
Outcome 2: $50,000 profit with probability 0.5
Outcome 3: -$25,000 loss with probability 0.2
E(Profit) = ($100,000 × 0.3) + ($50,000 × 0.5) + (-$25,000 × 0.2)
($100,000 × 0.3) = $30,000
($50,000 × 0.5) = $25,000
(-$25,000 × 0.2) = -$5,000
E(Profit) = $30,000 + $25,000 - $5,000 = $50,000
The expected profit is $50,000, which represents the average outcome if the project were repeated many times.
• Decision Making: Positive expected value suggests favorable outcome
• Risk Assessment: Expected value helps evaluate potential investments
• Probability Weighting: More likely outcomes contribute more to expected value
Random Variable: A variable whose possible values are outcomes of a random phenomenon
Probability Distribution: A function showing probabilities of all possible outcomes
Expected Value: The weighted average of all possible outcomes, where weights are probabilities
- Identify Outcomes: List all possible values of the random variable
- Determine Probabilities: Assign probability to each outcome
- Calculate Products: Multiply each outcome by its probability
- Sum Results: Add all products to get expected value
• Expected Value: \(E(X) = \sum_{i} x_i \cdot P(x_i)\)
• Linear Transformation: \(E(aX + b) = aE(X) + b\)
• Additivity: \(E(X + Y) = E(X) + E(Y)\)
• Constant: \(E(c) = c\)
Net Gain/Loss: Calculate expected value considering the cost of participation
P(Win $500) = 1/1000 = 0.001
P(Win $10) = 1/100 = 0.01
P(Win $0) = 989/1000 = 0.989
Net gain if win $500: $500 - $2 = $498
Net gain if win $10: $10 - $2 = $8
Net gain if win $0: $0 - $2 = -$2
E(X) = ($498 × 0.001) + ($8 × 0.01) + (-$2 × 0.989)
($498 × 0.001) = $0.498
($8 × 0.01) = $0.08
(-$2 × 0.989) = -$1.978
E(X) = $0.498 + $0.08 - $1.978 = -$1.40
The expected value is -$1.40, meaning you lose an average of $1.40 per ticket bought.
• Net Gain: Subtract cost from winnings to get true value
• Expected Loss: Negative expected value indicates long-term loss
• Lottery Analysis: Most lotteries have negative expected value
Investment Return: Calculate final amount including original investment
Scenario 1 (15% profit): $1000 × 1.15 = $1150
Scenario 2 (5% profit): $1000 × 1.05 = $1050
Scenario 3 (10% loss): $1000 × 0.90 = $900
E(Final Amount) = ($1150 × 0.25) + ($1050 × 0.60) + ($900 × 0.15)
($1150 × 0.25) = $287.50
($1050 × 0.60) = $630.00
($900 × 0.15) = $135.00
E(Final Amount) = $287.50 + $630.00 + $135.00 = $1052.50
Expected Profit = $1052.50 - $1000 = $52.50
The expected value of the investment after one year is $1052.50, representing an expected profit of $52.50.
• Investment Analysis: Expected value helps compare different investment options
• Return Calculation: Include both principal and returns in final amount
• Decision Making: Positive expected value indicates potentially favorable investment
Expected Value: The long-run average value of repetitions of an experiment
Random Variable: A variable whose value depends on outcomes of a random phenomenon
Discrete Distribution: A distribution with countable number of possible outcomes
- Identify Outcomes: List all possible values of the random variable
- Determine Probabilities: Assign probability to each outcome
- Calculate Products: Multiply each outcome by its probability
- Sum Results: Add all products to get expected value
- Interpret Results: Understand practical meaning of the expected value
• Expected Value: \(E(X) = \sum_{i} x_i \cdot P(x_i)\)
• Linear Transformation: \(E(aX + b) = aE(X) + b\)
• Sum of Variables: \(E(X + Y) = E(X) + E(Y)\)
• Constant: \(E(c) = c\)
Option A: 50% chance of +$100, 50% chance of -$50
Option B: 25% chance of +$200, 75% chance of -$25
Analysis: The chart compares the expected values of different investment strategies.
- Option A: E(X) = (100 × 0.5) + (-50 × 0.5) = $25
- Option B: E(X) = (200 × 0.25) + (-25 × 0.75) = $31.25