Dice Probability Calculator
Calculate the probability of rolling specific outcomes with any number and type of dice. Enter values for instant results with step-by-step formulas.
Formula
P(sum=k) = count of combinations that sum to k / total outcomes (sides^dice)
Total outcomes = sides^numDice. The number of ways to achieve a specific sum follows a bell curve centered on the average roll.
Frequently Asked Questions
What is the difference between odds and probability?
Probability is expressed as a number between 0 and 1 (or a percentage), representing the likelihood of an event. Odds compare favorable outcomes to unfavorable ones — odds of 3:1 means 3 wins for every 1 loss, which is a probability of 3/(3+1) = 75%. Casinos often express odds differently from true probability to build in their house edge.
What is the probability of rolling a specific number on a standard die?
A fair six-sided die has 1/6 ≈ 16.67% probability for each face. Rolling at least one specific number in two rolls = 1 − (5/6)² ≈ 30.6%. Rolling two specific numbers on two dice = 1/36 ≈ 2.78%. These calculations multiply individual probabilities for independent events.
What is a fair game in probability theory?
A fair game is one where the expected value for all players is zero — no participant has a mathematical advantage. In practice, most casino games are unfair (negative EV for players) due to the house edge. Flipping a coin for even money is a fair game; flipping for $0.90 per win and $1 per loss is unfair.
What is the birthday problem in probability?
The birthday problem asks: how many people are needed for a 50% chance two share a birthday? The answer is just 23 people — surprising because there are 365 days. The probability no two people share a birthday with n people = (365/365)(364/365)(363/365)...(365−n+1)/365. With 23 people this equals ≈50.7%, meaning a shared birthday is more likely than not.
Is my data stored or sent to a server?
No. All calculations run entirely in your browser using JavaScript. No data you enter is ever transmitted to any server or stored anywhere. Your inputs remain completely private.
How do I interpret the result?
Results are displayed with a label and unit to help you understand the output. Many calculators include a short explanation or classification below the result (for example, a BMI category or risk level). Refer to the worked examples section on this page for real-world context.