4. Probability, Random Variables, and Probability Distributions

Binomial Distributions

Binomial Distributions 🎯

students, this lesson explains one of the most important probability models in AP Statistics: the binomial distribution. It helps answer questions like, “How likely is it to get exactly $5$ heads in $8$ coin tosses?” or “What is the chance that $3$ out of $10$ students guess correctly on a multiple-choice question?” These situations appear often in real life, from quality control in factories to sports free throws and medical testing. The big goal is to understand when a binomial model works, how to identify it, and how to use it to find probabilities.

What Makes a Situation Binomial?

A binomial distribution describes the number of successes in a fixed number of trials when each trial has only two possible outcomes: success or failure. Here, “success” does not mean good in a moral sense; it just means the outcome we are counting. For example, if you are counting whether a student answers correctly, a correct answer is success and an incorrect answer is failure.

To use a binomial model, four conditions must be true. A quick memory trick is BINS 📦:

  • Binary: Each trial has only two outcomes, such as success/failure.
  • Independent: The outcome of one trial does not affect another.
  • Number of trials fixed: The number of trials is known ahead of time, like $n=20$.
  • Same probability: The probability of success stays the same on every trial, written as $p$.

If any one of these is not true, a binomial model may not be appropriate.

For example, suppose students flips a coin $10$ times and counts heads. Each flip has two outcomes, the flips are independent, the number of trials is fixed at $10$, and the probability of heads is $p=0.5$. This is binomial. But if students draws cards from a deck without replacement, the probability changes each time, so the situation is not binomial.

Binomial Variables and Notation

In AP Statistics, the random variable for a binomial setting is usually written as $X$. The variable $X$ counts the number of successes in $n$ trials.

A binomial random variable is written as $X \sim \text{Bin}(n,p)$.

This notation means:

  • $n$ = number of trials
  • $p$ = probability of success on each trial
  • $X$ = number of successes

The possible values of $X$ are whole numbers from $0$ to $n$. If students flips a coin $8$ times, then $X$ could be $0,1,2,\dots,8$.

A key idea is that the binomial distribution gives the probability for each possible value of $X$. The distribution is the full pattern of probabilities across all possible numbers of successes.

For example, if $X \sim \text{Bin}(8,0.5)$, then the distribution tells you how likely it is to get $0$ heads, $1$ head, $2$ heads, and so on through $8$ heads.

The Binomial Probability Formula

The probability of getting exactly $k$ successes in $n$ trials is given by:

$$P(X=k)=\binom{n}{k}p^k(1-p)^{n-k}$$

This formula may look intimidating at first, but each part has a clear job.

  • $\binom{n}{k}$ counts how many different ways $k$ successes can occur in $n$ trials.
  • $p^k$ is the probability of those $k$ successes happening.
  • $(1-p)^{n-k}$ is the probability of the remaining failures.

Example: Suppose students flips a fair coin $5$ times and wants the probability of exactly $2$ heads. Let $X$ be the number of heads. Then $X \sim \text{Bin}(5,0.5)$, and:

$$P(X=2)=\binom{5}{2}(0.5)^2(0.5)^3$$

Since $\binom{5}{2}=10$, this becomes:

$$P(X=2)=10(0.5)^5=10\cdot\frac{1}{32}=\frac{10}{32}=0.3125$$

So the probability of exactly $2$ heads is $0.3125$, or $31.25\%$.

This same formula works for many real-world situations. If a factory has a defect rate of $0.03$ and inspects $20$ items, the binomial formula can help find the chance that exactly $1$ item is defective.

Mean, Standard Deviation, and Shape

A binomial random variable also has a mean and standard deviation. These help describe the center and spread of the distribution.

For $X \sim \text{Bin}(n,p)$:

$$\mu_X=np$$

$$\sigma_X=\sqrt{np(1-p)}$$

The mean $\mu_X$ tells the average number of successes expected over many repetitions of the process. The standard deviation $\sigma_X$ tells how much the number of successes typically varies from that average.

Example: If a student guesses on $12$ multiple-choice questions and each question has $4$ choices, then $p=0.25$. If $X$ is the number correct, then:

$$\mu_X=12(0.25)=3$$

$$\sigma_X=\sqrt{12(0.25)(0.75)}=\sqrt{2.25}=1.5$$

This means that over many sets of $12$ guesses, the average number correct is $3$, and the number usually varies by about $1.5$.

