By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
The sampling distribution of a sample mean (x?) describes the distribution of all possible sample means from repeated samples of size n from a population. The Central Limit Theorem (CLT) states that, regardless of the population’s shape, the sampling distribution of x? will be approximately normal if the sample size is large enough (n-30 or the population is already normal). This is essential for constructing confidence intervals and hypothesis tests about a population mean (?). Real-world example: A factory tests whether the average weight of cereal boxes meets the advertised 16 oz. by taking random samples of 50 boxes—even if individual box weights vary, the sample mean will follow a predictable, normal distribution.
normalcdf(lower, upper, ?, ?/?n)
normalcdf(15, 17, 16, 0.5)
invNorm(area to left, ?, ?/?n)
invNorm(0.975, 16, 0.5)
How to solve an FRQ about the sampling distribution of x?:
Statistic: Sample mean (x?) from a sample of size n.
Check Conditions (RIN):
Normal: Either:
Describe the Sampling Distribution:
Spread: ? = ?/?n (or s/?n if-is unknown).
Calculate Probabilities or Critical Values:
normalcdf
invNorm
Example: Find P(x? > 105)-normalcdf(105, 1E99, 100, 15/?50).
normalcdf(105, 1E99, 100, 15/?50)
Interpret in Context:
Correction: Always use ? = ?/?n (not ?). The standard error decreases as n increases.
Mistake: Assuming the sampling distribution is normal for small n when the population is skewed.
Correction: Only use normality if n-30 (CLT) or the population is normal. For small n from skewed populations, the sampling distribution is not normal.
Mistake: Using-instead of s when-is unknown and n is small.
Correction: If-is unknown and n < 30, use a t-distribution (not covered here, but important for inference).
Mistake: Ignoring the 10% condition when sampling without replacement.
Correction: Always check n-10% of the population to ensure independence.
Mistake: Confusing the sampling distribution of x? with the population distribution.
Interpreting the CLT (e.g., "Why can we assume normality for x? even if the population is skewed?").
Tricky Distinctions:
Population vs. Sampling Distribution: The population distribution can be any shape, but the sampling distribution of x? is normal (if conditions met).
Common FRQ Setups:
Comparing two sampling distributions (e.g., "How does the standard error change if n doubles?").
Calculator Pitfalls:
1E99
-1E99
Answer: (B) 2. Explanation: ? = ?/?n = 10/?25 = 2.
FRQ Part: A factory produces bags of chips with a mean weight of 16 oz and a standard deviation of 0.5 oz. A quality control inspector takes a random sample of 40 bags.
Answer:
normalcdf(-1E99, 15.9, 16, 0.079)-0.1038
MCQ: Which of the following is not a condition for the Central Limit Theorem to apply?
invNorm(area, ?, ?/?n)
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.