Table of Contents
Two Dice Probability Basics
When rolling two standard six-sided dice, there are 36 equally likely outcomes (6 outcomes for each die). The sum of the two dice ranges from 2 to 12, but these sums are not equally likely. The sum of 7 is the most probable outcome with 6 out of 36 combinations, while 2 and 12 are the least probable with only 1 combination each.
Understanding two-dice probabilities is fundamental to probability theory and is essential for many board games, casino games (particularly craps), and serves as an excellent teaching tool for discrete probability distributions.
Formula
Complete Probability Table
| Sum | Ways | Probability | Percentage |
|---|---|---|---|
| 2 | 1 | 1/36 | 2.78% |
| 3 | 2 | 2/36 | 5.56% |
| 4 | 3 | 3/36 | 8.33% |
| 5 | 4 | 4/36 | 11.11% |
| 6 | 5 | 5/36 | 13.89% |
| 7 | 6 | 6/36 | 16.67% |
| 8 | 5 | 5/36 | 13.89% |
| 9 | 4 | 4/36 | 11.11% |
| 10 | 3 | 3/36 | 8.33% |
| 11 | 2 | 2/36 | 5.56% |
| 12 | 1 | 1/36 | 2.78% |
Frequently Asked Questions
Why is 7 the most common sum?
Seven can be made with 6 different combinations: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). Each step away from 7 has one fewer combination, creating the symmetric triangular distribution.
What is the expected value when rolling two dice?
The expected value (average sum) is 7. Each die has an expected value of 3.5, so two dice have an expected sum of 3.5 + 3.5 = 7. Over many rolls, the average sum converges to 7.