Two Dice Probability Calculator

Calculate two-dice probabilities for sums, doubles, products, and differences. View complete sum distribution, outcome grid, cumulative probabilities, and custom-sided dice support.

About the Two Dice Probability Calculator

The two dice probability calculator computes the chance of common outcomes when rolling two dice. You can ask for sums, doubles, products, differences, or the probability of seeing a target face at least once.

For two standard d6 dice there are 36 equally likely outcomes, and the sum distribution is triangular rather than flat. Seven is the most common total, while the extremes 2 and 12 are the least common. The page shows the full grid and distribution so you can see why those totals happen.

That makes it useful for classroom probability, board-game odds, and any case where you need more than just a single sum result.

Why Use This Two Dice Probability Calculator?

Two dice create a small but nontrivial probability space, which makes them a good teaching example. The distribution is easy to state in words, but the outcome grid shows why the middle sums are much more likely than the extremes.

The calculator is also useful when game rules depend on doubles, thresholds, or repeated rolls rather than on the raw sum alone.

How to Use This Calculator

  1. Set the number of sides for each die (default is 6 for standard dice).
  2. Select what to calculate: sum, doubles, product, difference, etc.
  3. Enter the target value for your selected mode.
  4. Set number of rolls to see the probability of the event happening at least once.
  5. Use presets for common dice probability questions.
  6. Expand the outcome grid to see all individual results.

Formula

P(sum = k) = (number of ways to roll k) / (sides₁ × sides₂). For 2d6: ways to roll sum k = k − 1 for k ≤ 7, and 13 − k for k > 7. P(doubles) = min(sides₁,sides₂) / (sides₁ × sides₂).

Example Calculation

Result: 16.67% (6/36), odds 1:5

Sum of 7 can be rolled 6 ways: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). Out of 36 total outcomes, that's 6/36 = 16.67%. The chance of rolling at least one 7 in 3 rolls is 42.1%.

Tips & Best Practices

The Triangle Distribution

The sum of two d6 dice follows a triangular distribution: probabilities increase from 2 to 7, then decrease from 7 to 12. This happens because there are more ways to make middle values. Only (1,1) makes 2, but six different pairs make 7. This is the simplest example of the central limit theorem — the sum of uniform random variables tends toward a bell shape.

Gambler's Fallacy and Dice

A common misconception is that if you haven't rolled a 7 in several tries, you're "due" for one. Each roll is independent — the probability remains 16.67% regardless of history. However, over many rolls, the law of large numbers guarantees the proportion of 7s will converge to 16.67%.

Non-Transitive Dice

Interestingly, it's possible to design three dice A, B, C where A beats B more than half the time, B beats C more than half the time, but C beats A more than half the time. These "non-transitive dice" demonstrate that probability comparisons aren't always transitive, a concept relevant to voting theory and tournament design.

Sources & Methodology

Last updated:

Frequently Asked Questions

What is the most likely sum with two dice?

For two d6 dice, 7 is most likely (6 ways out of 36 = 16.67%). For two dice with s₁ and s₂ sides, the most likely sum is around (s₁+s₂+2)/2.

How many ways can you roll a specific sum?

For d6+d6: sums 2-7 have 1,2,3,4,5,6 ways respectively. Sums 8-12 have 5,4,3,2,1 ways (symmetric). The pattern forms a triangle: increasing to 7, then decreasing.

What is the probability of rolling doubles?

With two d6 dice, there are 6 possible doubles (1-1 through 6-6) out of 36 outcomes = 16.67% or 1/6. Each specific double has probability 1/36 ≈ 2.78%.

Are dice rolls independent?

Yes, each die roll is completely independent of the other. The first die showing a 6 has no effect on what the second die shows. This is why P(double 6) = P(6)×P(6) = 1/36.

How does this apply to games like Monopoly or Craps?

In Monopoly, you move the sum of two dice, so knowing sum probabilities helps predict which properties get landed on most. In Craps, the come-out roll probabilities (7 or 11 wins, 2/3/12 loses) directly determine house edge.

What about dice with different numbers of sides?

The calculator supports any combination. A d4+d8 has 32 outcomes with sums from 2 to 12. The distribution is no longer symmetric if the dice have different sizes. Custom dice are common in tabletop RPGs like D&D.

Related Pages