Fiveable

๐Ÿ“ŠAP Statistics Unit 4 Review

QR code for AP Statistics practice questions

4.10 Introduction to the Binomial Distribution

4.10 Introduction to the Binomial Distribution

Written by the Fiveable Content Team โ€ข Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examโ€ขWritten by the Fiveable Content Team โ€ข Last updated June 2026
๐Ÿ“ŠAP Statistics
Unit & Topic Study Guides

Previous Exam Prep

AP Cram Sessions 2021

Pep mascot

A binomial random variable counts the number of successes in a fixed number of independent trials, where each trial ends in success or failure and the probability of success pp stays the same. To find the chance of exactly xx successes, use P(X=x)=(nx)px(1โˆ’p)nโˆ’xP(X=x)=\binom{n}{x}p^x(1-p)^{n-x} or a calculator's binomial function.

Binomial AP Stats

In AP Stats, a binomial distribution models the number of successes in a fixed number of independent trials when each trial has two outcomes and the probability of success stays constant. Before using the formula, check the setting: fixed nn, independent trials, success/failure outcomes, and constant pp.

For exactly xx successes, use P(X=x)=(nx)px(1โˆ’p)nโˆ’xP(X=x)=\binom{n}{x}p^x(1-p)^{n-x} or binompdf(n, p, x). For at most a value, use binomcdf; for at least a value, use the complement when that is cleaner.

Why This Matters for the AP Statistics Exam

The binomial distribution is one of the most common discrete distributions you will use in AP Statistics. Recognizing when a setting is binomial, then calculating and interpreting probabilities, shows up across multiple-choice and free-response work. On free-response questions, writing the binomial setup clearly, plugging in the right values, and giving an answer with context all help you communicate complete reasoning. Getting comfortable here also sets you up for later units, where binomial counts connect to sampling distributions for proportions.

Key Takeaways

  • A binomial random variable XX counts the number of successes in nn independent trials, each with only two outcomes.
  • The probability of success pp must be the same on every trial, and the probability of failure is 1โˆ’p1-p.
  • Use P(X=x)=(nx)px(1โˆ’p)nโˆ’xP(X=x)=\binom{n}{x}p^x(1-p)^{n-x} for the chance of exactly xx successes.
  • The binomial coefficient (nx)\binom{n}{x} counts the number of ways to arrange xx successes among nn trials.
  • A probability distribution can be built from the rules of probability or estimated with a simulation using a random number generator.
  • Always interpret your final probability using units and the context of the problem.

What Makes a Setting Binomial

A binomial random variable (we will call it XX) is a discrete random variable that counts the number of successes in a fixed number of independent trials. To recognize a binomial setting, check that all of these are true:

  • There is a fixed number of trials, nn.
  • Each trial is independent, so one outcome does not affect another.
  • Each trial has only two outcomes: success or failure.
  • The probability of success pp is the same on every trial, and the probability of failure is 1โˆ’p1-p.

For example, suppose you flip a fair coin 10 times and want the probability of getting exactly 5 heads. Here XX counts the number of heads, n=10n = 10, and p=0.5p = 0.5, so the probability of failure is also 0.50.5.

Other situations that often fit a binomial model:

  • Counting heads in a fixed number of coin flips.
  • Counting how many patients respond positively to a treatment in a fixed-size group, when each response is independent with the same success chance.
  • Counting defective items in a batch produced by the same process.
  • Counting how many surveyed customers give a rating you define as a success.

In each case, you pick what counts as a "success" before you start, and that choice sets the value of pp.

Two Ways to Build a Probability Distribution

A probability distribution describes how likely each outcome is. You can construct one in two ways:

  1. Using the rules of probability. If you know a coin is fair, you can use probability rules to define the distribution for "heads" and "tails" directly.
  2. Estimating with a simulation. Use a random number generator to model the random event many times, count how often each outcome happens, and use those relative frequencies to estimate probabilities. The more trials you run, the closer your estimates tend to get to the true probabilities.

Which method you use depends on the situation and the information you have.

The Binomial Probability Formula

The probability that a binomial random variable XX has exactly xx successes in nn independent trials, with success probability pp, is:

P(X=x)=(nx)px(1โˆ’p)nโˆ’x,x=0,1,2,โ€ฆ,nP(X=x)=\binom{n}{x} p^{x}(1-p)^{n-x}, \quad x=0,1,2,\ldots,n

The binomial coefficient is:

(nx)=n!x!โ€‰(nโˆ’x)!\binom{n}{x}=\frac{n!}{x!\,(n-x)!}

This counts the number of ways to choose which xx of the nn trials are the successes. The pxp^{x} term is the probability of those successes, and (1โˆ’p)nโˆ’x(1-p)^{n-x} is the probability of the failures.

