Math

Roll Two Dice: Probability, Sample Space, Sums and Examples

Learn roll two dice probability with sample space, sums, outcomes, solved examples, practice questions, and an interactive calculator. Perfect for IGCSE, GCSE, IB, AP, and high school math students.

Roll Two Dice

GCSE IGCSE IB AP High School

Probability · Sample Space · 36 Outcomes · Step-by-Step Examples · Interactive Calculator

What Happens When You Roll Two Dice?

When you roll two fair six-sided dice, you generate one of 36 equally likely ordered outcomes. Each outcome is recorded as a pair (a, b), where a is the result on Die 1 and b is the result on Die 2. The sum of the two dice ranges from 2 to 12, but these totals are not equally probable — making two-dice probability one of the most important and frequently tested topics across GCSE, IGCSE, IB, and AP mathematics.

Key Concepts of Rolling Two Dice

🎲 Sample Space

The sample space is the complete set of all possible outcomes of an experiment. For two dice, the sample space S contains all 36 ordered pairs from (1,1) to (6,6).

📋 Ordered Pairs

Each outcome is an ordered pair (a, b). Since the dice are distinguishable, (2,5) and (5,2) are two distinct outcomes — even though they share the same sum of 7.

🔢 Total Outcomes = 36

By the Multiplication Principle: Die 1 has 6 faces, Die 2 has 6 faces, so the total number of outcomes = 6 × 6 = 36. This is your denominator in every calculation.

➕ Sums of Two Dice

Possible sums range from 2 to 12. These sums are not equally likely — sum 7 has the highest probability (6/36) and sums 2 and 12 have the lowest (1/36).

⚃ Doubles

Doubles occur when both dice show the same number. There are exactly 6 doubles: (1,1), (2,2), (3,3), (4,4), (5,5), (6,6), giving P(doubles) = 6/36.

🔗 Independent Events

The two dice are independent — the outcome of Die 1 has no influence on Die 2. Independence is why we multiply: 6 × 6 = 36 total outcomes.

⛔ Mutually Exclusive Events

Two events are mutually exclusive if they cannot both occur at once. For example, rolling a sum of 4 and a sum of 9 are mutually exclusive — only one sum is possible per roll.

🎓 Why Two Dice Matter

The two-dice experiment introduces non-uniform probability distributions — a key exam concept that distinguishes advanced probability from basic coin-flip models. It underpins expected value, simulation, and data modelling.

Roll Two Dice Formulas

Formula 1 — General Probability
P(Event) = Number of Favorable Outcomes ÷ Total Outcomes

This is the core probability formula. For any event when rolling two dice, count how many of the 36 ordered pairs satisfy your condition, then divide by 36. The result will always be between 0 (impossible) and 1 (certain).

Formula 2 — Total Sample Space
Total Outcomes = 6 × 6 = 36

Two independent dice, each with 6 faces, produce exactly 36 equally likely ordered pairs. This value — 36 — is the denominator used in every single two-dice probability calculation. Never replace it with 12 (the number of possible sums).

Formula 3 — Probability of a Specific Sum
P(Sum = n) = Ways to get sum n ÷ 36

Count the ordered pairs that add up to n, then divide by 36. The number of ways forms a triangular pattern — rising from 1 to 6 then falling back to 1 as the sum increases from 2 to 12.

Ways to achieve each sum:

Sum23456789101112
Ways12345654321
Prob.1/361/181/121/95/361/65/361/91/121/181/36

Sample Space for Two Dice

The complete sample space for rolling two dice contains 36 ordered pairs. In the grid below, rows represent Die 1 and columns represent Die 2. Each cell shows the outcome (Die1, Die2) and its sum. Highlighted in blue = doubles.

D1 ↓ / D2 →⚀ 1⚁ 2⚂ 3⚃ 4⚄ 5⚅ 6

Why do (2,5) and (5,2) count as different outcomes? Because the two dice are physically separate objects. Die 1 showing 2 while Die 2 shows 5 is a genuinely different physical situation from Die 1 showing 5 while Die 2 shows 2. When you list the sample space, always treat the dice as distinguishable — otherwise you will undercount outcomes and calculate incorrect probabilities.

Roll Two Dice — Worked Examples

Example 1

Find the probability of getting a sum of 7 when rolling two dice.

Given: Two fair six-sided dice are rolled.

Formula: P(Sum = 7) = (Number of ways to get 7) ÷ 36

Step 1 — List all ordered pairs that sum to 7:

(1,6)   (2,5)   (3,4)   (4,3)   (5,2)   (6,1)

Step 2 — Count: There are 6 favorable outcomes.

Step 3 — Calculate:

P(Sum = 7) = 6/36 = 1/6 ≈ 0.1667 ≈ 16.67%

Sum 7 is the most probable outcome when rolling two dice — it has a 1 in 6 chance of occurring.

Example 2

Find the probability of rolling doubles.

Given: Two fair dice are rolled. Doubles = both dice show the same value.

Formula: P(Doubles) = (Number of doubles) ÷ 36

Step 1 — List all doubles:

(1,1)   (2,2)   (3,3)   (4,4)   (5,5)   (6,6)

Step 2 — Count: There are 6 doubles.

Step 3 — Calculate:

P(Doubles) = 6/36 = 1/6 ≈ 0.1667 ≈ 16.67%

There is a 1 in 6 chance of rolling any double — one for each possible face value on a standard die.

Example 3

Find the probability of getting a sum greater than 9.

Given: Two fair dice are rolled. We need sums of 10, 11, or 12.

Formula: P(Sum > 9) = (Ways to get 10, 11, or 12) ÷ 36

