Single Event Probability

Multiple Events Probability

Combinations (nCr)

Use combinations when order does not matter (for example, choosing 3 students out of a class of 10).

Permutations (nPr)

Use permutations when order does matter (for example, arranging people in a line).

Binomial Probability

Calculate the probability of getting exactly k successes in n independent trials.

Dice Probability Calculator

🎯 Built for real-world problems

From simple coin flips to multi-step statistics questions, this probability calculator is designed for students, teachers, analysts and anyone working with uncertainty.

⚡ Instant, step-by-step output

See the final probability, percentage, odds and the exact formula the calculator used. Great for double-checking homework or explaining solutions.

📥 Export your results

Download your calculations as TXT or XLS-style files so you can attach them to assignments, reports or business documents.

📊 Works with other math tools

Need more statistics? Pair this page with our Statistics Calculator, Standard Deviation Calculator or Mean, Median, Mode Calculator.

How to Use a Probability Calculator (With Clear Examples)

Probability is simply a way of measuring how likely something is to happen. Whether you are revising for an exam, checking the odds in a game, or analysing data at work, a good probability calculator saves time and avoids mistakes. On this page you can analyse single events, multiple events, combinations, permutations, binomial experiments and dice rolls — all in one place.

1. The basics: single event probability

The simplest type of probability question looks like this: “What is the chance of this event happening?”. The formula behind the Single Event tab is:

P(Event) = Number of favourable outcomes ÷ Total number of possible outcomes

For example, rolling a 4 on a fair six-sided die has 1 favourable outcome and 6 possible outcomes, so P(rolling a 4) = 1 ÷ 6 ≈ 0.1667 or 16.67%.

Tip: You can always switch between fraction, decimal and percentage. If you prefer to work in percentages, our Percentage Calculator can help with the conversions.

2. Multiple events: AND vs OR

As soon as you have more than one event, the wording matters a lot. The Multiple Events tab supports:

Example: the probability of flipping two heads in a row is:

P(Head AND Head) = 0.5 × 0.5 = 0.25 (25%)

You can enter each probability either as a decimal (0.4) or as a percentage (40). The calculator normalises values above 1 by treating them as percentages.

3. Combinations vs permutations

Many exam and homework questions involve choosing or arranging items. The tricky part is knowing which formula to use:

The Combinations tab uses:

C(n, r) = n! ÷ (r! × (n − r)!)

and the Permutations tab uses:

P(n, r) = n! ÷ (n − r)!

For deeper work with averages and spread after counting outcomes, you can continue analysis with the Statistics Calculator or Basic Calculator.

4. Binomial probability in one click

Binomial probability appears often in textbooks, tests and data analysis. It applies when:

The Binomial tab uses the formula:

P(X = k) = C(n, k) × pk × (1 − p)n − k

Think of flipping a coin, checking if a product passes quality control, or counting how many customers say “yes” in a survey. Instead of doing the heavy factorial maths by hand, you just enter n, k and p and the calculator returns the exact probability.

5. Exact dice roll probabilities

The Dice Probability tab lets you answer questions like: “What is the chance that two six-sided dice add up to 7?” or “What are the odds that three 8-sided dice sum to 15?”.

Behind the scenes, the tool uses a dynamic programming table to count every possible way the dice can reach the target sum. It then divides those favourable outcomes by the total number of outcomes (sidesdice) to give an exact probability and percentage.

6. Common mistakes to avoid

Ready to practice? Start with a simple single event, then try multiple events, combinations and finally a binomial example. If you’re also working with percentages or growth, open the Percentage Calculator in a new tab for quick conversions.

Probability Calculator – Frequently Asked Questions

What can I calculate with this probability calculator?

You can calculate single event probability, combined probability for multiple events (AND/OR), combinations (nCr), permutations (nPr), binomial probabilities and dice roll odds, all with formulas and plain-language explanations.

Do I need to enter probabilities as decimals or percentages?

You can use either. If you type values like 40 or 75, the calculator treats them as 40% and 75%. If you type 0.4 or 0.75, it keeps them as decimals. This flexibility works especially well in the Multiple Events and Binomial tabs.

What is the difference between combinations and permutations here?

Use combinations when the order of items does not matter (for example, picking 5 lottery numbers). Use permutations when order does matter (for example, arranging 3 winners in 1st, 2nd and 3rd place).

Can I use this calculator for exam preparation?

Yes. The calculator is helpful for GCSE, A-Level, university statistics, SAT/ACT prep and any course that covers basic probability, combinatorics or binomial distributions. Many students use it to check their working and understand formulas step by step.

How accurate are the dice probabilities?

The dice tool uses exact counting methods (dynamic programming) to calculate the number of ways to reach a given sum. For reasonable numbers of dice and sides, the probabilities are exact, not approximations.

Can I download or save my results?

Yes. Each tab includes buttons to download TXT or XLS-style files. That makes it easy to paste the results into homework, reports, spreadsheets or documentation.

What other calculators work well with this one?

After calculating probabilities, you may want to explore average and spread using our Statistics Calculator, Standard Deviation Calculator or Average Calculator.