Dice With Same Numbers

Sign up to mark as complete Sign up to bookmark this question
Asset Pricingx / 34
Behavioral Questionsx / 7
Brain Teasersx / 76
Derivatives Theoryx / 108
Digital Assets - Cryptox / 64
Energy Tradingx / 40
Linear Algebrax / 24
Math Questionsx / 45
Probability and Statisticsx / 165
Programmingx / 35
Totalx / 598

Dice With Same Numbers

You roll 3 dice. If they all show the same number, you earn €16. If two of the numbers are the same as each other, you earn €14. If all numbers are different, you lose €4.

What is the expected return per roll? Round it to two decimal places (i.e., cents).
Let's calculate the expected return per outcome. Let's define the following:
  • $E_n$ is the expected return when $n$ dice are the same.
  • $P_n$ is the probability that $n$ dice are the same.
Let's start with the case where 3 dice are the same, where you earn €16. The first die can be any number, but the other two dice need to be the same number. So, \begin{equation} P_3 = 1 * \frac{1}{6} * \frac{1}{6} = \frac{1}{36} \end{equation} \begin{equation} E_3 = P_3 * 16 = \frac{16}{36} \end{equation} Next, consider the case where 2 dice are the same, where you earn €14. The first die can be any number, the second die needs to be the same, and the third die needs to be a different number. You can order this in $\binom{3}{2} = 3$ ways. So, \begin{equation} P_2 = 1 * \frac{1}{6} * \frac{5}{6} * \binom{3}{2}  = \frac{5}{12} \end{equation} \begin{equation} E_2 = P_2 * 14 = \frac{210}{36} \end{equation} Finally, consider the case where no dice are the same, where you lose €4. The first die can be any number, the second die needs to be another number and the third die needs to be another number again. So, \begin{equation} P_0 = 1 * \frac{5}{6} * \frac{4}{6}  = \frac{5}{9} \end{equation} \begin{equation} E_0 = P_0 * -4 = - \frac{80}{36} \end{equation} The expected return of this game is defined as: \begin{equation} E = E_3 + E_2 + E_0 \end{equation} \begin{equation} E = \frac{16}{36} + \frac{210}{36} - \frac{80}{36} \end{equation} \begin{equation} E = \frac{146}{36} = \frac{73}{18} \approx 4.06 \end{equation}
Correct Answer: 4.06
Title Category Subcategory Difficulty Status
100-Sided Die Probability and StatisticsExpected ValueHard
5 Descending Cards Probability and StatisticsExpected ValueMedium
Basketball Practice #1 Probability and StatisticsExpected ValueMedium
Basketball Practice #2 Probability and StatisticsExpected ValueHard
Biased Coin #1 Probability and StatisticsExpected ValueMedium
Biased Coin #2 Probability and StatisticsExpected ValueEasy
Biased Coin #3 Probability and StatisticsExpected ValueEasy
Biased Coin #4 Probability and StatisticsExpected ValueMedium
Biased Coin #5 Probability and StatisticsExpected ValueMedium
Card On Top Probability and StatisticsExpected ValueEasy
Coins and Dice Probability and StatisticsExpected ValueEasy
Company Acquired or Not Probability and StatisticsExpected ValueMedium
Croissant or Muffin Probability and StatisticsExpected ValueEasy
Dice Game Probability and StatisticsExpected ValueHard
Dice Sum Game Probability and StatisticsExpected ValueEasy
Dice vs Coins Probability and StatisticsExpected ValueMedium
Different Outcome Probability and StatisticsExpected ValueEasy
Divisible Throws Probability and StatisticsExpected ValueEasy
Double Down Coin Bet Probability and StatisticsExpected ValueEasy
Drunk Student #1 Probability and StatisticsExpected ValueEasy
Drunk Student #2 Probability and StatisticsExpected ValueMedium
Empty Boxes Probability and StatisticsExpected ValueEasy
Exponential Distribution #1 Probability and StatisticsExpected ValueMedium
First Ace Probability and StatisticsExpected ValueEasy
First Flip Wins Probability and StatisticsExpected ValueEasy
Flip 100 Coins Probability and StatisticsExpected ValueMedium
Example
Flip 4 Coins Probability and StatisticsExpected ValueMedium
Flowers in Bloom Probability and StatisticsExpected ValueMedium
Free Seat Probability and StatisticsExpected ValueEasy
Free Ticket Probability and StatisticsExpected ValueHard
Game Show Stop or Go Probability and StatisticsExpected ValueEasy
Kelly Betting #1 Probability and StatisticsExpected ValueEasy
Kelly Betting #2 Probability and StatisticsExpected ValueMedium
Other Than Six Probability and StatisticsExpected ValueEasy
Repeating Dice Probability and StatisticsExpected ValueEasy
Example
Same Flips Probability and StatisticsExpected ValueEasy
Shooting Star Probability and StatisticsExpected ValueEasy
Specific Card #1 Probability and StatisticsExpected ValueEasy
Spin in Two Regions Probability and StatisticsExpected ValueMedium
Sum Two Dice Probability and StatisticsExpected ValueEasy
The Highest Face Probability and StatisticsExpected ValueMedium
Three Blue Orbs Probability and StatisticsExpected ValueMedium
Throw a 6 #1 Probability and StatisticsExpected ValueEasy
Throw a 6 #2 Probability and StatisticsExpected ValueMedium
Throw a 6 #3 Probability and StatisticsExpected ValueHard
Throw a 6 #4 Probability and StatisticsExpected ValueMedium
Throw Until Matched Probability and StatisticsExpected ValueMedium
Example
Toy Collection #1 Probability and StatisticsExpected ValueMedium
Toy Collection #2 Probability and StatisticsExpected ValueHard
Two Consecutive Fives Probability and StatisticsExpected ValueMedium
Two Dice Difference Probability and StatisticsExpected ValueEasy
Two Rolls Payoff Probability and StatisticsExpected ValueEasy
Two Same Dice Probability and StatisticsExpected ValueEasy
Uniform Distribution #1 Probability and StatisticsExpected ValueHard

Please log in to see the discussion.