Step 1 — List outcomes for each qualifying sum:

  • Sum = 10: (4,6), (5,5), (6,4) → 3 ways
  • Sum = 11: (5,6), (6,5) → 2 ways
  • Sum = 12: (6,6) → 1 way

Step 2 — Total favorable: 3 + 2 + 1 = 6

Step 3 — Calculate:

P(Sum > 9) = 6/36 = 1/6 ≈ 0.1667 ≈ 16.67%

High sums like 10, 11, and 12 are uncommon — only 6 of 36 outcomes produce them.

Example 4

Find the probability of getting at least one 6.

Given: Two dice are rolled. "At least one 6" means Die 1 = 6, or Die 2 = 6, or both.

Best method: Use the complement rule — it's faster and avoids double-counting.

Step 1 — Find P(no 6 on either die):

Each die shows 1, 2, 3, 4, or 5 (5 choices). Total outcomes with no 6: 5 × 5 = 25

Step 2 — Apply the complement:

P(at least one 6) = 1 − 25/36 = 11/36 ≈ 0.3056 ≈ 30.56%

The complement method (1 − P(none)) is the most efficient approach whenever "at least one" appears.

Example 5

Find the probability of getting an even sum.

Given: Two fair dice are rolled. Even sums: 2, 4, 6, 8, 10, 12.

Step 1 — Count outcomes for each even sum:

  • Sum 2: 1 way  |  Sum 4: 3 ways  |  Sum 6: 5 ways
  • Sum 8: 5 ways  |  Sum 10: 3 ways  |  Sum 12: 1 way

Step 2 — Total: 1 + 3 + 5 + 5 + 3 + 1 = 18

Step 3 — Calculate:

P(Even sum) = 18/36 = 1/2 = 0.5 = 50%

Exactly half of all two-dice outcomes give an even sum — a beautiful result from the symmetry of odd and even numbers on each die.

Real-World Applications

🎲 Board Games

In Monopoly, Catan, and Backgammon, rolls of two dice determine movement and strategy. Knowing that sum 7 is the most probable outcome (1 in 6) gives skilled players a measurable advantage when placing settlements or planning attacks.

🕹 Game Design

Designers engineer game difficulty using the bell-shaped probability curve of two-dice sums. Events tied to likely sums (6–8) feel fair and frequent; those tied to extreme sums (2 or 12) feel rare and exciting, balancing player experience mathematically.

📊 Statistics Education

Rolling two dice is the classic introductory model for probability distributions, expected value (E[sum] = 7), and variance. It also illustrates how repeated sampling of sums approaches a normal distribution — a preview of the Central Limit Theorem.

💻 Simulations & Modelling

Computer scientists simulate dice rolls millions of times using Monte Carlo methods to model random processes in finance, physics, and logistics. Two-dice distributions are common benchmarks for testing random-number generators and probability algorithms.

⚖ Decision Science

In operations research and economics, two-dice probability models are used to represent scenarios with discrete, non-uniform likelihoods — helping analysts build better risk assessments and design fairer random assignment systems in experiments.

Common Mistakes to Avoid

❌ Using 12 instead of 36 as the denominator

There are 11 possible sums (2 to 12) but the denominator must always be 36 — the total number of ordered pairs. Writing P(sum=7) = 1/11 instead of 6/36 is a very common and costly error.

❌ Assuming all sums are equally likely

Sum 7 has probability 6/36 while sum 2 has probability 1/36. Each sum has a unique number of ways to be formed. Never assume all 11 sums share probability 1/11 — this is one of the most fundamental misconceptions in probability.

❌ Treating (2,5) and (5,2) as identical

Ordered pairs are always distinct when the dice are distinguishable. Both (2,5) and (5,2) contribute separately to the count. If you merge them into "one outcome," your numerator will be halved and your probability will be wrong.

❌ Miscounting doubles

Some students list outcomes like (1,2) as "near doubles" or miss one of the six valid pairs. Doubles are strictly (1,1), (2,2), (3,3), (4,4), (5,5), (6,6) — exactly 6 outcomes, no more, no less.

❌ Confusing "at least," "exactly," and "greater than"

"At least one 6" includes outcomes with one or two 6s, including (6,6). "Exactly one 6" excludes (6,6). "Sum greater than 9" means 10, 11, or 12 — but not 9. Always parse the language of the question before counting.

Practice Questions

Q1.  What is the probability of getting a sum of 8 when rolling two dice?

Q2.  What is the probability of rolling doubles?

Q3.  What is the probability of getting at least one 5?

Q4.  What is the probability of getting a sum less than 5?

Q5.  What is the probability of getting an odd sum?

🎲

Two Dice Probability Calculator

Choose a calculation type, enter your value, and get the probability instantly.

★ Summary — Key Takeaways

  • Rolling two fair six-sided dice produces 36 equally likely ordered outcomes.
  • Every outcome is an ordered pair (a, b) — (2,5) and (5,2) are always counted separately.
  • The core formula is: P(Event) = Favorable outcomes ÷ 36.
  • Sums range from 2 to 12 and are not equally likely — sum 7 is the most probable at 6/36 = 1/6.
  • There are exactly 6 doubles, so P(doubles) = 6/36 = 1/6 ≈ 16.67%.
  • For "at least one" questions, always use the complement rule: P(at least one) = 1 − P(none).
  • Exactly half of all outcomes (18/36) produce an even sum and half produce an odd sum.
  • The two dice are independent events — neither die influences the outcome of the other.

Frequently Asked Questions

© RevisionTown — Study smart, revise better.

Shares: