Study Guide

Binomial distribution

IB Mathematics AI SLΒ· Unit 4: Statistics and Probability, Topic 9Β· 25 min read

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

A binomial distribution models the number of successes (outcomes of interest) in a series of identical trials. It only applies if four core conditions are satisfied.

πŸ“˜ Definition

Binomial Distribution

X∼B(n,p)X \sim B(n, p)

A discrete probability distribution for the number of successes in a fixed sequence of independent Bernoulli trials.

Example:

Number of heads in 10 coin flips

  • Fixed number of trials ()

  • Each trial is independent of all other trials

  • Only two possible outcomes per trial (success/failure)

  • Constant probability of success () across all trials

πŸ“ Worked Example

5% of light bulbs produced at a factory are defective. A random sample of 10 bulbs is selected. Can the number of defective bulbs be modelled by a binomial distribution?

  1. 1

    Check each condition one by one:

  2. 2
    1. Fixed number of trials: , so condition is met
  3. 3
    1. Two outcomes: defective (success) or not defective (failure), condition met
  4. 4
    1. Independence: Random sampling means one bulb being defective does not affect another, condition met
  5. 5
    1. Constant probability: for all bulbs, condition met
  6. 6

    Conclusion: Yes, the number of defective bulbs can be modelled as

2. Calculating Binomial Probabilitiesβ˜…β˜…β˜…β˜†β˜†β± 8 min

βœ“ Calculator OK

To find the probability of exactly successes, we use the binomial probability formula. For IB AI SL, you will usually use your GDC to calculate probabilities, but you must know the formula for 'show that' questions.

P(X=k)=(nk)pk(1βˆ’p)nβˆ’kP(X=k) = \binom{n}{k} p^k (1-p)^{n-k}

For cumulative probabilities (probability of at most/least successes), we use the following rules:

  • At most successes: (use GDC binomial cdf directly)

  • Fewer than successes:

  • More than successes:

  • At least successes:

πŸ“ Worked Example

Given , find .

  1. 1

    We know

  2. 2

    Substitute into the formula for :

  3. 3
    P(X=0)=(100)(0.05)0(0.95)10=1Γ—1Γ—(0.95)10β‰ˆ0.5987P(X=0) = \binom{10}{0} (0.05)^0 (0.95)^{10} = 1 \times 1 \times (0.95)^{10} \approx 0.5987
  4. 4

    Calculate the final result: (4 decimal places)

  5. 5

    This matches the result from GDC binomial cdf, confirming the answer.

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

For any binomial distribution , we can calculate the mean (expected value) and variance using simple formulas, no need to construct the full probability distribution.

E(X)=npE(X) = np
Var(X)=np(1βˆ’p)Var(X) = np(1-p)

The standard deviation is the square root of the variance: .

πŸ“ Worked Example

A fair coin is flipped 100 times, is the number of heads. Find the expected value and standard deviation of .

  1. 1

    First confirm the distribution:

  2. 2

    Calculate expected value:

  3. 3

    Calculate variance:

  4. 4

    Calculate standard deviation:

4. Real-World Problem Solvingβ˜…β˜…β˜…β˜…β˜†β± 6 min

βœ“ Calculator OK

Almost all IB exam questions for this topic ask you to apply binomial distribution to a real context, following a consistent step-by-step process.

πŸ“ Worked Example

30% of adults in a population wear glasses. 20 adults are selected at random. Find the probability that more than 5 wear glasses, and the expected number of glasses wearers.

  1. 1

    Step 1: Check conditions: fixed , independent random sample, two outcomes, constant . So

  2. 2

    Step 2: We need

  3. 3

    Step 3: Use GDC binomial cdf to get

  4. 4

    Step 4: Calculate (3 significant figures)

  5. 5

    Step 5: Expected value

βœ“ Quick check

Which of the following scenarios cannot be modelled by a binomial distribution?

  1. Which cannot use a binomial model?

    • A: Number of sixes when rolling a die 10 times

    • B: Number of red cards drawing 5 cards without replacement from a deck

    • C: Number of voters who support Candidate A in a random sample of 100

    • D: Number of defective items in a batch of 20

    Reveal answer
    B: Number of red cards drawing 5 cards without replacement from a deck β€”

    Correct! Drawing without replacement means trials are not independent, and probability changes after each draw, so the binomial conditions are not satisfied.

5. Common Pitfalls

Wrong move:

Using binomial distribution for sampling without replacement from a small population

Why:

Trials are not independent, so the constant probability condition fails

Correct move:

Only use binomial for sampling with replacement, or large populations where the change in probability is negligible

Wrong move:

Calculating as

Why:

This incorrectly excludes from the result, giving a value that is too low

Correct move:

Always use and double check the inequality direction

Wrong move:

Rounding or intermediate probabilities early

Why:

Early rounding leads to loss of accuracy in the final result, costing marks

Correct move:

Keep all decimals in your GDC until the final step, only round the final answer to the required precision

Wrong move:

Forgetting to check binomial conditions before using the model

Why:

Exam questions often include scenarios where conditions are not met, and you lose marks for assuming binomial

Correct move:

Always explicitly check the four conditions before stating that the binomial distribution is appropriate

6. Quick Reference Cheatsheet

Property

Formula/Rule

Exam Note

Conditions

Fixed , independent, 2 outcomes, constant

Check first for all questions

Notation

= trials, = P(success)

Use GDC binompdf

Cumulative sum of probabilities

Use GDC binomcdf

Most common inequality mistake

Expected Value

Can be a decimal

Variance

SD =

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    Binomial probability calculation

  • 2021 Β· 2

    Real-world binomial problem

  • 2023 Β· 1

    Expected value of binomial

What's Next

Binomial distribution is one of the most frequently tested topics in IB AI SL probability and statistics, and it forms the foundation for many higher-level concepts you will encounter. Mastering condition checking and cumulative probability calculation will help you earn full marks on both Paper 1 and Paper 2 questions. Binomial models are also the basis for hypothesis testing for proportions, a key topic in Unit 5 of the IB AI SL syllabus. The skills you learn here will transfer directly to that topic, and to any other probability problems involving discrete outcomes.