The shape of a binomial distribution depends on $p$ and $n$. If $p=0.5$, the distribution is often roughly symmetric. If $p$ is close to $0$ or $1$, the distribution becomes skewed. As $n$ gets larger, the distribution may look smoother. 📊

How to Check If a Binomial Model Fits

Before using a binomial formula, students should check whether the situation really is binomial. AP Statistics often expects students to explain why a model fits.

Example: A school surveys $30$ students about whether they prefer online homework or paper homework. If the question is whether each student prefers online homework, then each trial can be treated as success or failure. If the sample is chosen randomly and the population is much larger than the sample, independence is reasonable. If the probability of preference is approximately the same for each student, the situation may be modeled as binomial.

However, if the same student is asked multiple times, or if selection is done without replacement from a small group, the independence condition may fail. Then the binomial model is not appropriate.

A good AP Statistics response often includes all four BINS conditions. Example sentence:

“The situation is binomial because there are two outcomes, the trials are independent, the number of trials is fixed at $n=15$, and the probability of success remains $p=0.20$ for each trial.”

That kind of explanation shows reasoning, not just calculation.

Binomial Probability on the AP Exam

On the AP exam, binomial questions often ask for one of these tasks:

  • Find $P(X=k)$, the probability of exactly $k$ successes.
  • Find $P(X\le k)$ or $P(X\ge k)$, the probability of a range of values.
  • Determine whether a situation is binomial.
  • Calculate the mean or standard deviation.
  • Interpret a probability in context.

Example: Suppose $X \sim \text{Bin}(10,0.3)$. Find the probability of at least $1$ success.

Instead of adding many probabilities, it is often easier to use the complement rule:

$$P(X\ge 1)=1-P(X=0)$$

Now compute:

$$P(X=0)=\binom{10}{0}(0.3)^0(0.7)^{10}=(0.7)^{10}$$

So:

$$P(X\ge 1)=1-(0.7)^{10}$$

This approach is efficient and common on AP problems.

Another useful idea is that probability should always be written in context. Instead of saying “the probability is $0.22$,” say “the probability that students gets at least one correct answer is $0.22$.” Clear context earns points. ✍️

Binomial Distributions in the Bigger AP Statistics Picture

Binomial distributions are part of the larger topic of random variables and probability distributions. A random variable is a numerical outcome of a chance process, and a binomial random variable is one special kind. It counts the number of successes in a sequence of trials.

Binomial distributions also connect to other AP Statistics ideas:

  • Probability rules help find binomial probabilities.
  • Conditional probability can help determine whether the success probability stays constant.
  • Random variables give a numerical way to describe chance.
  • Simulation can be used to estimate binomial probabilities when the exact calculation is difficult.

For instance, if a situation is too complicated for direct computation, students can simulate repeated trials and estimate the long-run relative frequency of success. But when the situation is clearly binomial, the formula is usually faster and exact.

Understanding binomial distributions builds a foundation for later probability models, including geometric distributions and normal approximation ideas. It also strengthens the skill of translating real-world situations into mathematical models.

Conclusion

Binomial distributions are a powerful tool for counting the number of successes in a fixed number of independent trials with the same probability of success. students should remember the BINS conditions, the notation $X \sim \text{Bin}(n,p)$, the probability formula $P(X=k)=\binom{n}{k}p^k(1-p)^{n-k}$, and the mean and standard deviation formulas $\mu_X=np$ and $\sigma_X=\sqrt{np(1-p)}$. These ideas appear often in AP Statistics because they connect probability, random variables, and real-world decision making. When students can identify a binomial setting and explain why it fits, the rest of the calculations become much easier. ✅

Study Notes

  • A binomial distribution counts the number of successes in a fixed number of trials.
  • The four BINS conditions are binary outcomes, independence, fixed number of trials, and same probability of success.
  • A binomial random variable is written as $X \sim \text{Bin}(n,p)$.
  • The probability formula is $P(X=k)=\binom{n}{k}p^k(1-p)^{n-k}$.
  • The mean is $\mu_X=np$.
  • The standard deviation is $\sigma_X=\sqrt{np(1-p)}$.
  • Use the complement rule when finding probabilities like “at least one.”
  • Always explain answers in context.
  • Binomial distributions are a key part of probability, random variables, and probability distributions in AP Statistics.

Practice Quiz

5 questions to test your understanding