Binomial/geometric distributions - Statistics AP Study Notes
Overview
# Binomial and Geometric Distributions Summary This lesson covers two fundamental discrete probability distributions: the binomial distribution models the number of successes in a fixed number of independent trials with constant probability, whilst the geometric distribution models the number of trials until the first success. Students learn to identify appropriate contexts for each distribution, calculate probabilities using formulae and technology, determine expected values and variances, and apply these models to real-world scenarios. These distributions are essential for AP Statistics examinations, frequently appearing in both multiple-choice and free-response questions requiring identification of distribution type, probability calculations, and interpretation of results in context.
Core Concepts & Theory
Binomial Distribution models the number of successes in a fixed number of independent trials, where each trial has the same probability of success. The notation is X ~ B(n, p) where n = number of trials and p = probability of success.
Key Requirements for Binomial:
- Fixed number of trials (n)
- Each trial has only two outcomes (success/failure)
- Constant probability (p) for each trial
- All trials are independent
Binomial Probability Formula: $$P(X = r) = \binom{n}{r}p^r(1-p)^{n-r} = \frac{n!}{r!(n-r)!}p^r q^{n-r}$$
where q = 1 - p (probability of failure)
Mean: μ = np | Variance: σ² = np(1-p) | Standard Deviation: σ = √[np(1-p)]
Geometric Distribution models the number of trials needed to obtain the first success. The notation is X ~ Geo(p).
Geometric Probability Formula: $$P(X = r) = (1-p)^{r-1}p = q^{r-1}p$$
This represents (r-1) failures followed by 1 success on the rth trial.
Mean: μ = 1/p | Variance: σ² = (1-p)/p²
Memory Aid: "Binomial counts Batch of successes; Geometric finds the Goal (first success)"
Cumulative Probabilities: P(X ≤ r) requires summing individual probabilities or using tables. For geometric: P(X > r) = (1-p)^r is particularly useful.
Cambridge Command Words: Calculate requires numerical answers; Determine needs justification; Find the probability that expects clear probability notation.
Detailed Explanation with Real-World Examples
Binomial in Action: Consider quality control in manufacturing. A factory produces light bulbs with a 5% defect rate. If you randomly select 20 bulbs, the number of defective bulbs follows X ~ B(20, 0.05). This models situations where you're counting successes across multiple attempts.
Think of it like basketball free throws: If a player has 80% accuracy and takes 10 shots, the number of successful shots is binomial. Each shot is independent, probability stays constant, and we're counting total successes.
Geometric in Action: How many job applications must you submit before getting your first interview? If each application has a 15% success rate, the number of applications follows X ~ Geo(0.15). The geometric distribution answers "how long until success?"
Medical Testing Analogy: Screening patients for a rare condition where 2% test positive. Binomial asks: "Out of 50 patients, how many test positive?" Geometric asks: "How many patients must we test before finding the first positive case?"
Key Distinction: Imagine flipping coins:
- Binomial: "Flip 10 times, count the heads" → fixed trials, count successes
- Geometric: "Keep flipping until you get heads" → variable trials, wait for first success
Insurance Applications: Insurance companies use binomial to model multiple claims (e.g., 1000 policies, 3% claim rate). They use geometric to model time until first claim in a new risk category.
Real-World Tip: If the question mentions "first time," "until," or "before," think geometric. If it mentions "out of" or "in a sample of," think binomial.
Both distributions assume independence — crucial in real applications like polling (sampling without replacement from large populations).
Worked Examples & Step-by-Step Solutions
**Example 1 (Binomial):** A multiple-choice test has 12 questions, each with 4 options. A student guesses randomly. Find the probability they get (a) exactly 4 correct, (b) at most 2 correct. **Solution:** Let X = number correct. X ~ B(12, 0.25) (a) P(X = 4) = ₁₂C₄(0.25)⁴(0.75)⁸ = 495 × 0.00390625...
Unlock 3 More Sections
Sign up free to access the complete notes, key concepts, and exam tips for this topic.
No credit card required · Free forever
Key Concepts
- Binomial Distribution: A probability distribution that counts the number of successes in a fixed number of independent trials, where each trial has only two outcomes.
- Geometric Distribution: A probability distribution that counts the number of independent trials needed to get the very first success, where each trial has only two outcomes.
- Trial: A single attempt or observation in an experiment, like one coin flip or one free throw shot.
- Success: The specific outcome we are interested in counting or waiting for in a trial.
- +6 more (sign up to view)
Exam Tips
- →Always state and check the BINS or BITS conditions before applying a binomial or geometric distribution to a problem; this earns you points!
- →Clearly define your random variable (e.g., 'Let X = number of heads in 10 flips') and the parameters (n, p, k) for full credit.
- +3 more tips (sign up)
More Statistics Notes