Sampling Distribution and the Central Limit Theorem
Sampling Distribution and the Central Limit Theorem. Practice questions to deepen understanding of the sampling distribution and the Central Limit Theorem. Online statistics practice with full solutions and step-by-step explanations.
Sampling distribution and CLT practice — the Central Limit Theorem, distribution of the sample mean, standard error. Advanced academic statistics.
100 questions
Question 1
2.00 pts
📊 Basic concepts: A researcher wants to study the average height of all residents of Israel.
What is the population in this study?
Explanation:
💡 Detailed explanation:
Step 1: what is a population? 🔍
Everyday explanation:
🌍 Population = all the items we are interested in
It is like asking: "Whom exactly do I want to know about?"
If I am studying the height of Israelis - all Israelis are the population!
Step 2: mathematical definition 🎯
Population:
The set of all the items or people about whom we want to draw conclusions
Denoted by the letter: N
Population parameters: • Mean: μ (mu) • Standard deviation: σ (sigma)
Correct answer: All residents of Israel
Question 2
10.00 pts
📊 Basic concepts: A researcher wants to examine the average height of all residents of Israel.
What is the population?
Explanation:
NULL
Question 3
10.00 pts
📊 Basic concepts: A researcher selected 200 students from all high-school students in the country to measure their average grade.
What is the sample?
Explanation:
NULL
Question 4
2.00 pts
📊 Basic concepts: A researcher chose 200 students from all the high school students in the country in order to examine their average grades.
What is the sample in this study?
Explanation:
💡 Detailed explanation:
Step 1: what is a sample? 🔍
Everyday explanation:
🔬 Sample = a small group we chose from the population
It is like tasting a spoonful from the pot - you do not have to eat the whole pot to know the flavor!
The sample represents the population
Step 2: mathematical definition 🎯
Sample:
A subset of the population that has been chosen for the study
Denoted by the letter: n
Sample statistics: • Sample mean: x̄ (x-bar) • Sample standard deviation: s
Correct answer: The 200 students chosen
Question 5
2.00 pts
📊 Parameter and statistic: The mean of the entire population is denoted by μ. The mean of the sample is denoted by x̄.
Which of the following is a parameter?
Explanation:
💡 Detailed explanation:
Step 1: the essential difference 🔍
Everyday explanation:
🔒 Parameter = a number describing the population It is a fixed number (but usually unknown to us!)
📊 Statistic = a number describing the sample It is a variable number (depends on which sample we chose)
Step 2: memory rule 🎯
Memory trick:
🇬🇷 Greek letter (μ, σ) = parameter (population) 🔤 Latin letter (x̄, s) = statistic (sample)
Example: • μ = 170 cm (mean height of all Israelis) - parameter • x̄ = 172 cm (mean height of 100 people we measured) - statistic
Correct answer: μ - the population mean
Question 6
10.00 pts
📊 Parameter and statistic: The mean of the entire population is denoted μ. The sample mean is denoted x̄.
Which is a parameter?
Explanation:
NULL
Question 7
10.00 pts
📊 Sampling distribution: Suppose many samples of size n are drawn from a population, and the mean of each sample is calculated.
What is the sampling distribution of the mean?
Explanation:
NULL
Question 8
2.00 pts
📊 Sampling distribution: Suppose many samples of size n are taken from the same population, and the mean of each sample is computed.
What is "the sampling distribution of the mean"?
Explanation:
💡 Detailed explanation:
Step 1: the central idea 🔍
Everyday explanation:
Imagine doing an experiment:
1️⃣ Take a sample of 50 people → compute mean height 2️⃣ Take another sample of 50 people → compute mean height 3️⃣ Repeat many times...
The sampling distribution = all those means together!
Step 2: mathematical definition 🎯
Sampling distribution:
The distribution of a statistic (like the mean) when all possible samples of size n are taken from the population
In simple words: If we take infinitely many samples and compute the mean of each - we obtain a new distribution of all those means!
Correct answer: The distribution of all possible sample means
Question 9
2.00 pts
📊 Properties of the sampling distribution: If the population mean is μ = 100, what is the expected value (mean) of the sampling distribution of the mean?
Explanation:
💡 Detailed explanation:
Step 1: the amazing property 🔍
Everyday explanation:
🎯 When taking many samples and computing a mean for each:
• Some means will be a bit above μ • Some will be a bit below μ • But on average - we get exactly μ!
The mean of the means = the population mean!
Step 2: formula and meaning 🎯
The first property of the sampling distribution:
E(X̄) = μ
Meaning: The expected value of the sample mean equals the population mean
Why does this matter? It means that the sample mean is an unbiased estimator for the population mean!
Correct answer: 100
Question 10
10.00 pts
📊 Properties of the sampling distribution: If the population mean is μ = 100, what is the mean of the sampling distribution of x̄?
Explanation:
NULL
Question 11
10.00 pts
📊 Standard error: If the population standard deviation is σ = 20 and the sample size is n = 100, what is the standard error of the mean?
Explanation:
NULL
Question 12
2.00 pts
📊 Standard error: If the population standard deviation is σ = 20 and the sample size is n = 100,
What is the standard error of the sample mean?
Explanation:
💡 Detailed explanation:
Step 1: what is the standard error? 🔍
Everyday explanation:
📏 Standard error = how much the means of different samples are "spread" around μ
• If the standard error is small → the means are close to μ (precise!) • If the standard error is large → the means are spread out (less precise)
The larger the sample, the smaller the standard error!
Step 2: calculation 📊
Standard error formula:
SE = σ / √n
Substitution: SE = 20 / √100 SE = 20 / 10 = 2
Step 3: meaning 💡
What did we learn?
✅ Standard error = 2 means that sample means usually lie within about 2 units of μ
✅ A sample of 100 is 10 times more precise than a sample of 1! (because √100 = 10)
Correct answer: 2
Question 13
2.00 pts
📊 Effect of sample size: What happens to the standard error of the sample mean when the sample size is multiplied by 4?
Explanation:
💡 Detailed explanation:
Step 1: the connection with the square root 🔍
Everyday explanation:
🔑 The key is in the formula: SE = σ/√n
Note: n is under the square root!
Therefore: • If n grows by a factor of 4 → √n grows by √4 = 2 • Then SE shrinks by a factor of 2
To halve the standard error, we must quadruple n!
Step 2: numerical example 📊
Before: n = 25, SE = σ/√25 = σ/5 After (n × 4): n = 100, SE = σ/√100 = σ/10
Comparison: σ/5 → σ/10 = decreased by a factor of 2!
Step 3: golden rule 🎯
Important rule to remember:
To shrink the standard error by a factor of k, we need to multiply the sample size by k²
Shrink SE by 2 → multiply n by 4 Shrink SE by 3 → multiply n by 9 Shrink SE by 10 → multiply n by 100
Correct answer: The standard error decreases by a factor of 2
Question 14
10.00 pts
📊 Sample size: What happens to the standard error of the sample mean when the sample size is multiplied by 4?
Explanation:
NULL
Question 15
10.00 pts
📊 Shape of the distribution: In which case is the sampling distribution of the mean always normally distributed?
Explanation:
NULL
Question 16
2.00 pts
📊 distribution: distribution the sample/sampling of mean normally ?
Explanation:
💡 :
of 1: different 🔍
when distribution the sample/sampling normally?
🎯 1: population normally → distribution the sample/sampling always normally (every/all n!)
🎯 2: population No normally → distribution the sample/sampling normally (only if n two )
Question 17
2.00 pts
📊 Notation: If X̄ is the sample mean, μ the population mean, and σ the population standard deviation,
How is the sampling distribution of X̄ denoted?
Explanation:
💡 Detailed explanation:
Step 1: breaking down the notation 🔍
Notation explanation:
📝 X̄ ~ N(μ, σ²/n) means:
• X̄ is normally distributed • The expected value is μ (population mean) • The variance is σ²/n • (and therefore the standard deviation is σ/√n)
Step 2: why each other answer is wrong 📊
✗ X̄ ~ N(μ, σ²) — forgot to divide by n ✗ X̄ ~ N(0, 1) — that is only after standardization! ✗ X̄ ~ N(μ, σ) — σ instead of σ²/n
Remember: in the normal distribution N(μ, σ²) the second parameter is the variance (σ²), not the standard deviation!
Step 3: summary of formulas 🎯
Sampling distribution of X̄:
X̄ ~ N(μ, σ²/n)
Or equivalently: • Expected value: E(X̄) = μ • Variance: Var(X̄) = σ²/n • Standard deviation (standard error): SE = σ/√n
Correct answer: X̄ ~ N(μ, σ²/n)
Question 18
10.00 pts
📊 Notation: If X̄ is the sample mean, μ is the population mean, and σ is the population standard deviation,
what is the distribution of X̄?
Explanation:
NULL
Question 19
10.00 pts
📊 Calculation: In a certain population the mean is μ = 50 and the standard deviation is σ = 25. A sample of size n = 100 is drawn.
What is the standard error?
Explanation:
NULL
Question 20
2.00 pts
📊 there is: population mean is/it is μ = 50 and standard deviation the standard (deviation) is/it is σ = 15. n = 36 observations.
what is standard error of mean sample?
Explanation:
💡 :
of 1: data 🔍
data:
• the population mean: μ = 50 (No on/about standard error) • standard deviation population: σ = 15 • size sample: n = 36
of 2: there is standard error 📊
Question 21
2.00 pts
📊 Central Limit Theorem (CLT):
What does the Central Limit Theorem state?
Explanation:
💡 Detailed explanation:
Step 1: the amazing idea 🔍
Everyday explanation:
🌟 The CLT is one of the most important theorems in statistics!
It states: No matter what the original population looks like - if we take large enough samples and compute means, the distribution of the means will be normal!
This works even if the population is totally weird!
Step 2: formal statement 🎯
Central Limit Theorem:
If X₁, X₂, ..., Xₙ is a random sample from a population with expected value μ and finite variance σ²,
then as n → ∞:
(X̄ - μ) / (σ/√n) → N(0,1)
In practice: for n ≥ 30 the approximation is usually good enough
Correct answer: When the sample size is large, the distribution of the sample mean approaches a normal distribution
Question 22
10.00 pts
📊 Central Limit Theorem (CLT):
What does the Central Limit Theorem state?
Explanation:
NULL
Question 23
10.00 pts
📊 Using the CLT: In which case is it not necessary to rely on the CLT to conclude that X̄ is normally distributed?
Explanation:
NULL
Question 24
2.00 pts
📊 -CLT: No on/about central distribution X̄ normally?
Explanation:
Explanation: See the definition and relevant formula above.
Question 25
2.00 pts
📊 Minimum sample size: What is the minimum sample size commonly accepted for using the Central Limit Theorem?
Explanation:
💡 Detailed explanation:
Step 1: rule of thumb 🔍
Everyday explanation:
📏 n ≥ 30 is the commonly accepted "rule of thumb"
Why exactly 30? • It is a number that is large enough for most distributions • But not too large for practical needs
This is an accepted estimate, not an exact law!
Step 2: when more or less is needed 📊
Required sample size by population shape:
• Symmetric population: n ≥ 15 • "Normal" population: n ≥ 30 (the standard rule) • Highly skewed population: n ≥ 50+
Step 3: summary 🎯
To summarize:
✅ n ≥ 30 - the most common accepted rule
⚠️ Exceptions: • Symmetric population - n ≈ 15-20 may suffice • Highly skewed population - need n > 50 • Normal population - any n is enough!
Correct answer: n ≥ 30
Question 26
10.00 pts
📊 Minimum sample size: What is the commonly accepted minimum sample size to apply the CLT?
Explanation:
NULL
Question 27
10.00 pts
📊 Standardisation: If X̄ ~ N(80, 16) (where 16 is the variance),