Exact probability
Calculates the chance of obtaining exactly a specified number of successes.
Calculate exact, cumulative, at-least, and interval probabilities for repeated independent trials with a fixed probability of success.
Enter the number of trials, probability of success, and the probability statement to solve.
The binomial distribution measures the probability of obtaining a specified number of successes in a fixed number of independent trials. Each trial must have the same probability of success and only two possible outcomes.
Calculates the chance of obtaining exactly a specified number of successes.
Finds the probability of no more than or fewer than a selected success count.
Calculates the probability of at least or more than a selected number of successes.
Adds exact probabilities across an inclusive range of possible success counts.
Reports expected successes, variance, standard deviation, mode, and failure probability.
Displays every possible success count with highlighted bars for the requested event.
Probability of exactly x successes in n independent trials.
The expected number of successes and the squared spread of the distribution.
The typical distance of the success count from its expected value.
Add the fixed number of independent trials in the experiment.
Enter the probability of success on each trial as a percentage.
Select exact, cumulative, at-least, greater-than, or interval probability.
See the result, summary statistics, distribution bars, and the complete probability table.
A binomial distribution gives the probabilities for the number of successes in a fixed number of independent trials when every trial has the same success probability and only two possible outcomes.
The number of trials must be fixed, trials must be independent, each trial must have two outcomes, and the probability of success must stay constant across all trials.
Multiply the number of combinations of n trials taken x at a time by p raised to x and by one minus p raised to n minus x. The calculator performs this computation automatically.
At most x includes every success count from zero through x. At least x includes every success count from x through the total number of trials.
The mean is np and represents the expected number of successes. The standard deviation is the square root of np(1−p) and measures the typical spread around that expected value.
Yes. The probability calculation uses logarithms to reduce overflow problems for large combinations. The distribution chart automatically limits the visible range when the trial count is very large, while the requested probability remains calculated.