Probability Calculator
Free probability calculator, combinations calculator, permutations calculator and normal distribution Z score calculator with step-by-step solutions. Probability calculator with combinations and permutations in one tool. Calculate basic probability, combinations (nCr) and permutations (nPr) with full working shown. Includes a normal distribution calculator with Z-score and shaded bell curve, binomial probability calculator, and a dice probability calculator and coin flip simulator. Works for students, teachers and professionals. No login required.
Calculate Probability, Combinations, Permutations & Distributions
Rate this tool
Everything the Probability Calculator Does
How to Use the Probability Calculator
Probability Calculator: LazyTools vs Competitors
Most free probability calculators handle only one type of problem per page. LazyTools combines all five modes with step-by-step working and the unique visual bell curve in one tool.
| Feature | LazyTools | Omnicalculator | Calculator.net | Symbolab |
|---|---|---|---|---|
| Basic probability | Yes | Yes | Yes | Yes |
| nCr / nPr with working | Yes | Yes | Yes | Yes |
| Normal distribution / Z-score | Yes | Yes | Yes | Yes |
| Bell curve visualisation | Yes (shaded) | Yes | No | No |
| Binomial distribution | Yes + bar chart | Yes | Yes | Yes |
| Dice probability calculator | Yes + simulator | Yes | Yes | No |
| Step-by-step working | Yes (all modes) | No | No | Yes (paid) |
| No login required | Yes | Yes | Yes | Limited free |
Probability Formulas: Complete Reference
Probability is a branch of mathematics that quantifies uncertainty. Every probability value lies between 0 (impossible) and 1 (certain). This calculator covers five major areas of probability theory, each with their own formulas and applications.
| Formula | Expression | Meaning |
|---|---|---|
| P(A) | Favourable / Total | Probability of event A |
| P(not A) | 1 - P(A) | Probability A does not occur |
| P(A and B) | P(A) x P(B) if independent | Both A and B occur |
| P(A or B) | P(A) + P(B) - P(A and B) | At least one of A or B occurs |
| nCr | n! / (r! x (n-r)!) | Combinations: order does not matter |
| nPr | n! / (n-r)! | Permutations: order matters |
| Z-score | (X - mean) / SD | Standard deviations from mean |
| Binomial P(X=k) | C(n,k) x p^k x (1-p)^(n-k) | Exactly k successes in n trials |
| Poisson P(X=k) | (lambda^k x e^-lambda) / k! | k events given average rate lambda |
Combinations nCr calculator: choosing without order
The combinations nCr calculator answers "how many ways can I choose r items from n, when order does not matter?" The formula is nCr = n! / (r! x (n-r)!). Factorials grow very quickly, so this calculator handles the arithmetic for you up to n=170. Common applications include lottery odds (choosing 6 from 49: C(49,6) = 13,983,816 combinations), selecting committee members from a group, choosing which questions to answer on an exam, and any selection problem where the arrangement of chosen items does not matter.
Normal distribution Z-score calculator
The normal distribution Z-score calculator converts a raw value X to a Z-score and then finds the corresponding probability. The Z-score formula is Z = (X - mean) / standard deviation. Once you have the Z-score, the cumulative distribution function (CDF) gives P(X less than x), the probability of observing a value below X. This is used in: quality control (what percentage of products fall outside tolerance?), exam marking (what percentage of students scored below 70?), medical statistics (is this patient's measurement within the normal range?), and finance (what is the probability of a loss exceeding this threshold?).
Binomial probability calculator step by step
The binomial probability calculator step by step shows the full working for P(X=k) in n independent trials with success probability p. The formula is P(X=k) = C(n,k) x p^k x (1-p)^(n-k). This applies whenever: there is a fixed number of trials, each trial is independent, each trial has the same two outcomes (success/failure), and each trial has the same probability p. Examples include: coin flips (p=0.5), quality control sampling (p=defect rate), medical trials (p=treatment success rate), and exam multiple choice (p=probability of guessing correctly).
Conditional probability calculator
Conditional probability P(A|B) is the probability of A occurring given that B has already happened. The formula is P(A|B) = P(A and B) / P(B). In the Basic P(A) tab, enter P(B) and P(A and B) to see the conditional probability. This is the foundation of Bayes theorem: P(A|B) = P(B|A) x P(A) / P(B), which updates the probability of A given new evidence B. Real-world applications include medical diagnosis (probability of disease given a positive test result), spam filtering and machine learning classification.
Poisson distribution calculator
The Poisson distribution calculator models the probability of k events occurring in a fixed interval when the average rate is known. The formula is P(X=k) = (lambda^k x e^-lambda) / k!, where lambda is the average number of events and e is Euler's number (approximately 2.71828). Poisson is used for: website visits per minute, phone calls per hour, typos per page, traffic accidents per day, and any scenario where events are rare, independent and occur at a constant average rate. The Poisson distribution is a limiting case of the binomial distribution when n is large and p is small, with lambda = n x p.
Dice probability calculator free
For a standard fair die, each face has equal probability 1/6. For a target sum across multiple dice, the number of ways to achieve that sum determines the probability. For two six-sided dice, the sum 7 has the most combinations (1+6, 2+5, 3+4, 4+3, 5+2, 6+1 = 6 ways out of 36), giving probability 6/36 = 1/6. The dice simulator tab rolls the dice and calculates both the simulated result and the theoretical probability of your target sum.