Introduction: Success, Failure, and Everything in Between
Welcome to the world of Binomial Distributions! If you have ever flipped a coin multiple times, shot several arrows at a target, or checked a batch of lightbulbs for defects, you have already encountered the logic of this chapter. In Statistics, we use the binomial distribution to calculate the probability of getting a specific number of "successes" in a fixed number of tries.
Don't worry if the formulas look a bit intimidating at first. We are going to break them down into bite-sized pieces so that by the end of these notes, you’ll be calculating probabilities like a pro!
1. Identifying the Parameters: n and p
Before we start calculating, we need to know what numbers to plug into our formulas. Every binomial distribution is defined by two main characters:
- \(n\) (The Number of Trials): This is simply how many times you are doing the experiment (e.g., flipping a coin 10 times, so \(n = 10\)).
- \(p\) (Probability of Success): This is the chance of getting the outcome you are looking for in a single try (e.g., the probability of a coin landing on Heads is \(0.5\)).
- \(q\) (Probability of Failure): We often use \(q\) to represent the chance of "failure." It is calculated as \(1 - p\).
Quick Notation: We write this as \(X \sim B(n, p)\). This is just a shorthand way of saying "The random variable \(X\) follows a binomial distribution with \(n\) trials and a success probability of \(p\)."
Memory Aid: The BINS Mnemonic
To check if you can use these calculations, remember BINS:
B - Binary (Only two outcomes: success or failure).
I - Independent (One trial doesn't affect the next).
N - Number of trials is fixed.
S - Success probability is the same every time.
Key Takeaway: Always identify your \(n\) and \(p\) first. If you know these two, you have everything you need to solve the problem!
2. Calculating "Exactly" with the Probability Mass Function
Suppose you want to find the probability of getting exactly \(r\) successes. For example, if you throw 5 dice, what is the probability of getting exactly two 6s? We use the following formula:
\(P(X = r) = \binom{n}{r} \times p^r \times q^{n-r}\)
Breaking down the formula:
- \(\binom{n}{r}\): This is the "nCr" button on your calculator. It tells us how many different ways we can arrange the successes.
- \(p^r\): This is the probability of success, raised to the power of how many successes we want.
- \(q^{n-r}\): This is the probability of failure, raised to the power of the remaining trials (the "failures").
Example: Throwing a fair coin 3 times (\(n=3, p=0.5\)). Probability of exactly 2 heads (\(r=2\)):
\(P(X = 2) = \binom{3}{2} \times 0.5^2 \times 0.5^1 = 3 \times 0.25 \times 0.5 = 0.375\)
Common Mistake to Avoid: Make sure your powers (\(r\) and \(n-r\)) always add up to \(n\). If you are doing 10 trials and want 3 successes, you must have 7 failures!
Key Takeaway: Use the nCr formula for "exactly" questions, but remember that your calculator has a built-in function to do this even faster!
3. Using Your Calculator: PD vs. CD
For the OCR H640 exam, you are expected to use your calculator efficiently. Most modern scientific and graphical calculators have two specific binomial functions:
Binomial PD (Probability Density)
Use this when you want exactly one value, like \(P(X = 4)\). It’s like using a laser pointer to hit one specific spot on a map.
Binomial CD (Cumulative Distribution)
Use this when you want a range of values, specifically "less than or equal to," like \(P(X \le 4)\). This calculates \(P(X=0) + P(X=1) + P(X=2) + P(X=3) + P(X=4)\) all at once! It’s like using a floodlight to cover an entire area.
Quick Review Box: Dealing with Inequalities
If the question asks for something other than \(\le\), you need to flip it:
- To find \(P(X < 4)\), calculate \(P(X \le 3)\).
- To find \(P(X \ge 4)\), calculate \(1 - P(X \le 3)\).
- To find \(P(X > 4)\), calculate \(1 - P(X \le 4)\).
Did you know? The "cumulative" function always starts from zero. If you need to find the probability of getting between 3 and 5 successes, you would calculate \(P(X \le 5) - P(X \le 2)\).
4. Mean and Expected Frequency
Sometimes, we don't want to know the probability; we want to know what the "average" outcome would be if we ran the experiment many times. This is called the Mean (or Expected Value).
The Mean Formula
For a binomial distribution, the average number of successes is incredibly simple to find:
Mean \(= np\)
Example: If a basketball player has a 0.8 (\(p\)) chance of making a free throw and takes 50 shots (\(n\)), we expect them to make \(50 \times 0.8 = 40\) shots.
Expected Frequency
If you are given a large number of samples (let’s call this \(N\)) and asked how many of those samples you expect to result in a specific number of successes, you just multiply the probability by the number of samples:
Expected Frequency \(= N \times P(X = r)\)
Key Takeaway: The mean is just \(n\) times \(p\). It’s the "balance point" of your distribution.
Summary and Checklist
Before you close your books, make sure you can do the following:
- Identify \(n\) and \(p\) from a word problem.
- Use \(q = 1 - p\) to find the probability of failure.
- Calculate "exactly" probabilities using the nCr formula or Binomial PD on your calculator.
- Calculate "at most" or "at least" probabilities using Binomial CD and the complement rule (\(1 - P\)).
- Calculate the average number of successes using \(np\).
Encouragement: Binomial calculations are all about practice. Once you get used to how your specific calculator handles "List" or "Variable" modes, you will find these questions are some of the most straightforward marks in the Statistics paper. Keep going!