Welcome to the Binomial Distribution!

In this chapter, we are going to learn how to predict the outcome of events that have only two possible results—like a coin landing on heads or tails, a seed germinating or not, or a lightbulb being faulty or working perfectly. This is one of the most useful tools in Statistics because so much of our world is "either/or."

Don't worry if this seems tricky at first! We will break it down step-by-step. By the end of these notes, you’ll be able to spot a Binomial situation from a mile away and use your calculator to find answers in seconds.


1. When Can We Use a Binomial Model?

Before we start calculating, we need to know if the Binomial Distribution is the right tool for the job. For a situation to be "Binomial," it must meet four strict criteria. You can remember these using the mnemonic BINS:

  • B – Binary: There are only two possible outcomes for each trial (often called "Success" and "Failure").
  • I – Independent: The outcome of one trial must not affect the outcome of the next. (Like flipping a coin; the first flip doesn't change the odds of the second).
  • N – Number of trials: There must be a fixed number of trials, which we call \(n\).
  • S – Same probability: The probability of success, which we call \(p\), must stay the same for every single trial.

Example: Shooting 10 free-throws in basketball. If we assume your skill level doesn't change and each shot is independent, this is a Binomial situation where \(n = 10\).

Key Terms & Notation

We write the distribution as: \(X \sim B(n, p)\)

  • \(X\): The random variable (the number of successes we are counting).
  • \(n\): The number of trials.
  • \(p\): The probability of success in a single trial.
  • \(q\): The probability of failure, calculated as \(1 - p\).

Quick Takeaway: If you can't fit the problem into the BINS criteria, it isn't a Binomial distribution!


2. Calculating Probabilities

There are two main ways to find the probability of getting a specific number of successes (\(r\)).

A. Using the Formula

The probability of getting exactly \(r\) successes is:
\(P(X = r) = \binom{n}{r} \times p^r \times (1-p)^{n-r}\)

Breaking down the formula:

  • \(\binom{n}{r}\): This is the "combinations" part (the \(nCr\) button on your calculator). It tells us how many different ways we can pick \(r\) successes out of \(n\) trials.
  • \(p^r\): The probability of success multiplied by itself for each success.
  • \((1-p)^{n-r}\): The probability of failure multiplied by itself for all the remaining trials.

B. Using Your Calculator (The Pro Way!)

Pearson Edexcel strongly advises using your calculator functions. On most A Level calculators (like the Casio ClassWiz):

  • Binomial PD (Probability Distribution): Use this to find the probability of exactly one value. Example: \(P(X = 3)\).
  • Binomial CD (Cumulative Distribution): Use this to find the probability of a range of values. Note: Most calculators calculate \(P(X \leq r)\)—the probability of \(r\) or fewer successes.

Common Mistake Alert!
If a question asks for "at least 5 successes" (\(P(X \geq 5)\)), your calculator can't do this directly. You must use the "complement" rule:
\(P(X \geq 5) = 1 - P(X \leq 4)\).
Always draw a quick number line if you are confused about which number to subtract!

Quick Takeaway: Use PD for "Exactly" and CD for "Up to/Less than."


3. Mean and Variance

Sometimes we want to know what the "average" outcome would be if we ran the experiment many times. This is the Mean (also called Expected Value).

  • Mean (\(\mu\)): \(\mu = E(X) = np\)
  • Variance (\(\sigma^2\)): \(\sigma^2 = Var(X) = np(1-p)\)

Analogy: If you flip a fair coin (\(p=0.5\)) 100 times (\(n=100\)), your gut tells you that you'll get heads 50 times. The formula agrees: \(100 \times 0.5 = 50\).

Did you know?
The Standard Deviation is simply the square root of the variance: \(\sigma = \sqrt{np(1-p)}\). You might need this if you are comparing how "spread out" two different binomial sets are.

Quick Takeaway: The mean is just "trials times probability." It’s that simple!


4. Real-World Modelling and Assumptions

In your exam, you might be asked to criticize a Binomial model or explain why it was used. To answer these, go back to your BINS criteria.

Is the Binomial model appropriate?
  • Yes: If the trials are clearly independent (like manufactured items from a huge batch).
  • No: If the probability changes. For example, if you are picking colored sweets from a small bag and not putting them back, the probability of the next color changes. This violates the "S" in BINS.

Step-by-Step for Exam Questions:
1. Identify \(n\) and \(p\).
2. Write down the distribution: \(X \sim B(n, p)\).
3. Identify what the question is asking for: Is it \(P(X=r)\), \(P(X \leq r)\), or \(P(X > r)\)?
4. Use the "1 minus" trick if needed for "greater than" questions.
5. Let your calculator do the heavy lifting!

Quick Review:
- BINS checks if it's Binomial.
- PD is for "equals."
- CD is for "less than or equal to."
- Mean is \(np\).


5. Link to Hypothesis Testing (A Sneak Peek)

Later in Paper 1 (Section 8.5), you will use the Binomial distribution to test if a claim is true. For example, if someone claims they can predict the weather 70% of the time, and they get 0 out of 10 right, you would use the Binomial distribution to calculate how unlikely that is. If the probability is very low (usually less than 5%), you might reject their claim!

Don't worry about the details of testing yet—just remember that the Binomial math you are learning now is the foundation for those "Is it a fluke?" questions.

Final Tip: Always read the question carefully for words like "more than," "at least," or "no more than." They change which number you put into your calculator!