Study Guide

Binomial probability distribution

IB Mathematics AA SLΒ· 6 min read

1. Conditions for a Binomial Distributionβ˜…β˜…β˜†β˜†β˜†β± 20 min

πŸ“˜ Definition

Binomial Random Variable

where = number of trials, = probability of success per trial

A discrete random variable that counts the number of successful outcomes in a fixed sequence of independent identical trials of a random experiment.

πŸ“ Worked Example

Determine whether the scenario below is binomial: Flipping a biased coin with 15 times, counting the number of heads obtained. If binomial, state and .

  1. 1

    Check each BINS condition one by one:

  2. 2
    1. Binary: Each flip has two outcomes: heads (success) or tails (failure). Condition met.
  3. 3
    1. Independent: The result of one flip does not change the probability of other flips. Condition met.
  4. 4
    1. Fixed number of trials: , fixed. Condition met.
  5. 5
    1. Constant probability: for all flips. Condition met.
  6. 6

    Conclusion: This is a binomial distribution with parameters:

  7. 7
    n=15,p=0.6n = 15, \quad p = 0.6
βœ“ Quick check

Which of these scenarios is binomial?

  1. Rolling a fair die 10 times, counting the number of sixes rolled

    • Yes, it is binomial

    • No, it is not binomial

  2. Surveying 50 people to find how many hours they exercise per week

    • Yes, it is binomial

    • No, it is not binomial

    Reveal answer
    1 β€”

    Correct: Outcomes are not binary, so this is not binomial.

2. Binomial Probability Formulaβ˜…β˜…β˜…β˜†β˜†β± 25 min

πŸ“˜ Definition

Binomial Probability Mass Function

The probability of getting exactly successes in independent trials is given by the formula below.

Example:

Used to calculate for exact values of

P(X=k)=(nk)pk(1βˆ’p)nβˆ’kP(X = k) = \binom{n}{k} p^k (1-p)^{n-k}
(nk)=n!k!(nβˆ’k)!\binom{n}{k} = \frac{n!}{k!(n-k)!}
πŸ“ Worked Example

If , find .

  1. 1

    Identify parameters: , , ,

  2. 2

    Calculate the binomial coefficient:

  3. 3
    (42)=4!2!2!=6\binom{4}{2} = \frac{4!}{2!2!} = 6
  4. 4

    Substitute into the binomial probability formula:

  5. 5
    P(X=2)=6Γ—(0.25)2Γ—(0.75)2P(X=2) = 6 \times (0.25)^2 \times (0.75)^2
  6. 6

    Simplify to 3 significant figures:

  7. 7
    P(X=2)=0.211P(X=2) = 0.211

3. Expected Value and Varianceβ˜…β˜…β˜†β˜†β˜†β± 20 min

For any binomial distribution, we can use simple derived formulas to find the expected value (mean) and variance, without needing to sum over all possible values of .

πŸ“˜ Definition

Binomial Distribution Parameters

For , the expected value (mean) and variance are given by these simple formulas:

  • Expected value:

  • Variance:

  • Standard deviation:

πŸ“ Worked Example

A basketball player has a 0.8 probability of making a free throw, independent of previous attempts. If she takes 10 free throws, find the expected number of baskets and the standard deviation.

  1. 1

    Define the random variable: Let = number of made baskets.

  2. 2

    Calculate the expected number of baskets:

  3. 3
    E(X)=np=10Γ—0.8=8E(X) = np = 10 \times 0.8 = 8
  4. 4

    Calculate the variance first:

  5. 5
    Var(X)=np(1βˆ’p)=10Γ—0.8Γ—0.2=1.6\text{Var}(X) = np(1-p) = 10 \times 0.8 \times 0.2 = 1.6
  6. 6

    Find the standard deviation, rounded to 3 significant figures:

  7. 7
    Οƒ=1.6β‰ˆ1.26\sigma = \sqrt{1.6} \approx 1.26

4. Cumulative Binomial Probability Problemsβ˜…β˜…β˜…β˜…β˜†β± 25 min

βœ“ Calculator OK

Most IB exam questions ask for cumulative probabilities, such as "at most 3 successes" or "at least 5 successes", rather than the probability of exactly successes. You can calculate these by summing individual probabilities, or directly using your GDC's cumulative binomial function.

πŸ“ Worked Example

70% of voters in a population support a new policy. If we select a random sample of 12 voters, find the probability that at least 8 voters support the policy, rounded to 3 significant figures.

  1. 1

    Define the random variable: Let = number of supporters,

  2. 2

    Rewrite "at least 8" as an inequality: . Rearrange for cumulative probability:

  3. 3
    P(Xβ‰₯8)=1βˆ’P(X≀7)P(X \geq 8) = 1 - P(X \leq 7)
  4. 4

    Use GDC to find the cumulative probability

  5. 5

    Calculate the final result:

  6. 6
    P(Xβ‰₯8)=1βˆ’0.3487β‰ˆ0.651P(X \geq 8) = 1 - 0.3487 \approx 0.651

5. Common Pitfalls

Wrong move:

Assuming any count of successes is binomial when sampling without replacement from a small population

Why:

Trials are not independent because removing an item changes the probability for the next trial

Correct move:

Use the hypergeometric distribution for small populations, or approximate as binomial only if your sample is <10% of the total population

Wrong move:

Calculating for "at least k successes"

Why:

This is an off-by-one error that includes or excludes the wrong bound

Correct move:

Always explicitly rewrite the inequality:

Wrong move:

Swapping and when calculating expected value

Why:

Confusing the probability of success and failure for the outcome you are counting

Correct move:

, where is the probability of the outcome you are counting, regardless of whether it is labelled "success"

Wrong move:

Treating a binomial random variable as continuous

Why:

Confusing binomial with the normal distribution used for approximations

Correct move:

Binomial distribution is always discrete, as it counts whole numbers of successes

6. Quick Reference Cheatsheet

Property

Rule/Formula

Notation

Conditions

B: Binary, I: Independent, N: Fixed n, S: Constant p

Expected value

Variance

Use GDC cumulative binomial function

What's Next

Binomial probability is a core foundation for almost all applied statistical analysis, from opinion polling to quality control in manufacturing. Mastering the binomial conditions also helps you recognize when a scenario does not fit a binomial model. Binomial distributions are also the basis for inference for proportions, a key topic in introductory university statistics and hypothesis testing. This topic also leads naturally into the normal distribution, which we use to approximate binomial probabilities for large values of .