Two Dice Probability Calculator - Exact Sums and Doubles
Two dice probability calculator with exact, at-least, and at-most probabilities for dice sums, doubles, and ordered pairs across all 36 outcomes.
Two Dice Probability Calculator
Results
What Is the Two Dice Probability Calculator?
The two dice probability calculator works out the chance of getting a specific result when you roll two fair dice together, from a target sum like 7 to a pair of doubles to an exact ordered pair such as (3,5). The form takes the face count, a target sum, a doubles toggle, and two ordered-pair faces, then returns the exact, at-least, and at-most probabilities, the favorable count, and the total ordered outcomes.
- • Craps, board games, and tabletop decisions: Look up pass-line, come-out, hard-way, and field bet probabilities for craps, and check the chance of doubles for board game rules that hinge on matching faces.
- • Probability distribution exploration: Read off the full sum triangle from 2 to 12 to see why the mode sits at 7 and why the chart is symmetric around the average.
- • Probability sanity checks and homework: Confirm a calculated probability against a quick reference, such as snake eyes being 1 in 36, before quoting it in class or on an assignment.
Each die roll is independent and every face is equally likely, so the full sample space of two dice is the 36 ordered pairs (1,1), (1,2), ..., (6,6). The probability of any event is the count of favorable pairs divided by 36.
The same logic applies to non-standard dice such as d4, d8, and d20. The denominator becomes faces squared, and the triangle shape still appears at the new scale.
For repeated independent trials of a single fair event such as 10 coin flips, the Coin Flip Probability Calculator returns exact binomial probabilities for that count. The two-dice problem is closely related, but it counts ordered pairs instead of repeated outcomes.
How the Calculator Works
The calculator counts ordered pairs that satisfy the chosen event, then divides by the total outcome space for two dice. For standard six-sided dice the total is 36; for d4 it is 16, for d8 it is 64. Exact, at-least, and at-most probabilities all come from that count.
- dieFaces: Number of faces on each die. Standard dice use 6; tabletop dice can use 4, 8, 10, 12, or 20.
- targetSum: Sum you want both dice to total. The achievable range runs from 2 up to 2 times the face count.
- requireDoubles: When set, the calculator counts ordered pairs where the two dice show the same face instead of counting by sum.
- faceA and faceB: Specific faces you want to compare for an exact (faceA, faceB) ordered pair probability.
The chart behind the form uses the standard sum-frequency triangle. For two fair six-sided dice, sums 2 and 12 each have one ordered pair, sums 3 and 11 each have two, sums 4 and 10 each have three, sums 5 and 9 each have four, sums 6 and 8 each have five, and sum 7 has six. The total is always 36.
Worked example: probability of rolling sum 7
faces = 6, targetSum = 7
Favorable pairs: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). Total: 6^2 = 36.
P(sum = 7) = 6 / 36 = 0.1667, or about 16.67 percent.
Sum 7 is the most likely outcome of two fair dice because it has more ordered pairs than any other sum.
Worked example: probability of doubles
faces = 6, requireDoubles = on
Matching pairs: (1,1) through (6,6). Total: 36.
P(doubles) = 6 / 36 = 0.1667, or about 16.67 percent.
Doubles has the same probability as sum 7, which is why craps hardways have comparable weight.
According to Wolfram MathWorld, Dice, rolling two standard six-sided dice produces 6 times 6 = 36 equally likely ordered outcomes, so the sample space for any event is a subset of those 36 pairs.
When the question turns into 'how many sixes in 20 rolls of one die', the Binomial Distribution Calculator gives the full binomial shape for that count.
Key Concepts Explained
Four ideas carry the meaning behind every two dice probability calculator result. Understanding them turns a single number into a usable statement.
Equally likely outcomes
A fair die has no favored face, so each of its 6 faces shows up with probability 1/6 on a single roll. Combining two dice multiplies the per-die count by itself, giving 36 equally likely ordered pairs.
Ordered pairs and the 36-outcome sample space
Rolling two dice produces a result like (3,5), not just sum 8. The two dice are distinguishable, so (3,5) and (5,3) are two different outcomes even though they share the same sum. That is why the chart counts ordered pairs.
Exact, at-least, and at-most probabilities
Exact probability answers 'what is the chance of sum 7'. At-least answers 'sum 7 or higher', at-most answers 'sum 7 or lower'. The latter two come from summing neighboring entries on the chart.
Symmetric sum triangle and the mode at 7
Because the dice are interchangeable, the sum chart is symmetric around the average: 1/36, 2/36, 3/36, 4/36, 5/36, 6/36, 5/36, 4/36, 3/36, 2/36, 1/36 for sums 2 through 12. The mode sits at sum 7, and so does the mean.
The symmetry comes from swapping the two dice. For every ordered pair (i, j), the mirrored pair (j, i) sums to the same value. The chart counts both, so it is symmetric.
When a problem is phrased as a single event or complement rather than a dice sum, the Probability Calculator handles the same logic in a different form.
How to Use This Calculator
Set up the dice, choose your event, and read off the exact, at-least, and at-most probabilities plus the favorable count. The two dice probability form runs on the current input every time you change a value.
- 1 Choose the dice: Enter the number of faces per die in the first field. Use 6 for standard dice, 4 for d4, 8 for d8, and so on. The total outcome space is shown as faces squared.
- 2 Enter the target sum: Type the sum you want both dice to total. Achievable sums run from 2 up to 2 times the face count; values outside that range return 0 percent.
- 3 Switch to doubles if needed: Set Check Doubles Instead to Yes when you want the chance that both dice show the same face instead of a fixed sum.
- 4 Set the ordered pair faces: Enter Face A and Face B between 1 and the face count when you want the exact probability of a specific (faceA, faceB) outcome, for example (3,5).
- 5 Read the results: Exact Probability, Doubles Probability, Ordered Pair Probability, P(Sum >= Target) At Least, P(Sum <= Target) At Most, Favorable Ordered Pairs, and Total Ordered Outcomes all update in real time as you change any input.
If you roll two standard dice and want the chance of getting 7 or higher, set faces to 6, target sum to 7, leave doubles off, and read P(Sum >= 7) At Least. The probability is about 58.33 percent, so more than half of all two-dice rolls land at sum 7 or above.
For probability questions phrased as P(A and B) on independent dice events, the Joint Probability Calculator computes the joint value from the per-event probabilities.
Benefits of Using This Calculator
The two dice probability calculator combines three common dice questions into one view, so a single read answers most textbook and game problems.
- • Exact sum probabilities in one read: Returns the exact probability for any target sum from 2 up to 2 times the face count, with the favorable count and total outcomes side by side.
- • Three event styles in one view: Covers sum probabilities, doubles probability, and ordered-pair probability in the same form, skipping the by-hand counting.
- • At-least and at-most built in: Adds P(Sum >= Target) and P(Sum <= Target) rows so threshold questions such as 'what is the chance of 7 or higher' are a direct read.
- • Supports non-standard dice: Accepts any face count from 2 to 100, so the same logic covers d4, d8, d10, d12, and d20 without a separate chart.
- • Transparent chart output: Shows the favorable count and the total outcome space as plain integers, so the fraction (such as 6/36) appears next to the percent.
For game design or classroom examples, the at-least and at-most rows answer threshold questions directly, while the exact row handles a fixed target sum. For craps decisions, the doubles row is a quick sanity check on hardway bets, and the per-roll value plugs into expected-value work.
When the answer needs to be reported as a fraction like 6/36 instead of a percent, the Probability Fraction Calculator rewrites the same probability in that format.
Factors That Affect Your Results
Numbers from the two dice probability calculator are only as accurate as the equally-likely-faces assumption. Real dice, repeated trials, and changed rules can shift the result.
Die fairness
Loaded dice do not have equally likely faces, so 6/36 is no longer the right denominator. If a die is biased toward a specific face, treat the per-face probability as p and use the binomial model for repeated rolls.
Number of faces
The denominator changes from 36 for d6 to 16 for d4, 64 for d8, and 400 for d20. The sum triangle still exists but the peak and tail counts shift.
Distinguishability of dice
Treating two dice as distinguishable gives 36 ordered outcomes. Treating them as indistinguishable gives 21 unordered outcomes. Most problems use the ordered model.
Independence of rolls
Reusing dice, sharing a die with a known result, or rolling sequentially can break independence and change the denominator for cumulative problems.
- • The model assumes each face of each die is equally likely and each roll is independent. Biased dice, weighted craps dice, or sequential dependent rolls are not modeled directly.
- • Multi-roll problems such as 'the chance of getting sum 7 three times in a row' need the binomial layer on top of the per-roll probability and are not modeled directly here.
According to ThoughtCo, Probability of Dice, the six matching ordered pairs (1,1) through (6,6) give 6/36 or about 16.67 percent chance of rolling doubles on two fair six-sided dice.
According to Wikipedia, Binomial distribution, repeated independent trials with two outcomes each follow the binomial distribution, which frames dice problems such as counting how many sixes appear across several rolls of one die.
For waiting-time questions such as 'how many rolls until the first 6 appears', the Geometric Distribution Calculator returns the matching probability from a related model.
Frequently Asked Questions
Q: What is the probability of rolling a 7 with two dice?
A: Six ordered pairs add to 7 (1+6, 2+5, 3+4, 4+3, 5+2, 6+1), and there are 36 ordered pairs in total, so the probability is 6/36 or about 16.67 percent. Sum 7 is the single most likely result for two fair dice.
Q: What is the probability of rolling doubles with two dice?
A: There are six matching ordered pairs (1,1) through (6,6) out of 36 total ordered outcomes, giving 6/36 or about 16.67 percent. Doubles is one of the most common bets in craps and the basis for many board-game mechanics.
Q: How many possible outcomes are there when rolling two dice?
A: Two fair six-sided dice have 6 times 6 = 36 equally likely ordered outcomes, written as (1,1), (1,2), ..., (6,6). Every dice probability is just the count of favorable pairs divided by 36.
Q: What is the most likely sum when rolling two dice?
A: Sum 7 is the most likely outcome because it has the most ordered pairs (six of them). The frequency tapers off symmetrically toward the extremes: 6 and 8 each have five pairs, 5 and 9 have four, down to 2 and 12 with one pair each.
Q: What is the probability of rolling snake eyes with two dice?
A: Snake eyes is the ordered pair (1,1), a single favorable outcome out of 36, so the probability is 1/36 or about 2.78 percent. It is the rarest standard sum of two because it is also the minimum.
Q: How do you calculate the probability of two dice?
A: List all 36 ordered pairs, count how many of them satisfy your event (a target sum, doubles, or a specific (a, b) face), then divide that count by 36. For non-standard dice the denominator becomes faces squared and the same counting rule applies.