Binomial probability calculator: exact, at least, at most
By Jude Wallis · Published
A binomial probability calculator finds the chance of a set number of successes in n independent trials, each with success probability p. Enter n, p, and x to get the exact P(X = x), or an at-least or at-most range using cumulative probabilities.
binomial probability
0.2668
Distribution summary: mean = np = 3, SD = sqrt(np(1 - p)) = 1.4491.
Steps
- 1.P(X = 3) = C(10, 3) x 0.3^3 x 0.7^7
- 2.P(X = 3) = 0.2668
AP Statistics: Unit 2 (topics 2.10 The Binomial Distribution). This calculator supports Unit 2 topic 2.10, The Binomial Distribution, where the Fall 2026 AP course expects you to justify a binomial setting and compute its probabilities, mean, and standard deviation.
What the binomial probability calculator does
A binomial distribution calculator works out the probability of getting a set number of successes in a fixed number of independent trials. You give it three inputs: the number of trials , the probability of success on each trial , and the count of successes you care about.
The tool returns the exact probability , where (capital X) is the random variable that counts successes. It also handles range questions, like at least four successes or at most three successes, by adding the right individual probabilities.
You do not need the formula to use the calculator, but knowing what it computes helps you read the output and check your work by hand.
The binomial probability formula
The exact probability of successes comes from the binomial probability function on the AP formula sheet:
Here counts the ways to choose which of the trials are the successes, is the probability those trials succeed, and is the probability the rest fail. The values of run from to .
The calculator evaluates this for whatever you enter, so you can read a single-outcome probability straight off.
At least and at most: cumulative probability
Most real questions ask for a range, not a single value. A cumulative probability adds the individual probabilities across a range of counts.
For at most successes, add every probability from up to :
For at least successes, it is usually faster to use the complement rule than to add a long tail:
So at least four successes equals one minus the chance of three or fewer. The calculator lets you pick exactly, at most, at least, or a between range, and it applies the matching sum for you.
Mean and standard deviation
A binomial distribution has a simple center and spread. The mean (the symbol , read mu, is the average number of successes) is
The standard deviation (the symbol , read sigma, measures the typical spread around the mean) is
Both are on the AP formula sheet. Read them in context: is how many successes you expect on average, and is how far actual counts tend to fall from that average.
How to use the calculator
- Enter the number of trials .
- Enter the probability of success as a decimal between 0 and 1.
- Choose the type of question: exactly, at most, at least, or between.
- Enter the success count, or the two endpoints for a between range.
The output shows the probability, plus the mean and standard deviation for the whole distribution. Check that your is a decimal, not a percent, since 30 percent is entered as 0.3.
Conditions checklist (BINS)
A setting is binomial only when all four conditions hold. A common memory aid is BINS:
- Binary: each trial has two outcomes, a success or a failure.
- Independent: the result of one trial does not change the others.
- Number: the number of trials is fixed in advance.
- Same probability: the success probability is the same on every trial.
If the number of trials is not fixed, or you are counting trials until the first success, the setting is geometric instead of binomial. See binomial vs geometric for how to tell them apart.
Binomial probability for n = 10, p = 0.3
A quiz has 10 independent multiple-choice questions, and a student guesses each one with a 0.3 chance of being correct. Let be the number of correct answers. Find , then , and give the mean and standard deviation of .
Check the setting is binomial: 10 fixed trials, two outcomes per question (right or wrong), independent guesses, and the same each time. So is binomial with and .
Set up the exact probability with the formula: .
Evaluate each piece: , , and .
Multiply: .
For at least four, use the complement: .
Add the lower tail: , , , , so .
Subtract: .
Mean: correct answers.
Standard deviation: .
and . The distribution has mean correct answers and standard deviation .
Frequently asked questions
What is the difference between at least and at most on a binomial calculator?
At most means or fewer successes, so you add through . At least means or more, so you add through , or faster, take . Watch the wording, because more than 4 is , not .
Do I enter p as a decimal or a percent?
Enter as a decimal between 0 and 1. A 30 percent success rate is 0.3, and a 5 percent rate is 0.05. Entering 30 instead of 0.3 gives output that makes no sense.
When can I not use the binomial distribution?
When any BINS condition fails. If the number of trials is not fixed, the trials are not independent, the probability of success changes, or there are more than two outcomes, the setting is not binomial. Counting trials until the first success is geometric, not binomial.