Binomial Probability

Binomial Probability finds the likelihood of exactly k successes in n independent identical trials, each with fixed probability p.

P(X=k)=(nk)pk(1p)nkP(X = k) = \binom{n}{k}p^{k}(1-p)^{\,n-k}

Solve a problem with Binomial Probability

Type the problem. The solver will use Binomial Probability where Binomial Probability is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Binomial Probability takes
XX
nn
kk
pp
Binomial Probability
SymbolMeaning
XXThe random variable representing the number of successes in n trials; must be a non-negative integer.
nnThe total number of independent trials or experiments performed; must be a positive integer.
kkThe number of successes you want to find the probability for; must be a non-negative integer between 0 and n.
ppThe probability of success on each individual trial; must be a number between 0 and 1.

When to use it

Reach for Binomial Probability when counting the number of successes in a fixed number of independent trials with constant success probability.

Level

Usually taught in: Statistics · Appears on: AP Statistics

Worked examples

1. Probability of exactly 3 heads in 5 coin flips

Problem

A fair coin is flipped 5 times. What is the probability of getting exactly 3 heads?
  1. P(X=3)=(53)(0.5)3(0.5)2P(X = 3) = \binom{5}{3}(0.5)^{3}(0.5)^{2}

    Set up the Binomial Probability formula with n=5n = 5 trials, k=3k = 3 successes, and p=0.5p = 0.5.

  2. (53)=5!3!(53)!=5×42×1=10\binom{5}{3} = \frac{5!}{3!(5-3)!} = \frac{5 \times 4}{2 \times 1} = 10

    Calculate the binomial coefficient—the number of ways to arrange 3 heads in 5 flips.

  3. (0.5)3=0.125 and (0.5)2=0.25(0.5)^{3} = 0.125 \text{ and } (0.5)^{2} = 0.25

    Compute each probability power: 0.530.5^3 for three heads and 0.520.5^2 for two tails.

  4. P(X=3)=10×0.125×0.25=1.25×0.25=0.3125P(X = 3) = 10 \times 0.125 \times 0.25 = 1.25 \times 0.25 = 0.3125

    Multiply all three components together to get the final probability.

Answer: P(X=3)=0.3125 or 516P(X = 3) = 0.3125 \text{ or } \frac{5}{16}

This is a clean application of the binomial formula: we have exactly n trials, a constant probability p, independent trials, and we want exactly k successes. The binomial coefficient counts all the different orders in which the 3 heads can occur, and we multiply by the probability of each specific order.

2. Free throw shooting: exactly 6 makes in 8 attempts

Problem

A basketball player makes 70% of their free throws. In a game with 8 free throw attempts, what is the probability of making exactly 6?
  1. P(X=6)=(86)(0.7)6(0.3)2P(X = 6) = \binom{8}{6}(0.7)^{6}(0.3)^{2}

    Set up the formula with n=8n = 8, k=6k = 6, p=0.7p = 0.7 (success probability), and 1p=0.31-p = 0.3 (failure probability).

  2. (86)=8!6!2!=8×72×1=28\binom{8}{6} = \frac{8!}{6!2!} = \frac{8 \times 7}{2 \times 1} = 28

    Calculate the binomial coefficient: the number of ways to make 6 shots out of 8 attempts.

  3. (0.7)60.117649 and (0.3)2=0.09(0.7)^{6} \approx 0.117649 \text{ and } (0.3)^{2} = 0.09

    Evaluate the probability powers for 6 made shots and 2 misses.

  4. P(X=6)=28×0.117649×0.090.2965P(X = 6) = 28 \times 0.117649 \times 0.09 \approx 0.2965

    Multiply the binomial coefficient and the two probability powers.

Answer: P(X=6)0.2965P(X = 6) \approx 0.2965

Even though the success probability is high (70%), the probability of exactly 6 makes in 8 attempts is only about 30% because there are several other likely outcomes (5 makes, 7 makes, etc.) that the total probability must be divided among. This illustrates why the binomial coefficient is essential—it spreads the probability across many possible successful outcomes.

3. Concert ticket sales: exactly 4 premium buyers among 10 customers

Problem

A concert venue has two ticket tiers: standard ($30) and premium ($60). The ticket agent has found that 35% of customers buy premium tickets. If 10 customers are coming to buy tickets, what is the probability that exactly 4 will purchase premium tickets?
  1. P(X=4)=(104)(0.35)4(0.65)6P(X = 4) = \binom{10}{4}(0.35)^{4}(0.65)^{6}

    Set up the formula with n=10n = 10 customers, k=4k = 4 premium buyers, p=0.35p = 0.35 (probability of buying premium).

  2. (104)=10!4!6!=10×9×8×74×3×2×1=504024=210\binom{10}{4} = \frac{10!}{4!6!} = \frac{10 \times 9 \times 8 \times 7}{4 \times 3 \times 2 \times 1} = \frac{5040}{24} = 210

    Calculate the binomial coefficient: the number of ways to choose which 4 of the 10 customers buy premium.

  3. (0.35)4=0.01500625 and (0.65)60.0754189(0.35)^{4} = 0.01500625 \text{ and } (0.65)^{6} \approx 0.0754189

    Evaluate the probability powers for the four premium purchases and six standard purchases.

  4. P(X=4)=210×0.01500625×0.07541890.2376P(X = 4) = 210 \times 0.01500625 \times 0.0754189 \approx 0.2376

    Multiply all components to get the total probability that exactly 4 of 10 customers buy premium.