You can also use the calculator functions binompdf and binomcdf:

  • binompdf gives the probability of exactly one value, P(X=x)P(X=x).
  • binomcdf gives the cumulative probability, P(Xโ‰คx)P(X \le x), meaning that value and everything below it.

How to Use This on the AP Statistics Exam

Problem Solving

When you set up a binomial probability, show the structure clearly:

  1. Identify nn, pp, and what xx represents.
  2. Write the expression with the formula, such as (103)(0.5)3(0.5)7\binom{10}{3}(0.5)^{3}(0.5)^{7}.
  3. Substitute the actual numbers.
  4. Give the final answer.

Showing the expression, substitution, and answer makes your reasoning easy to follow, which is important for clear exam work.

Common Trap

Watch the wording. "Exactly 3" means P(X=3)P(X=3), but "at most 3" means P(Xโ‰ค3)P(X \le 3) and "at least 3" means P(Xโ‰ฅ3)=1โˆ’P(Xโ‰ค2)P(X \ge 3) = 1 - P(X \le 2). Choosing the wrong one is an easy way to lose points even when your formula is right.

Practice Problem

You are a marketing manager testing a new snack. You survey 10 people and ask each whether they like it, defining "likes the snack" as a success and "does not like it" as a failure.

Let XX be the number of people in the sample who like the snack. Because each person gives one of two outcomes and the number of trials is fixed at 10, XX is binomial with n=10n = 10 and p=0.5p = 0.5 (assuming liking and not liking are equally likely).

What is the probability that exactly 3 of the 10 people like the snack?

Answer

P(X=3)=(103)(0.5)3(0.5)7P(X=3) = \binom{10}{3}(0.5)^{3}(0.5)^{7}

=120โ‹…(0.5)3โ‹…(0.5)7= 120 \cdot (0.5)^{3} \cdot (0.5)^{7}

=0.117= 0.117

Interpretation in context: The probability that exactly 3 people out of 10 like the snack is about 0.117.

Common Misconceptions

  • Binomial counts successes, not trials. XX is the number of successes, while nn is the fixed number of trials. Do not mix them up.
  • The probability of success must stay constant. If pp changes from trial to trial, or trials affect each other, the setting is not binomial.
  • binompdf and binomcdf are different. Use binompdf for exactly one value and binomcdf for that value plus everything below it.
  • A "success" is just a label. Success does not mean a good outcome. It is whatever event you chose to count, like a defective item.
  • More simulation trials does not guarantee the exact probability. Simulated estimates tend to get closer to the true probability as the number of trials grows, but they are still estimates.
  • The exponents must add up to nn. In px(1โˆ’p)nโˆ’xp^{x}(1-p)^{n-x}, the successes and failures together account for all nn trials, so check that xx and nโˆ’xn-x sum correctly.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

binomial distribution

A probability distribution that describes the number of successes in a fixed number of independent trials, each with the same probability of success.

binomial probability function

The formula P(X=x)=C(n,x)p^x(1-p)^(n-x) that calculates the probability of exactly x successes in n independent trials with probability of success p.

binomial random variable

A random variable that counts the number of successes in a fixed number of repeated independent trials, where each trial has two possible outcomes.

independent trials

Repeated experiments or observations where the outcome of one trial does not affect the outcome of any other trial.

number of failures

The count of unfavorable outcomes in a sample, denoted as n(1-pฬ‚), used to verify the normality condition.

number of successes

The count of favorable outcomes in a sample, denoted as npฬ‚, used to verify the normality condition.

probability distribution

A function that describes the likelihood of all possible values of a random variable.

probability of success

The constant probability p that an individual trial results in a success in a binomial experiment.

random number generator

A tool or method used to randomly select items from a population for inclusion in a simple random sample.

simulation

A method of modeling random events so that simulated outcomes closely match real-world outcomes, used to estimate probabilities.

Frequently Asked Questions

What is a binomial distribution in AP Stats?

A binomial distribution models the number of successes in a fixed number of independent trials when each trial has two outcomes and the probability of success stays constant.

How do I know if a setting is binomial?

Check for a fixed number of trials, independent trials, two outcomes on each trial, and the same probability of success on every trial.

What is the binomial formula for AP Statistics?

For exactly x successes in n independent trials with success probability p, use P(X=x)=C(n,x)p^x(1-p)^(n-x).

When do I use binompdf vs binomcdf?

Use binompdf for exactly one value, such as P(X=3). Use binomcdf for at most a value, such as P(Xโ‰ค3). For at least a value, use a complement when it is simpler.

What does success mean in a binomial problem?

Success is just the outcome you choose to count. It does not have to be a good result; it could be a defective item, a correct answer, or a person with a certain trait.

How should I set up a binomial FRQ answer?

Define X, identify n and p, verify the binomial conditions if needed, write the probability expression or calculator command, and interpret the final probability in context.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs โ†’ See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal โ†’ update your plan โ†’ choose Yearlyโ†’ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs โ†’ See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot