Binomial probability practice problems

By Jude Wallis · Published

This set has 8 problems on binomial probability: finding exactly, at least, and at most so many successes, using the complement trick, and computing a binomial mean and standard deviation, plus checking the binomial conditions. Solve each on paper, then check the full solution steps.

AP Statistics: Unit 2 (topics 2.10 The Binomial Distribution). These problems cover Unit 2 topic 2.10 (The Binomial Distribution) in the Fall 2026 AP Statistics course: justifying the binomial conditions (2.10.A), calculating the mean and standard deviation (2.10.B), and calculating binomial probabilities for exactly, at least, and at most a number of successes (2.10.E). Unit 2 is 15 to 25% of the multiple-choice section.

What these problems build

These 8 problems build fluency with the binomial probability model: recognizing when a count of successes follows a binomial distribution, then finding probabilities for exactly, at least, and at most a given number of successes. You will use the binomial probability formula P(X=x)=(nx)px(1p)nxP(X = x) = \binom{n}{x} p^x (1-p)^{n-x}, where nn is the fixed number of independent trials, pp is the probability of success on each trial, and (nx)\binom{n}{x} is read as nn choose xx. Several problems use the complement trick, rewriting a probability such as at least one success as 1P(X=0)1 - P(X = 0), and others ask for the mean μ=np\mu = np and standard deviation σ=np(1p)\sigma = \sqrt{np(1-p)}, where μ\mu (mu) is the mean and σ\sigma (sigma) is the standard deviation.

Work each problem on paper before opening the steps, and check a single probability with the binomial probability calculator. For the method and the conditions that make a setting binomial, read binomial probability, and find more sets on the practice page.

Problem 1

A community garden plants 6 heirloom bean seeds. Each seed germinates independently with probability p=0.8p = 0.8. Find the probability that exactly 5 of the 6 seeds germinate.

Show the worked solution
  1. Check the setup: each of n=6n = 6 seeds either germinates (success) or does not, the seeds are independent, and each germinates with probability p=0.8p = 0.8, so this is binomial.

  2. Write the binomial probability formula for exactly xx successes: P(X=x)=(nx)px(1p)nxP(X = x) = \binom{n}{x} p^x (1-p)^{n-x}, where (nx)\binom{n}{x} is read as nn choose xx. Here x=5x = 5.

  3. Count the arrangements: (65)=6\binom{6}{5} = 6.

  4. Raise the success probability to the power: 0.85=0.327680.8^5 = 0.32768.

  5. Raise the failure probability to the power: (10.8)65=0.21=0.2(1 - 0.8)^{6-5} = 0.2^1 = 0.2.

  6. Multiply the three pieces: 6×0.32768×0.2=1.96608×0.2=0.3932166 \times 0.32768 \times 0.2 = 1.96608 \times 0.2 = 0.393216.

P(X=5)0.3932P(X = 5) \approx 0.3932, about a 39% chance that exactly 5 of the 6 seeds germinate.

Problem 2

A podcast app gives 40 listeners a free trial. Each listener independently upgrades to a paid plan with probability p=0.3p = 0.3. Find the mean and standard deviation of the number who upgrade.

Show the worked solution
  1. Identify the binomial parameters: n=40n = 40 trial listeners and p=0.3p = 0.3, the probability each one upgrades. Let XX be the number who upgrade.

  2. Use the binomial mean formula μ=np\mu = np, where μ\mu (mu) is the mean number of successes.

  3. Compute the mean: μ=40×0.3=12\mu = 40 \times 0.3 = 12 upgrades.

  4. Use the binomial standard deviation formula σ=np(1p)\sigma = \sqrt{np(1-p)}, where σ\sigma (sigma) is the standard deviation.

  5. Fill in the numbers under the root: np(1p)=40×0.3×0.7=12×0.7=8.4np(1-p) = 40 \times 0.3 \times 0.7 = 12 \times 0.7 = 8.4.

  6. Take the square root: σ=8.42.90\sigma = \sqrt{8.4} \approx 2.90 upgrades.

μ=12\mu = 12 upgrades and σ2.90\sigma \approx 2.90 upgrades.

Problem 3

For each scenario, decide whether the count described is a binomial random variable and justify your answer. (a) A teacher draws 4 names one at a time without replacement from a jar holding 30 students and counts how many of the 4 drawn are left-handed. (b) A pollster calls 25 randomly selected adults from a large city and counts how many say they recycle. (c) A gamer keeps opening loot boxes until the first rare item appears and counts how many boxes were opened.

Show the worked solution
  1. Recall the four conditions for a binomial random variable: each trial has two outcomes (success or failure), the number of trials nn is fixed in advance, the trials are independent, and the probability of success pp is the same on every trial.

  2. (a) Drawing names without replacement shrinks and changes the pool after each draw, so the chance a drawn name is left-handed shifts from draw to draw and the draws are not independent. This fails the independent-trials and constant-pp conditions, so it is not binomial.

  3. (b) Each call gives a yes or no answer (two outcomes), there is a fixed number of calls n=25n = 25, random selection from a large city keeps the calls independent, and each adult has about the same probability of saying yes. All four conditions hold, so this is binomial.

  4. (c) Opening boxes until the first rare item means the number of trials is not set in advance; it depends on when the first success happens. This fails the fixed-nn condition, so it is not binomial.

Only (b) is binomial; (a) fails because sampling without replacement makes the trials dependent with a changing pp, and (c) fails because the number of trials is not fixed.

Problem 4

At a tutoring center, each scheduled student shows up to a session independently with probability p=0.7p = 0.7. Four students are scheduled for the 4 p.m. hour. Find the probability that at most 2 of them show up.

Show the worked solution
  1. Set up the binomial model with n=4n = 4 students and p=0.7p = 0.7, and let XX be the number who show up. At most 2 means X=0X = 0, 11, or 22, so add those three probabilities.

  2. Compute P(X=0)=(40)(0.7)0(0.3)4=1×1×0.0081=0.0081P(X = 0) = \binom{4}{0}(0.7)^0(0.3)^4 = 1 \times 1 \times 0.0081 = 0.0081.

  3. Compute P(X=1)=(41)(0.7)1(0.3)3=4×0.7×0.027=4×0.0189=0.0756P(X = 1) = \binom{4}{1}(0.7)^1(0.3)^3 = 4 \times 0.7 \times 0.027 = 4 \times 0.0189 = 0.0756.

  4. Compute P(X=2)=(42)(0.7)2(0.3)2=6×0.49×0.09=6×0.0441=0.2646P(X = 2) = \binom{4}{2}(0.7)^2(0.3)^2 = 6 \times 0.49 \times 0.09 = 6 \times 0.0441 = 0.2646.

  5. Add the three pieces: P(X2)=0.0081+0.0756+0.2646=0.3483P(X \le 2) = 0.0081 + 0.0756 + 0.2646 = 0.3483.

P(X2)0.3483P(X \le 2) \approx 0.3483, about a 35% chance that at most 2 of the 4 students show up.

Problem 5

A security team sends a simulated phishing email to 12 employees. Each employee clicks the link independently with probability p=0.15p = 0.15. Find the probability that at least one employee clicks the link.

Show the worked solution
  1. Set up the binomial model with n=12n = 12 and p=0.15p = 0.15, and let XX be the number who click. Adding the probabilities of 1 through 12 clicks would take many terms, so use the complement trick: P(X1)=1P(X=0)P(X \ge 1) = 1 - P(X = 0).

  2. Write the probability that no one clicks: P(X=0)=(120)(0.15)0(0.85)12=1×1×0.8512P(X = 0) = \binom{12}{0}(0.15)^0(0.85)^{12} = 1 \times 1 \times 0.85^{12}.

  3. Raise the failure probability to the 12th power by repeated squaring: 0.852=0.72250.85^2 = 0.7225, 0.854=0.72252=0.52200.85^4 = 0.7225^2 = 0.5220, 0.858=0.52202=0.27250.85^8 = 0.5220^2 = 0.2725, and 0.8512=0.858×0.854=0.2725×0.5220=0.14220.85^{12} = 0.85^8 \times 0.85^4 = 0.2725 \times 0.5220 = 0.1422.

  4. Subtract from 1: P(X1)=10.1422=0.8578P(X \ge 1) = 1 - 0.1422 = 0.8578.

P(X1)0.8578P(X \ge 1) \approx 0.8578, about an 86% chance that at least one employee clicks the link.

Problem 6

A theater lighting rig has 8 LED fixtures. During a show, each fixture burns out independently with probability p=0.05p = 0.05. Find the probability that at least 2 fixtures burn out during the show.

Show the worked solution
  1. Set up the binomial model with n=8n = 8 and p=0.05p = 0.05, and let XX be the number that burn out. At least 2 is the complement of 0 or 1 burnouts: P(X2)=1P(X=0)P(X=1)P(X \ge 2) = 1 - P(X = 0) - P(X = 1).

  2. Compute the needed powers of the failure probability 0.950.95 by repeated multiplication: 0.957=0.69833730.95^7 = 0.6983373 and 0.958=0.66342040.95^8 = 0.6634204.

  3. Find P(X=0)=(80)(0.05)0(0.95)8=1×1×0.6634204=0.6634204P(X = 0) = \binom{8}{0}(0.05)^0(0.95)^8 = 1 \times 1 \times 0.6634204 = 0.6634204.

  4. Find P(X=1)=(81)(0.05)1(0.95)7=8×0.05×0.6983373=0.4×0.6983373=0.2793349P(X = 1) = \binom{8}{1}(0.05)^1(0.95)^7 = 8 \times 0.05 \times 0.6983373 = 0.4 \times 0.6983373 = 0.2793349.

  5. Add them: P(X=0)+P(X=1)=0.6634204+0.2793349=0.9427553P(X = 0) + P(X = 1) = 0.6634204 + 0.2793349 = 0.9427553.

  6. Subtract from 1: P(X2)=10.9427553=0.05724470.0572P(X \ge 2) = 1 - 0.9427553 = 0.0572447 \approx 0.0572.

P(X2)0.0572P(X \ge 2) \approx 0.0572, only about a 6% chance that 2 or more fixtures burn out during the show.

Problem 7

An online shop ships 50 orders on a busy day. Each order is returned independently with probability p=0.08p = 0.08. (a) Find the mean and standard deviation of the number of returns. (b) One day the shop records 9 returns. Using the mean and standard deviation, is 9 returns an unusually high number for a day? (c) Interpret the mean in context.

Show the worked solution
  1. Set up the binomial model with n=50n = 50 orders and p=0.08p = 0.08, and let XX be the number of returns.

  2. (a) Mean: μ=np=50×0.08=4\mu = np = 50 \times 0.08 = 4 returns.

  3. (a) Standard deviation: σ=np(1p)=50×0.08×0.92\sigma = \sqrt{np(1-p)} = \sqrt{50 \times 0.08 \times 0.92}. Inside the root, 50×0.08=450 \times 0.08 = 4 and 4×0.92=3.684 \times 0.92 = 3.68, so σ=3.681.92\sigma = \sqrt{3.68} \approx 1.92 returns.

  4. (b) Measure how far 9 returns sits from the mean in standard deviations: 941.92=51.922.60\frac{9 - 4}{1.92} = \frac{5}{1.92} \approx 2.60.

  5. (b) Because 9 returns is about 2.60 standard deviations above the mean, and values more than 2 standard deviations out are uncommon, 9 returns is an unusually high number for a day.

  6. (c) The mean of 4 says that over many busy days like this one, the shop would average about 4 returns for every 50 orders it ships.

(a) μ=4\mu = 4 returns and σ1.92\sigma \approx 1.92 returns; (b) yes, 9 is about 2.60 standard deviations above the mean, so it is unusually high; (c) about 4 of every 50 orders are returned on average.

Problem 8

A marine biologist attaches satellite tags to 10 sea turtles. Each tag transmits successfully after release independently with probability p=0.6p = 0.6. Let XX be the number of tags that transmit. (a) Find the probability that exactly 7 tags transmit. (b) Find the probability that at least 1 tag transmits. (c) Find the expected number of tags that transmit and the standard deviation.

Show the worked solution
  1. Set up the binomial model with n=10n = 10 tags and p=0.6p = 0.6.

  2. (a) Use the formula for exactly 7 successes: P(X=7)=(107)(0.6)7(0.4)3P(X = 7) = \binom{10}{7}(0.6)^7(0.4)^3, with (107)=120\binom{10}{7} = 120.

  3. (a) Evaluate the powers: 0.67=0.02799360.6^7 = 0.0279936 and 0.43=0.0640.4^3 = 0.064.

  4. (a) Multiply the pieces: 120×0.0279936=3.359232120 \times 0.0279936 = 3.359232, then 3.359232×0.064=0.21499080.21503.359232 \times 0.064 = 0.2149908 \approx 0.2150.

  5. (b) Use the complement for at least 1 transmit: P(X1)=1P(X=0)P(X \ge 1) = 1 - P(X = 0), where P(X=0)=(100)(0.6)0(0.4)10=0.410=0.0001048576P(X = 0) = \binom{10}{0}(0.6)^0(0.4)^{10} = 0.4^{10} = 0.0001048576.

  6. (b) Subtract from 1: P(X1)=10.0001048576=0.99989510.9999P(X \ge 1) = 1 - 0.0001048576 = 0.9998951 \approx 0.9999.

  7. (c) Mean: μ=np=10×0.6=6\mu = np = 10 \times 0.6 = 6 tags. Standard deviation: σ=np(1p)=10×0.6×0.4=2.41.55\sigma = \sqrt{np(1-p)} = \sqrt{10 \times 0.6 \times 0.4} = \sqrt{2.4} \approx 1.55 tags.

(a) P(X=7)0.2150P(X = 7) \approx 0.2150; (b) P(X1)0.9999P(X \ge 1) \approx 0.9999; (c) μ=6\mu = 6 tags and σ1.55\sigma \approx 1.55 tags.