Mathwords logoMathwords

Dice — Definition, Formula & Examples

Dice are small objects with numbered faces used to generate random outcomes in probability. A standard die is a cube with faces labeled 1 through 6, where each face is equally likely to land up on a roll.

A standard die is a fair randomizing device with sample space S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}, where each outcome has probability 16\frac{1}{6}. When two dice are rolled simultaneously, the combined sample space contains 6×6=366 \times 6 = 36 equally likely ordered pairs.

Key Formula

P(event)=number of favorable outcomestotal outcomesP(\text{event}) = \frac{\text{number of favorable outcomes}}{\text{total outcomes}}
Where:
  • P(event)P(\text{event}) = Probability of the event occurring
  • total outcomes\text{total outcomes} = 6 for one die, 36 for two dice

How It Works

Each face of a fair die has the same chance of appearing, so the probability of any single outcome is 16\frac{1}{6}. To find the probability of an event, count the favorable outcomes and divide by the total number of outcomes. With two dice, you list all 36 ordered pairs — for example, (1,1),(1,2),,(6,6)(1,1), (1,2), \ldots, (6,6) — and count the pairs that satisfy your condition. This makes dice one of the most common tools for learning how to compute theoretical probability.

Worked Example

Problem: You roll two standard dice. What is the probability that the sum equals 7?
Step 1: Count the total outcomes for two dice.
6×6=366 \times 6 = 36
Step 2: List the pairs that sum to 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). That gives 6 favorable outcomes.
Step 3: Divide favorable outcomes by total outcomes.
P(sum=7)=636=16P(\text{sum} = 7) = \frac{6}{36} = \frac{1}{6}
Answer: The probability of rolling a sum of 7 with two dice is 160.167\frac{1}{6} \approx 0.167.

Visualization

Why It Matters

Dice problems appear on virtually every middle-school and high-school probability test. They build the foundation for understanding sample spaces, which you need in statistics courses and for standardized exams like the SAT.

Common Mistakes

Mistake: Treating two-dice sums as equally likely (assuming the probability of rolling a 7 equals the probability of rolling a 2).
Correction: Different sums have different numbers of combinations. A sum of 7 can occur 6 ways, but a sum of 2 can occur only 1 way — so 7 is six times more likely than 2.