Sampling Distributions - Complete Interactive Lesson
Part 1: Central Limit Theorem
🎯 The Central Limit Theorem
Part 1 of 7 — The Most Important Theorem in Statistics
From Population to Sample
When we take a sample of size from a population, the sample mean varies from sample to sample. The sampling distribution of describes this variation.
The Central Limit Theorem (CLT)
For a random sample of size from a population with mean and standard deviation :
| Property | Value |
|---|---|
| Mean of | |
| Standard deviation of | |
| Shape | Approximately normal for large (usually ) |
🔑 The CLT works regardless of the shape of the population distribution — as long as is large enough.
Why It Matters
Even if data is skewed, the distribution of sample means will be approximately normal for large . This is why so many inference procedures use the normal distribution.
CLT Concept Check 🎯
CLT Calculations 🧮
A population has and . Samples of size are drawn.
1) What is the mean of the sampling distribution of ?
2) What is the standard error of ?
3) For , what would the standard error be?
Part 2: Distribution of Sample Means
📊 Distribution of Sample Means
Part 2 of 7 — Applying the CLT
When Is the CLT Valid?
| Population Shape | Required Sample Size |
|---|---|
| Normal | Any (even ) |
| Slightly skewed | |
| Heavily skewed | (or more) |
| With outliers | or remove outliers |
Finding Probabilities About
To find :
- Calculate
- Use the z-table
Example: Population: , . Sample . Find .
Sample Means Practice 🎯
Sampling Distribution Calculations 🧮
Exam scores: , , .
1) Standard error of = ?
2) -score for : = ?
3) . Using , the probability is?
Part 3: Distribution of Sample Proportions
📊 Distribution of Sample Proportions
Part 3 of 7 — From Counts to Proportions
Topics in This Part
| Section |
|---|
| 📐 Sample Proportion |
| 📊 Shape, Center & Spread of |
| 🧮 Normal Approximation for |
| ⚠️ Conditions for Normality |
🔑 Key Concept: Parts 1–2 focused on sample means (). Now we shift to sample proportions (), which are used whenever the variable is categorical (yes/no, success/failure).
What You'll Master in Part 3
- Defining and computing the sample proportion
- Describing the sampling distribution of (center, spread, shape)
- Checking conditions for the normal approximation
- Using -scores to find probabilities about
📐 The Sample Proportion
When a variable is categorical (e.g., "supports policy" vs. "does not"), we summarize samples with a proportion rather than a mean.
Example: In a sample of 200 voters, 120 support a candidate. Then:
Sampling Distribution of
If repeated random samples of size are drawn from a population where the true proportion is :
| Property | Formula |
|---|---|
| Mean | |
| Standard deviation | |
| Shape | Approximately normal when conditions are met |
🔑 Key Concept: The sampling distribution of is centered at the true proportion — so is an unbiased estimator of .
Normal Approximation Conditions
The sampling distribution of is approximately normal when:
This ensures enough successes AND failures for the bell curve to be a good model.
⚠️ Warning: If either condition fails, the normal approximation is not valid. You would need exact binomial probabilities instead.
Finding Probabilities About
To find , standardize:
Then use the -table.
Worked Example: A factory produces items with 5% defect rate (). In a sample of :
Check: ✓ and ✓
Sample Proportions Concept Check 🎯
Standard Deviation of Practice 🧮
A political poll samples voters from a state where 40% support a ballot measure ().
1) What is the mean of the sampling distribution of ?
2) Calculate . Round to 4 decimal places.
3) Is the normal approximation valid? How many expected successes are there? ()
Proportions Concepts Check 🔍
📝 AP-Style Worked Example
Problem: A large university reports that 70% of students live off campus. A random sample of 150 students is selected.
(a) Describe the sampling distribution of .
Solution:
- Shape: Check: ✓ and ✓. Approximately normal.
- Center:
- Spread:
(b) Find the probability that .
🔑 AP Tip: Always structure your answer as Shape–Center–Spread and show the condition checks. The AP rubric awards separate points for each.
Exit Quiz — Distribution of Sample Proportions ✅
Part 4: Standard Error
� Standard Error
Part 4 of 7 — Measuring the Precision of Estimates
Topics in This Part
| Section |
|---|
| 📐 Standard Deviation vs. Standard Error |
| 📊 SE for Means and Proportions |
| 🧮 The 10% Condition |
| ⚠️ Common Misconceptions |
🔑 Key Concept: Standard error (SE) measures how much a sample statistic typically varies from sample to sample. Smaller SE = more precise estimate.
What You'll Master in Part 4
- Distinguishing standard deviation from standard error
- Computing SE for both and
- Understanding how sample size affects precision
- Applying the 10% condition for independence
📐 Standard Deviation vs. Standard Error
These two concepts are frequently confused on the AP exam:
| Concept | Measures | Formula (for means) |
|---|---|---|
| Standard deviation ( or ) | Spread of individual observations | |
| Standard error (SE) | Spread of a sample statistic |
⚠️ Warning: The AP exam specifically tests whether you know the difference. Standard deviation describes the data; standard error describes the statistic.
Standard Error Formulas
| Statistic | True SE (using parameters) | Estimated SE (using statistics) |
|---|---|---|
| Sample mean | ||
| Sample proportion |
🔑 Key Concept: In practice, we rarely know the population parameters and . So we estimate the SE by plugging in sample statistics ( and ).
The 10% Condition
When sampling without replacement, observations are not truly independent. However, if the sample is less than 10% of the population, the dependence is negligible:
where is the population size.
Why it matters: The SE formulas assume independent observations. The 10% condition ensures this assumption is approximately met.
Example: Polling 1,000 voters from a city of 50,000 registered voters.
- Check: ✓ → Independence is reasonable.
How Sample Size Affects SE
| If you multiply by... | SE is multiplied by... |
|---|---|
| 4 | (halved) |
| 9 | |
| 100 |
🔑 AP Tip: To halve the margin of error, you must quadruple the sample size. This is a frequently tested relationship.
Standard Error Concepts 🎯
SE Calculations 🧮
1) A sample of 100 students has . Find .
2) In a sample of 400, . Find (round to 4 decimal places).
3) A researcher surveys 500 people from a town of 4,000. Is the 10% condition satisfied? Enter "yes" or "no".
Concepts Check 🔍
📝 AP-Style Worked Example
Problem: A state health department reports that the average wait time at emergency rooms is 45 minutes. A hospital takes a random sample of 50 patients and finds minutes with minutes.
(a) Calculate the standard error of .
(b) Interpret the SE in context.
In repeated random samples of 50 patients from this hospital, the sample mean wait time would typically differ from the true mean by about 2.83 minutes.
(c) How large a sample would be needed to achieve minute?
🔑 AP Tip: When interpreting SE, always connect it to the context: "The sample [statistic] would typically vary by about [SE] [units] from the true [parameter] across repeated samples."
Exit Quiz — Standard Error ✅
Part 5: Conditions for Inference
✅ Conditions for Inference
Part 5 of 7 — The Three Conditions You Must Always Check
Topics in This Part
| Section |
|---|
| 🎲 The Random Condition |
| 📏 The 10% (Independence) Condition |
| 📊 The Normal/Large Sample Condition |
| 📝 How to State Conditions on the AP Exam |
🔑 Key Concept: Every inference procedure on the AP exam requires you to check conditions before performing the test or building a confidence interval. Missing conditions = lost points.
The Three Conditions Framework
Every inference procedure requires these three conditions:
| # | Condition | What It Checks |
|---|---|---|
| 1 | Random | Data comes from a random sample or random assignment |
| 2 | 10% / Independence | Sample is < 10% of population (sampling without replacement) |
| 3 | Normal/Large Sample | Sampling distribution is approximately normal |
⚠️ Warning: Simply writing "conditions met" earns zero credit. You must name the condition, check it with numbers, and state whether it is satisfied.
🎲 Condition 1: Random
What to check: Was the data collected using a random process?
- Random sample from a population → inference about population parameters
- Random assignment in an experiment → inference about causation
How to state it on the AP exam:
- ✅ "The problem states that a random sample of 200 adults was selected."
- ❌ "Random ✓" (too vague — no credit)
📏 Condition 2: Independence (10% Condition)
What to check: Are individual observations approximately independent?
How to state it:
- ✅ "The sample of 150 is less than 10% of all registered voters in the state (over 5 million), so observations are approximately independent."
- ❌ "10% condition met" (no numbers shown)
🔑 Key Concept: This condition is automatically satisfied when sampling from a functionally infinite population (all U.S. adults, all manufactured items, etc.).
📊 Condition 3: Normal/Large Sample
This condition differs depending on the parameter:
For Means ():
| Situation | Normal condition satisfied? |
|---|---|
| Population is normal | Yes, for any |
| Yes (CLT applies) | |
| Only if no strong skewness or outliers | |
| Only if population is approximately normal |
For Proportions ():
When checking with sample data (no known ):
How to state it:
- ✅ "The sample size is , so by the CLT, the sampling distribution of is approximately normal."
- ✅ " and ."
⚠️ Warning: For proportions, you must check BOTH and . Checking only one is incomplete.
Conditions Concept Check 🎯
Checking Conditions Practice 🧮
A random sample of 80 students from a university of 12,000 finds that 52 prefer online classes.
1) What fraction of the population is the sample? Express as a percentage (round to 1 decimal).
2) How many "successes" (prefer online) are in the sample?
3) How many "failures" (do not prefer online) are in the sample?
Condition Identification 🔍
📝 AP-Style Condition Check (Full Credit Response)
Problem: A quality engineer takes a random sample of 150 batteries from a day's production of 2,000 batteries and finds that 12 are defective. She wants to construct a 95% confidence interval for the true proportion of defective batteries.
Check all conditions for inference.
Model Response:
1. Random: The problem states that the engineer selected a random sample of 150 batteries. ✓
2. 10% Condition: is less than 10% of the day's production of batteries (). Observations are approximately independent. ✓
3. Normal (Large Counts):
- Successes: ✓
- Failures: ✓
The sampling distribution of is approximately normal.
All conditions are met. We may proceed with the one-proportion -interval.
🔑 AP Tip: This three-part format (name → check → conclude) is exactly what AP readers look for. Practice writing it out every time.
Exit Quiz — Conditions for Inference ✅
Part 6: Problem-Solving Workshop
� Problem-Solving Workshop
Part 6 of 7 — Putting It All Together
Topics in This Part
| Section |
|---|
| 🧮 Multi-Step Sampling Distribution Problems |
| 📊 Comparing Means vs. Proportions |
| 📝 AP Free-Response Strategies |
| ⚠️ Common Mistakes to Avoid |
🔑 Key Concept: AP free-response questions on sampling distributions typically require you to (1) describe the sampling distribution, (2) check conditions, and (3) calculate a probability. Practice doing all three in sequence.
Problem-Solving Framework
For any sampling distribution problem, follow these steps:
- Identify the parameter and statistic ( and , or and )
- Check conditions (Random, 10%, Normal/Large Sample)
- Describe the sampling distribution (Shape, Center, Spread)
- Calculate using the -score formula
- Interpret in context
📝 Worked Example 1: Sample Means
Problem: The weights of apples at a farm are normally distributed with g and g. A random sample of 25 apples is selected.
(a) Describe the sampling distribution of .
Solution:
- Shape: Population is normal, so the sampling distribution of is exactly normal for any .
- Center: g
- Spread: g
(b) Find .
(c) Find .
📝 Worked Example 2: Sample Proportions
Problem: A website reports a 25% click-through rate (). A marketer samples 200 visitors.
(a) Check whether the normal approximation is valid.
- ✓
- ✓
(b) Find .
🔑 AP Tip: About 5% of the time, a sample of 200 would show less than 20% click-through — rare enough to be noteworthy, but not extreme.
Problem-Solving Check 🎯
Multi-Step Practice 🧮
The mean household income in a city is $65,000 with $15,000. A random sample of 225 households is drawn.
1) What is the standard error of ?
2) What is the -score for $67,000?
3) What is for in dollars (i.e. $67,000)? (Use )
⚠️ Common Mistakes on the AP Exam
| Mistake | Why It's Wrong | Correct Approach |
|---|---|---|
| Using instead of | Confuses individual variability with sampling variability | Always use for means |
| Forgetting to check conditions | Loses 1–2 points per FRQ | Name, check, and conclude for each condition |
| Writing | Continuous distributions have | Use or |
| Checking for means | This is the proportions condition | For means, use or check for normality |
| Not interpreting in context | AP rubric requires context | "There is a 2.28% probability that the sample mean weight exceeds 158 g" |
🔑 AP Tip: The most common error is using where you need . The sampling distribution is ALWAYS narrower than the population distribution.
Error Identification 🔍
Exit Quiz — Problem-Solving Workshop ✅
Part 7: Review & Applications
🎓 Review & Applications
Part 7 of 7 — Comprehensive Review
Complete Summary
| Concept | Key Formula | When to Use |
|---|---|---|
| Sampling dist. of | , | Quantitative data |
| Sampling dist. of | , | Categorical data |
| CLT | for large | (or population normal) |
| Normal approx. for | and | |
| Standard error (means) | When is unknown | |
| Standard error (proportions) | When is unknown |
Three Conditions for Inference
| Condition | For Means | For Proportions |
|---|---|---|
| Random | Random sample or random assignment | Same |
| 10% | Same | |
| Normal | or population normal | and |
🔑 AP Tip: This entire topic is foundational — confidence intervals and hypothesis tests (the core of AP Stats) all rely on sampling distributions. Master this, and the rest follows.
📊 Means vs. Proportions: Side-by-Side
| Feature | ||
|---|---|---|
| Data type | Quantitative | Categorical |
| Parameter | ||
| Center | ||
| Spread | ||
| Normal condition | or normal population | , |
| SE uses | ||
| Distribution for tests | -distribution ( unknown) | -distribution |
⚠️ Warning: A common AP exam trap is using the wrong formula — applying the proportions SE when the problem involves means, or vice versa. Always identify the data type first.
Key Relationships to Remember
- Larger → smaller SE → narrower sampling distribution → more precision
- To halve SE: quadruple
- SE measures precision, not accuracy — a biased method has small SE but wrong center
- Unbiased: and — both estimators are unbiased
- The 10% condition matters most for small populations — for large populations (states, countries), it is automatically satisfied
Comprehensive Review 🎯
Mixed Practice 🧮
1) Population: , , . Find .
2) Population: , . Find (round to 4 decimal places).
3) To reduce from to , you must multiply by what factor?
Quick Identification 🔍
Final Exam — Sampling Distributions ✅