Fiveable

📊Honors Statistics Unit 4 Review

QR code for Honors Statistics practice questions

4.8 Discrete Distribution (Lucky Dice Experiment)

4.8 Discrete Distribution (Lucky Dice Experiment)

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📊Honors Statistics
Unit & Topic Study Guides
Pep mascot

Discrete Distribution (Lucky Dice Experiment)

The Lucky Dice Experiment uses a simple six-sided die to show how discrete random variables, probability distributions, and expected values work together. By calculating the average payoff of a dice game, you can determine whether the game is fair, which is a practical application of the same tools you'll use across all discrete distribution problems.

Pep mascot
more resources to help you study

Lucky Dice Probability Calculations

A discrete random variable can only take on a finite or countably infinite number of values. In this experiment, the variable XX is the number of dots showing on a rolled die, so XX can be 1, 2, 3, 4, 5, or 6.

A probability distribution describes the probabilities of all possible outcomes for a discrete random variable. The probabilities must always sum to 1.

In the Lucky Dice Experiment, you roll a fair six-sided die and receive a payoff (in dollars) equal to the number showing. Since the die is fair, each face has the same probability:

P(X=x)=16 for x=1,2,3,4,5,6P(X = x) = \frac{1}{6} \text{ for } x = 1, 2, 3, 4, 5, 6

This is called a uniform distribution because every outcome is equally likely. You can verify it's a valid distribution: 16×6=1\frac{1}{6} \times 6 = 1.

Lucky dice probability calculations, Discrete Random Variables (3 of 5) | Statistics for the Social Sciences

Interpretation of Dice Game Distributions

The expected value E(X)E(X) represents the average payoff you'd see over many repetitions of the experiment. You calculate it by multiplying each outcome by its probability and summing:

E(X)=xxP(X=x)E(X) = \sum_{x} x \cdot P(X = x)

For the Lucky Dice Experiment, the calculation goes step by step:

  1. 116=161 \cdot \frac{1}{6} = \frac{1}{6}
  2. 216=262 \cdot \frac{1}{6} = \frac{2}{6}
  3. 316=363 \cdot \frac{1}{6} = \frac{3}{6}
  4. 416=464 \cdot \frac{1}{6} = \frac{4}{6}
  5. 516=565 \cdot \frac{1}{6} = \frac{5}{6}
  6. 616=666 \cdot \frac{1}{6} = \frac{6}{6}

Sum the results: 1+2+3+4+5+66=216=3.5\frac{1+2+3+4+5+6}{6} = \frac{21}{6} = 3.5

On average, the player receives a payoff of $3.50 per roll. Note that 3.5 is not a value you can actually roll on any single trial. The expected value is a long-run average, not a prediction for one roll.

The standard deviation measures how spread out the outcomes are around that expected value. A larger standard deviation means individual rolls will tend to land farther from 3.5.

One thing to watch out for: with a uniform distribution on a fair die, every outcome (1 through 6) is equally likely. Rolling a 3 is not more likely than rolling a 1. If a problem changes the payoff structure or uses a weighted die, the distribution would no longer be uniform, and the probabilities would differ.

Lucky dice probability calculations, The Uniform Distribution · Statistics

Fairness Analysis in Gambling Scenarios

A fair game is one where the expected payoff equals the cost to play. Neither the player nor the house has a long-run advantage.

To analyze fairness, compare E(X)E(X) to the cost of playing:

  • Fair game: Cost = $3.50. The expected payoff matches the cost, so neither side has an edge.
  • House advantage: Cost > $3.50 (say, $4.00). The player pays more than they expect to win back on average, so the house profits in the long run.
  • Player advantage: Cost < $3.50 (say, $3.00). The player expects to win more than they pay, so the player profits in the long run.

Most real-world gambling games are designed with a house advantage. That's how casinos stay in business.

  • Law of Large Numbers: As you increase the number of rolls, the sample mean of your payoffs will get closer and closer to the expected value of 3.5. After 10 rolls, your average might be far from 3.5. After 10,000 rolls, it'll be very close.
  • Binomial distribution: If you define "success" as rolling a specific number (say, a 6) and roll the die nn times, the count of sixes follows a binomial distribution with parameters nn and p=16p = \frac{1}{6}.
  • Central Limit Theorem: If you take the average of many independent rolls and repeat that process, the distribution of those sample means approaches a normal distribution as the sample size grows, even though the original die rolls follow a uniform distribution.