All questions
Question 1
A raffle ticket has the following net winnings (in dollars). Let X be the net winnings from buying one ticket. P(X=−2)=43 and P(X=6)=41. What is the expected value of X (in dollars)? (Note: the expected value may not be a possible outcome.)
- 2
- -2
- 1
- 0 (correct answer)
Explanation: Expected value tells us the average net winnings over many raffle tickets. We calculate it by multiplying each outcome by its probability and adding the results. For X=-2 with probability 3/4, we get (-2)×(3/4)=-3/2. For X=6 with probability 1/4, we get 6×(1/4)=3/2. Adding these products: -3/2 + 3/2 = 0. This means over many tickets, you'd break even on average. The key insight is that expected value uses weighted averages—the more likely loss of $2 happens often enough to exactly balance the less likely win of $6.
Question 2
A prize pays $10 with probability 0.25, otherwise $0. What ticket price makes expected net gain zero?
- $0.25
- $7.50
- $10.00
- $2.50 (correct answer)
Explanation: The expected payout is 10 times 0.25 = $2.50, so a fair ticket price equals that expected value. The $10 prize amount is tempting but ignores the 75% chance you win nothing.
Question 3
A fair coin is flipped 4 times. For each head you win $3; for each tail you lose $2. What is the expected net gain?
- $6.00
- $4.00
- $2.00 (correct answer)
- $0.50
Explanation: Each flip's expected gain is 3 times 1/2 plus -2 times 1/2, which equals $0.50. With 4 flips, multiply by 4 to get $2.00. The tempting mistake is $0.50, which is the expected gain for one flip only, not the full 4-flip game.
Question 4
A game costs $3 to play. It pays $8 with probability 0.4, otherwise $0. What is the expected net gain?
- $3.20
- $5.00
- $0.20 (correct answer)
- $4.80
Explanation: Multiply the $8 payout by its probability 0.4 to get $3.20 expected payout. Then subtract the $3 cost to play, so the expected net gain is $0.20. The tempting $3.20 is the expected payout before subtracting the cost, not the net gain.
Question 5
A random variable X has mean 7. What is the expected total over 100 independent observations of X?
- Total 7
- Total 700 (correct answer)
- Total 100
- Cannot tell
Explanation: For each observation, the expected value is 7. Over 100 independent observations, the expected total is 100 times 7, so 700. The tempting wrong answer is "Cannot tell" because individual values vary, but the mean gives you the expected total directly.
Question 6
Let X be a profit in dollars taking values -$2, $1, and $5 with probabilities 0.4, 0.3, and 0.3. Find E(X).
- $1.00 (correct answer)
- $2.60
- $1.33
- $4.00
Explanation: Multiply each profit by its probability and add: (-2)(0.4) = -0.8, (1)(0.3) = 0.3, and (5)(0.3) = 1.5. Summing gives -0.8 + 0.3 + 1.5 = 1.0, so E(X) is $1.00. The tempting $1.33 comes from simply averaging -2, 1, and 5 without using the probabilities, which is not the expected value.
Question 7
A simple game defines a random variable X as the number of points scored in one round. The distribution is: P(X=1)=0.3, P(X=2)=0.4, P(X=5)=0.3. What is the expected value of X (in points)? (Compute ∑xP(x); the expected value may not be a possible outcome.)
- 2.666\ldots
- 5
- 2.6 (correct answer)
- 3
Explanation: The concept here is the expected value, which is the predicted average outcome for the random variable X over many trials. Conceptually, the formula is to multiply each possible value by its probability and then add those up. In this simple game, apply it by calculating 1 × 0.3, 2 × 0.4, and 5 × 0.3. Then sum these products to find the expected points. This value represents the long-run average points per round. A common misconception is to take the simple average of the possible values without considering their probabilities, but we must use the weighted average based on how likely each is. For future problems, remember the strategy: think 'value × chance' for each outcome and sum them.
Question 8
A box contains 3 red balls and 1 blue ball. One ball is drawn at random. Let X be the value of the draw, where X=2 if the ball is red and X=8 if the ball is blue. The distribution is: P(X=2)=43, P(X=8)=41. What is the expected value of X? (Compute ∑xP(x); the expected value may not be a possible outcome.)
- 5
- 3.5 (correct answer)
- 8
- 2
Explanation: The concept here is the expected value, which is the predicted average outcome for the random variable X over many trials. Conceptually, the formula is to multiply each possible value by its probability and then add those up. For this ball draw, apply it by calculating 2 × (3/4) and 8 × (1/4). Then sum these products to find the expected value of the draw. This value represents the long-run average value per draw. A common misconception is to take the simple average of the possible values without considering their probabilities, but we must use the weighted average based on how likely each is. For future problems, remember the strategy: think 'value × chance' for each outcome and sum them.
Question 9
A spinner game defines a random variable X as the prize amount (in dollars) from one spin. The distribution is: P(X=0)=21, P(X=4)=41, and P(X=10)=41. What is the expected value of X (in dollars)? (Compute ∑xP(x); the expected value may not be a possible outcome.)
- 10
- 7
- 3.5 (correct answer)
- 4.666\ldots
Explanation: The concept here is the expected value, which is the predicted average outcome for the random variable X over many trials. Conceptually, the formula is to multiply each possible value by its probability and then add those up. In this spinner game, apply it by calculating 0 × (1/2), 4 × (1/4), and 10 × (1/4). Then sum these products to find the expected prize amount. This value represents the long-run average prize per spin. A common misconception is to take the simple average of the possible values without considering their probabilities, but we must use the weighted average based on how likely each is. For future problems, remember the strategy: think 'value × chance' for each outcome and sum them.
Question 10
A fair coin is flipped twice. Define the random variable X as the number of heads obtained. The distribution is: P(X=0)=41, P(X=1)=21, P(X=2)=41. What is the expected value of X? (Compute ∑xP(x); the expected value may not be a possible outcome.)
- 1 (correct answer)
- 0.75
- 2
- 1.5
Explanation: The concept here is the expected value, which is the predicted average outcome for the random variable X over many trials. Conceptually, the formula is to multiply each possible value by its probability and then add those up. For these coin flips, apply it by calculating 0 × (1/4), 1 × (1/2), and 2 × (1/4). Then sum these products to find the expected number of heads. This value represents the long-run average number of heads per two flips. A common misconception is to take the simple average of the possible values without considering their probabilities, but we must use the weighted average based on how likely each is. For future problems, remember the strategy: think 'value × chance' for each outcome and sum them.
Question 11
A die-based game works like this: roll a fair six-sided die once. Let X be the payout in dollars, where X=0 if the roll is 1–3, X=3 if the roll is 4–5, and X=9 if the roll is 6. What is the expected value of X (in dollars)? (Note: the expected value may not be a possible payout.)
- 2.5 (correct answer)
- 4
- 9
- 3
Explanation: Expected value represents the average payout per roll over many games. To find it, multiply each payout by its probability, then sum. For X=0 (rolls 1-3), the probability is 3/6=1/2, giving 0×(1/2)=0. For X=3 (rolls 4-5), the probability is 2/6=1/3, giving 3×(1/3)=1. For X=9 (roll 6), the probability is 1/6, giving 9×(1/6)=3/2. Summing: 0 + 1 + 3/2 = 5/2 = 2.5. This $2.50 average reflects that high payouts are rare while zero payouts are common. Remember, expected value weights outcomes by their likelihood, not just averaging the possible values.
Question 12
A coupon game gives a discount in dollars. Let X be the discount from one play. The distribution is: P(X=1)=41, P(X=3)=21, P(X=5)=41. What is the expected value of X (in dollars)? (Note: the expected value may not be a possible outcome.)
- 9/4
- 3 (correct answer)
- 1/4
- 5
Explanation: Expected value represents the average discount you'd receive over many plays. To find it, multiply each discount amount by its probability and sum the results. For X=1 with probability 1/4, we get 1×(1/4)=1/4. For X=3 with probability 1/2, we get 3×(1/2)=3/2. For X=5 with probability 1/4, we get 5×(1/4)=5/4. Adding these products: 1/4 + 3/2 + 5/4 = 1/4 + 6/4 + 5/4 = 12/4 = 3. The expected discount of $3 makes sense—it's exactly the middle value, which happens because the probabilities are symmetric. Remember, expected value weights outcomes by likelihood, creating a balance point for the distribution.
Question 13
A survey records how many days per week a student exercises. Let X be the number of exercise days per week. The distribution is: P(X=0)=41, P(X=2)=21, P(X=4)=41. What is the expected value of X (in days)? (Note: the expected value may not be a possible outcome.)
- 3
- 8/4
- 2 (correct answer)
- 4
Explanation: Expected value tells us the average number of exercise days per week across many students. We calculate it by multiplying each outcome by its probability, then summing. For X=0 days with probability 1/4, we get 0×(1/4)=0. For X=2 days with probability 1/2, we get 2×(1/2)=1. For X=4 days with probability 1/4, we get 4×(1/4)=1. Adding these: 0 + 1 + 1 = 2. This average of 2 days per week reflects that the middle value (2 days) is most likely. Don't confuse this with a simple average of (0+2+4)/3=2—here we get the same result, but only because the distribution is symmetric.
Question 14
A simple game pays out dollars based on a card draw. Let X be the payout from one draw. The distribution is: P(X=0)=52, P(X=5)=52, P(X=10)=51. What is the expected value of X (in dollars)? (Note: the expected value may not be a possible payout.)
- 5
- 4 (correct answer)
- 15/5
- 3
Explanation: Expected value represents the average payout over many card draws. To find it, we multiply each payout by its probability and add the results. For X=0 with probability 52, we get 0×(52)=0. For X=5 with probability 52, we get 5×(52)=2. For X=10 with probability 51, we get 10×(51)=2. Summing these products: 0+2+2=4. This means over many draws, you'd average $4 per draw. Notice how the expected value of 4 isn't one of the possible payouts—it's the weighted average that accounts for how often each outcome occurs. Question 15
A game awards X points with probabilities: P(X=0)=41, P(X=4)=21, and P(X=8)=41. What is the expected value of X? Give your answer in points.
- 4 (correct answer)
- 3
- 8
- 12
Explanation: Expected value tells us the average points we'd score over many games. We calculate it by multiplying each point value by its probability, then summing. For 0 points with probability 1/4: 0×(1/4)=0; for 4 points with probability 1/2: 4×(1/2)=2; for 8 points with probability 1/4: 8×(1/4)=2. Adding these products: 0 + 2 + 2 = 4 points. This means in the long run, you'd average 4 points per game. Don't confuse this with the simple average (0+4+8)/3=4—that ignores how likely each outcome is. The weighted average properly accounts for the fact that 4 points happens twice as often as the others.
Question 16
A raffle ticket yields winnings X (in dollars) with probabilities: P(X=−1)=43 and P(X=5)=41. (A negative value means you lose money overall.) What is the expected value of X? Give your answer in dollars.
- 1
- 2
- 5
- 1/2 (correct answer)
Explanation: Expected value shows the average outcome including both wins and losses. Here, losing $1 happens with probability 3/4, while winning $5 happens with probability 1/4. We calculate: (-1)×(3/4) = -3/4 for the loss, and 5×(1/4) = 5/4 for the win. Adding these: -3/4 + 5/4 = 2/4 = 1/2. This means on average, you'd gain $0.50 per raffle ticket. Many people mistakenly think negative outcomes should be ignored, but expected value includes all possibilities. The positive result shows this raffle is actually favorable despite losing most of the time—the occasional big win outweighs frequent small losses.
Question 17
A bag contains cards labeled 1, 2, and 5. One card is drawn at random. Let X be the number on the card. The probabilities are P(X=1)=21, P(X=2)=31, and P(X=5)=61 (they sum to 1). What is the expected value of X?
- 1
- 3
- 4
- 2 (correct answer)
Explanation: Expected value is the key concept, serving as the predicted average value of a random variable like the number X on a drawn card. Compute it by multiplying each X value by its probability and adding the results. Here, for X=1 with probability 1/2, X=2 with 1/3, and X=5 with 1/6, the products are 0.5, about 0.67, and about 0.83. Adding them gives exactly 2. This interprets as the long-run average number if drawing many times. Don't confuse it with a simple average of the values; it's weighted by their chances. Use the 'value × chance' mindset for similar problems.
Question 18
A survey records the number of minutes a student spends reading on a given day. Let X be the number of minutes. The distribution is:
P(X=10)=41, P(X=20)=21, P(X=30)=41.
What is the expected value of X? Give your answer in minutes.
- 20 (correct answer)
- 15
- 25
- 30
Explanation: The concept is expected value, the average minutes spent reading per day across many surveyed students. Compute by multiplying each X by its probability and summing. For this, 10 times 1/4, 20 times 1/2, and 30 times 1/4. Adding gives 2.5 + 10 + 7.5 = 20 minutes. This interprets as an expected 20 minutes of reading on average per day. A misconception is simply averaging 10, 20, 30 to get 20 (which matches here due to symmetry), but generally, it's weighted, and asymmetry would differ. Strategy: always multiply 'value times chance' and add up.
Question 19
A raffle ticket has the following net winnings (in dollars). Let X be the net winnings from one ticket: P(X=−1)=43, P(X=3)=41. What is the expected value of X in dollars? (It may not be an outcome.)
- 0 (correct answer)
- -1
- 1
- 2
Explanation: Expected value is the focus, representing the average net winnings X from many raffle tickets. Compute by multiplying each X by its probability and adding. For X=-1 with 3/4 and X=3 with 1/4, products are -0.75 and 0.75. Summing gives 0 dollars. In the long run, you'd break even on average. It's weighted by probabilities, not a plain average of outcomes— that's an important misconception to avoid. Use the 'value × chance' approach for each possibility.
Question 20
A single fair six-sided die is rolled once. Let X be the number shown. The distribution is P(X=k)=61 for k=1,2,3,4,5,6. What is the expected value of X? (Compute ∑xP(x); the expected value may not be a possible outcome.)
- 3.5 (correct answer)
- 2.5
- 3
- 6
Explanation: The concept here is the expected value, which is the predicted average outcome for the random variable X over many trials. Conceptually, the formula is to multiply each possible value by its probability and then add those up. For this die roll, apply it by calculating 1 × (1/6), 2 × (1/6), 3 × (1/6), 4 × (1/6), 5 × (1/6), and 6 × (1/6). Then sum these products to find the expected number shown. This value represents the long-run average result per roll. A common misconception is to take the simple average of the possible values without considering their probabilities, but we must use the weighted average based on how likely each is. For future problems, remember the strategy: think 'value × chance' for each outcome and sum them.