Probability Calculator
Use this Probability Calculator to calculate basic probability, complements, unions, intersections, conditional probability, Bayes' theorem, independent events, combinations, permutations, binomial probability, Poisson probability, normal probability, dice probability, and card probability with formulas and step-by-step results.
Calculate Probability Values
Select a probability mode, enter the known values, and calculate the probability, odds, complement, event count, or distribution result.
Basic Probability Calculator
Conditional Probability Calculator
Bayes' Theorem Calculator
Combinations and Permutations Calculator
Binomial Probability Calculator
Poisson Probability Calculator
Normal Probability Calculator
Dice Probability Calculator
Card Probability Calculator
Step-by-Step Probability Table
The table shows the calculation components for the selected probability mode.
What Is a Probability Calculator?
A Probability Calculator is a math tool that helps calculate how likely an event is to happen. Probability is used in statistics, data science, games, finance, biology, risk analysis, quality control, machine learning, sports predictions, school math, AP Statistics, IB Math, GCSE/IGCSE, SAT/ACT preparation, and everyday decision-making. A probability value ranges from 0 to 1. A probability of 0 means an event is impossible. A probability of 1 means an event is certain. A probability of 0.5 means the event has a 50% chance under the stated assumptions.
This calculator is designed as a complete probability suite. It can calculate basic probability from favorable and total outcomes, complement probability, odds, union and intersection probability, conditional probability, independence checks, Bayes' theorem, combinations, permutations, binomial probability, Poisson probability, normal probability, dice probability, and card probability. Each mode is useful for a different type of probability problem.
Probability calculations are simple only when the assumptions are clear. For example, rolling a fair die has equally likely outcomes. Drawing cards from a deck without replacement changes the probability after each draw. Binomial probability assumes independent trials and the same success probability each time. Normal probability assumes a continuous bell-shaped model. Bayes' theorem updates probability when new evidence appears. This calculator gives formulas and step-by-step values so the user can see which model is being used.
For students, the goal is not only to get an answer but to understand the structure of the problem. The words “and,” “or,” “given,” “at least,” “at most,” “exactly,” “with replacement,” and “without replacement” can change the formula. This page explains those distinctions and provides a calculator for the most common situations.
How to Use This Probability Calculator
Start by choosing the calculator mode that matches your problem. Use Basic Events when you know favorable outcomes and total outcomes, or when you know \(P(A)\), \(P(B)\), and \(P(A\cap B)\). This mode can calculate probability, complement, odds, union, and conditional values.
Use Conditional when the problem says “given that.” Conditional probability is written as \(P(A|B)\), meaning the probability of A given that B has occurred. This is not always the same as \(P(A)\), because the condition B can change the sample space.
Use Bayes when a probability must be updated after evidence. Bayes' theorem is common in medical testing, classification, reliability analysis, spam detection, risk scoring, and diagnostic reasoning. Enter the prior probability, the likelihood, and the false positive probability. The calculator returns the posterior probability.
Use nCr / nPr when counting outcomes. Choose combinations when order does not matter and permutations when order matters. Use Binomial for repeated independent success/failure trials. Use Poisson for counts of rare events over a fixed interval when an average rate is known. Use Normal when a continuous variable is approximately normally distributed.
Use Dice for dice-sum probabilities and Cards for drawing successes from a finite deck without replacement. Card probabilities use the hypergeometric model because the deck changes after each draw.
Probability Formulas
Basic probability is:
Complement probability is:
The union rule is:
Conditional probability is:
Bayes' theorem is:
Combinations and permutations are:
The binomial probability formula is:
The Poisson probability formula is:
The z-score formula for normal probability is:
The hypergeometric formula for card-style draws without replacement is:
Basic Probability, Complements, and Odds
Basic probability compares favorable outcomes with total possible outcomes. If a fair die has 6 sides and only one side is a 6, then the probability of rolling a 6 is \(1/6\). This works when all outcomes are equally likely. If outcomes are not equally likely, use event probabilities instead of simple counts.
The complement rule is often the fastest way to solve “at least one” problems. Instead of adding many cases, calculate the probability of none and subtract from 1. For example, the probability of getting at least one head in three fair coin flips is \(1-P(\text{no heads})=1-(1/2)^3=7/8\).
Odds are related to probability but not identical. Probability compares favorable outcomes to total outcomes. Odds in favor compare favorable outcomes to unfavorable outcomes. If probability is 0.75, odds in favor are 0.75:0.25, or 3:1.
Conditional Probability and Independence
Conditional probability answers questions where some information is already known. \(P(A|B)\) means the probability of A given B. The condition B restricts the sample space to outcomes where B has occurred. This is why conditional probability can be very different from ordinary probability.
Two events are independent if one event does not change the probability of the other. Algebraically, independence means \(P(A\cap B)=P(A)P(B)\). If this equality is not true, the events are dependent. In real problems, independence is an assumption that must be justified, not simply guessed.
Bayes' Theorem
Bayes' theorem updates probability after evidence. It combines a prior probability with evidence likelihood to produce a posterior probability. This is useful in diagnostic testing, spam filtering, machine learning classification, legal reasoning, quality control, and risk analysis. A common mistake is ignoring the base rate. Even a highly accurate test can produce many false positives when the condition is rare.
This calculator uses \(P(A)\), \(P(B|A)\), and \(P(B|A^c)\) to calculate \(P(A|B)\). The total evidence probability is \(P(B)=P(B|A)P(A)+P(B|A^c)P(A^c)\), unless you manually enter evidence probability.
Combinations and Permutations
Counting is the foundation of many probability problems. If every outcome is equally likely, probability is often favorable outcomes divided by total outcomes. Combinations count selections where order does not matter. Permutations count arrangements where order matters.
Choosing 3 students from 10 is a combination because the group is the same regardless of order. Assigning first, second, and third place from 10 students is a permutation because order changes the result. Many probability errors happen because the wrong counting method is used.
Binomial, Poisson, and Normal Probability
The binomial distribution applies to a fixed number of independent trials, each with the same probability of success. It answers questions such as the probability of exactly 3 successes in 10 trials. It also supports cumulative questions such as at most 3 successes or at least 3 successes.
The Poisson distribution models counts of events over a fixed time, space, or exposure interval when the average rate \(\lambda\) is known. It is often used for arrivals, defects, rare events, calls, or occurrences per interval, when assumptions are reasonable.
The normal distribution is continuous and bell-shaped. It is used for measurements such as test scores, heights, errors, and averages under certain conditions. Normal probabilities are calculated by converting values to z-scores and using the normal cumulative distribution.
Dice and Card Probability
Dice probability is a classic example of discrete probability. With two fair six-sided dice, there are 36 equally likely ordered outcomes. A sum of 7 has six favorable outcomes, so its probability is \(6/36=1/6\). With more dice or more sides, the number of outcomes grows quickly, so a calculator is useful.
Card probability usually involves drawing without replacement. If you draw a card and do not put it back, the deck changes. That means probabilities are not independent across draws. The hypergeometric distribution is the correct model for many card drawing questions, such as the probability of drawing at least one ace in a 5-card hand.
Probability Worked Examples
Example 1: Basic probability. If there are 3 favorable outcomes out of 10 total outcomes:
Example 2: Union of two events. If \(P(A)=0.40\), \(P(B)=0.30\), and \(P(A\cap B)=0.12\), then:
Example 3: Binomial probability. The probability of exactly 3 successes in 10 trials with \(p=0.5\) is:
Example 4: Bayes' theorem. If a prior probability is small, the posterior probability can still be modest even when the test is accurate. This is why base rates matter in diagnosis and classification problems.
Common Probability Mistakes
The first common mistake is confusing “and” with “or.” In probability, “and” often means intersection, while “or” often means union. The second mistake is assuming events are independent without checking. The third mistake is using combinations when order matters or permutations when order does not matter.
The fourth mistake is ignoring replacement. Drawing with replacement and drawing without replacement use different models. The fifth mistake is treating a probability model as guaranteed truth. Probability calculations are only as valid as their assumptions.
Probability Calculator FAQs
What does this Probability Calculator do?
It calculates basic probability, complements, unions, intersections, conditional probability, Bayes' theorem, combinations, permutations, binomial probability, Poisson probability, normal probability, dice probability, and card probability.
What is the basic probability formula?
The formula is \(P(A)=\text{favorable outcomes}/\text{total outcomes}\), when all outcomes are equally likely.
What is conditional probability?
Conditional probability is \(P(A|B)=P(A\cap B)/P(B)\). It gives the probability of A when B is known to have occurred.
What is Bayes' theorem used for?
Bayes' theorem updates the probability of a hypothesis after observing evidence. It is used in diagnosis, classification, risk analysis, and decision-making.
When should I use combinations?
Use combinations when order does not matter, such as choosing a group of people.
When should I use permutations?
Use permutations when order matters, such as arranging winners in first, second, and third place.
What is the difference between binomial and Poisson probability?
Binomial probability counts successes in a fixed number of independent trials. Poisson probability models counts of events over a fixed interval with a known average rate.
Important Note
This Probability Calculator is for educational math, statistics, and probability learning. It is not a substitute for professional risk modeling, medical diagnosis, financial advice, gambling strategy, legal analysis, engineering safety review, or formal statistical consulting.
