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.

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 is the number of dots showing on a rolled die, so 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:
This is called a uniform distribution because every outcome is equally likely. You can verify it's a valid distribution: .

Interpretation of Dice Game Distributions
The expected value 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:
For the Lucky Dice Experiment, the calculation goes step by step:
Sum the results:
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.

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 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.
Statistical Concepts Related to Dice Experiments
- 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 times, the count of sixes follows a binomial distribution with parameters and .
- 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.