Mathwords logoMathwords

Die — Definition, Formula & Examples

A die is a small cube whose six faces are numbered 1 through 6, used to generate random outcomes in probability. The plural of die is 'dice.'

A die is a fair, six-sided solid (also called a d6) that serves as a random number generator with sample space S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}, where each outcome has an equal probability of 16\frac{1}{6} when the die is unbiased.

Key Formula

P(A)=number of favorable outcomes6P(A) = \frac{\text{number of favorable outcomes}}{6}
Where:
  • P(A)P(A) = Probability of event A occurring on a single die roll
  • 66 = Total number of equally likely outcomes on a standard die

How It Works

When you roll a standard die, it lands on exactly one of its six faces. Because the die is fair, each face is equally likely, so the probability of any single outcome is 16\frac{1}{6}. To find the probability of an event, count how many outcomes satisfy it and divide by 6. For example, the event 'roll an even number' includes outcomes {2,4,6}\{2, 4, 6\}, so its probability is 36=12\frac{3}{6} = \frac{1}{2}. When rolling two dice, the total sample space has 6×6=366 \times 6 = 36 equally likely outcomes.

Worked Example

Problem: You roll a standard die once. What is the probability of rolling a number greater than 4?
Identify favorable outcomes: The numbers greater than 4 on a die are 5 and 6.
Favorable outcomes={5,6}\text{Favorable outcomes} = \{5, 6\}
Count and divide: There are 2 favorable outcomes out of 6 total.
P(greater than 4)=26=13P(\text{greater than } 4) = \frac{2}{6} = \frac{1}{3}
Answer: The probability of rolling a number greater than 4 is 13\frac{1}{3}.

Visualization

Why It Matters

Die-rolling problems are the foundation of probability in middle school math and appear on nearly every state standardized test. Understanding a single die's sample space makes it much easier to tackle harder topics like rolling two dice, expected value, and game theory simulations.

Common Mistakes

Mistake: Treating outcomes when rolling two dice as 11 possible sums (2 through 12) that are equally likely.
Correction: The 36 ordered pairs are equally likely, not the sums. For instance, a sum of 7 can occur 6 ways, while a sum of 2 occurs only 1 way.