Ad Space
Probability

As Fraction
1 in...

Full Sum Distribution

SumProbability
Ad Space

How to Calculate Dice Roll Probability

Rolling a single fair die gives every face an equal chance, but rolling two or more dice and adding up the result is different — the sums are not all equally likely. With n dice of s sides each, the total number of possible outcomes is sns^n, since every die's result is independent of the others. The probability of any particular sum is the number of ways that sum can be formed, divided by the total number of outcomes: P(sum=k)=ways to make ksnP(\text{sum} = k) = \frac{\text{ways to make } k}{s^n}

n: the number of dice being rolled.

s: the number of sides on each die.

k: the target sum you're solving for.

Why Some Sums Are More Common Than Others

With one die, every face has the same one way of appearing, so every result is equally likely. Add a second die, and the picture changes completely: a sum of 2 can only happen one way (1+1), but a sum of 7 can happen six different ways (1+6, 2+5, 3+4, 4+3, 5+2, 6+1). More ways to form a sum means a higher probability for that sum, which is exactly why the middle sums cluster more results and the extreme sums (the lowest and highest possible) are always the rarest, forming the familiar triangular "bell" shape you see in the distribution table above.

Exactly, At Least, and At Most

"Exactly" asks for one specific sum's probability on its own. "At least" adds up the probabilities of the target sum and everything higher, all the way to the maximum possible sum (n × s). "At most" adds up the target sum and everything lower, down to the minimum possible sum (n, if every die lands on 1). Because both broader conditions include the exact-sum case plus more outcomes, "at least" and "at most" are never smaller than "exactly" for the same target sum.

Worked Examples

  1. Classic "odds of a 7." Two six-sided dice, target sum 7, Exactly: 6 of the 36 possible outcomes make 7, so P=6/3616.67%P = 6/36 \approx 16.67\% — the single most likely sum with two dice.
  2. At least 10 with two dice. Sums of 10, 11, and 12 total 3+2+1=63 + 2 + 1 = 6 ways out of 36, so P=6/3616.67%P = 6/36 \approx 16.67\%.
  3. At most 4 with two dice. Sums of 2, 3, and 4 total 1+2+3=61 + 2 + 3 = 6 ways out of 36, so P=6/3616.67%P = 6/36 \approx 16.67\% — the low-end mirror image of the "at least 10" example above.
  4. Three six-sided dice, exactly 10. With three dice there are 63=2166^3 = 216 total outcomes, and 27 of them sum to 10, so P=27/216=12.5%P = 27/216 = 12.5\% — the most likely single sum for three dice, since 10 and 11 sit at the exact middle of the 3-to-18 range.
  5. Two four-sided dice, exactly 5. With d4s there are 42=164^2 = 16 total outcomes, and 4 of them (1+4, 2+3, 3+2, 4+1) sum to 5, so P=4/16=25%P = 4/16 = 25\%.

Dice Roll Terms You Should Know

Sum Distribution — the full set of probabilities for every achievable sum across a given number of dice, showing which sums are common and which are rare.

Sample Space — the complete set of possible outcomes; for n dice with s sides each, the sample space has sns^n equally likely outcomes before you start grouping them by sum.

Independent Trial — an event whose outcome doesn't affect, and isn't affected by, any other event; each die in a roll is independent of every other die.

Convolution — the technique of building up a multi-die sum distribution one die at a time, combining each new die's six (or s) possible faces with every sum reached so far.

Frequently Asked Questions

What are the odds of rolling a specific number?

It depends on the number of dice, sides per die, and the target sum. With two standard six-sided dice, the odds range from 1/36 (about 2.8%) for a sum of 2 or 12, up to 6/36 (about 16.7%) for a sum of 7, the most common result. Enter your own dice count, sides, and target sum above for the exact probability.

How do odds change with two dice?

With two dice, sums are not equally likely the way single-die faces are. Some sums can be formed in more ways than others — a 7 can be made 6 different ways with two six-sided dice, while a 2 or 12 can only be made 1 way, so 7 is six times more likely to appear than either extreme.

Why is 7 the most common sum with two six-sided dice?

Seven sits exactly in the middle of the possible sum range (2 through 12), and it has more combinations that add up to it than any other sum: 1+6, 2+5, 3+4, 4+3, 5+2, and 6+1 — six ways in total. The number of ways to form a sum rises toward the middle of the range and falls off toward the extremes, which is why the sum distribution forms a triangular, bell-like shape.

What's the probability of rolling doubles with two dice?

With two standard six-sided dice, there are 6 doubles outcomes (1-1 through 6-6) out of 36 total combinations, so P(doubles) = 6/36 = 1/6, about 16.67% — the same probability regardless of which specific double you're asking about.

Ad Space