Answer: P(X=4)0.2376P(X = 4) \approx 0.2376

This real-world scenario has exactly the structure the binomial formula models: a fixed number of independent customers (trials), each with the same probability of buying premium (p=0.35p = 0.35), and we want to know the probability of a specific number of premium sales (exactly 4). The binomial coefficient accounts for all the different orderings of customers who could choose premium versus standard tickets.

Common mistakes

Where Binomial Probability usually goes wrong
Answer came out wrong
Writing (kn)\binom{k}{n} instead of (nk)\binom{n}{k}, reversing the order of the binomial coefficient.
Always place the total number of trials (n) on top and the number of successes (k) on the bottom: (nk)\binom{n}{k}.
Using addition instead of multiplication: writing pk+(1p)nkp^k + (1-p)^{n-k} or (nk)+pk(1p)nk\binom{n}{k} + p^k(1-p)^{n-k} instead of multiplying all three pieces together.
Always multiply: P(X=k)=(nk)×pk×(1p)nkP(X = k) = \binom{n}{k} \times p^k \times (1-p)^{n-k}.
Applying Binomial Probability when trials are not independent or when the success probability changes between trials, such as drawing cards from a deck without replacement.
For sampling without replacement or changing probabilities, use the hypergeometric distribution instead of the binomial formula.
The mistakeWhy it is wrongThe fix
Writing (kn)\binom{k}{n} instead of (nk)\binom{n}{k}, reversing the order of the binomial coefficient.The binomial coefficient (nk)\binom{n}{k} specifically means 'the number of ways to choose k items from n', not the other way around; reversing it gives the wrong count of arrangements.Always place the total number of trials (n) on top and the number of successes (k) on the bottom: (nk)\binom{n}{k}.
Using addition instead of multiplication: writing pk+(1p)nkp^k + (1-p)^{n-k} or (nk)+pk(1p)nk\binom{n}{k} + p^k(1-p)^{n-k} instead of multiplying all three pieces together.The three pieces of the formula—(nk)\binom{n}{k}, pkp^k, and (1p)nk(1-p)^{n-k}—represent independent events that must occur together (AND logic), so they must be multiplied, not added.Always multiply: P(X=k)=(nk)×pk×(1p)nkP(X = k) = \binom{n}{k} \times p^k \times (1-p)^{n-k}.
Applying Binomial Probability when trials are not independent or when the success probability changes between trials, such as drawing cards from a deck without replacement.The binomial formula assumes each trial is independent and has the same success probability; if you are selecting without replacement, the probabilities change after each draw and the trials are no longer independent.For sampling without replacement or changing probabilities, use the hypergeometric distribution instead of the binomial formula.

Tips and when to use something else

  • The binomial coefficient (nk)\binom{n}{k} counts the number of different arrangements of k successes among n trials—always calculate it first to understand what you are counting.
  • For "exactly k" questions use Binomial Probability directly; for "at least", "at most", or "between" questions, you will need to add multiple binomial probabilities together.
  • When p is close to 0.5 and n is large (rule of thumb: n30n \geq 30), the binomial distribution becomes approximately normal, allowing you to use the normal distribution as a faster approximation.
  • If the conditions do not hold (trials are not independent, p changes between trials, or you have a very small population), use the hypergeometric distribution instead.

Frequently asked questions

When should I use Binomial Probability instead of just multiplying probabilities together?
Use Binomial Probability when you need to count the number of ways that k successes can occur in n trials. Multiplying probabilities alone only tells you the probability of one specific arrangement; the binomial coefficient (nk)\binom{n}{k} accounts for all possible arrangements that give exactly k successes, which is why you must multiply by it.
Why do we need the (nk)\binom{n}{k} term if we already have pk(1p)nkp^k(1-p)^{n-k}?
The term pk(1p)nkp^k(1-p)^{n-k} calculates the probability of one specific sequence (for example, success-success-failure-success-failure in 5 trials). The binomial coefficient (nk)\binom{n}{k} counts how many different sequences give exactly k successes, so we multiply them together to get the total probability across all possible sequences.
Can I use Binomial Probability if I don't know p exactly or if it changes over time?
No, Binomial Probability requires a fixed, known probability of success on each trial. If p is unknown, varies between trials, or depends on previous outcomes, the binomial formula does not apply. You would need estimation methods, hypothesis testing, or a different probability distribution to handle those situations.
What is the difference between Binomial Probability and the Poisson Distribution?
Binomial Probability applies when you have a fixed number of trials n, each with the same success probability p, and you count successes. The Poisson Distribution is used when events occur randomly over time or space at a constant average rate, and the number of trials is either not fixed, very large, or effectively infinite. Poisson is often used for rare events in a large population.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18