Back to Blog
    Exams, Assessments & Practice Tools

    Sampling Distribution Practice Questions with Answers

    April 5, 20269 min read1 views
    Sampling Distribution Practice Questions with Answers

    Concept Explanation

    A sampling distribution is the probability distribution of a specific statistic (such as the mean, proportion, or variance) calculated from all possible random samples of a specific size n n drawn from a given population. While a population distribution describes the individuals within a group, a sampling distribution describes how a statistic behaves across repeated sampling. This concept is fundamental to inferential statistics, as it allows researchers to make predictions about a population based on a single sample. According to the Central Limit Theorem, if the sample size is sufficiently large (usually n 30 n \geq 30 ), the sampling distribution of the mean will be approximately normal, regardless of the population's underlying distribution shape. This mathematical bridge enables the use of Z-scores and P-values in hypothesis testing. Just as understanding molecular structures is vital in VSEPR geometry, understanding the spread and center of these distributions is vital for data science.

    Key Parameters of Sampling Distributions

    Solved Examples

    1. Calculating Standard Error: A population has a mean of 100 and a standard deviation of 20. If you take a random sample of 25 individuals, what is the mean and standard error of the sampling distribution?

      1. Identify the population parameters: μ = 100 \mu = 100 , σ = 20 \sigma = 20 , and n = 25 n = 25 .

      2. The mean of the sampling distribution is equal to the population mean: μ x ˉ = 100 \mu_{\bar{x}} = 100 .

      3. Apply the standard error formula: σ x ˉ = σ / n = 20 / 25 = 20 / 5 = 4 \sigma_{\bar{x}} = \sigma / \sqrt{n} = 20 / \sqrt{25} = 20 / 5 = 4 .

      4. The sampling distribution is centered at 100 with a standard error of 4.

    2. Finding Probabilities using Z-scores: The average weight of a specific fruit is 150g with a standard deviation of 12g. What is the probability that a random sample of 36 fruits has a mean weight greater than 153g?

      1. Calculate the standard error: σ x ˉ = 12 / 36 = 2 \sigma_{\bar{x}} = 12 / \sqrt{36} = 2 .

      2. Calculate the Z-score: Z = ( x ˉ μ ) / σ x ˉ = ( 153 150 ) / 2 = 1.5 Z = (\bar{x} - \mu) / \sigma_{\bar{x}} = (153 - 150) / 2 = 1.5 .

      3. Look up Z = 1.5 Z = 1.5 in a standard normal table. The area to the left is 0.9332.

      4. Find the area to the right: 1 0.9332 = 0.0668 1 - 0.9332 = 0.0668 . The probability is 6.68%.

    3. Sampling Distribution of Proportions: It is known that 40% of voters support a specific policy. In a sample of 100 voters, what is the standard deviation of the sampling distribution of the proportion?

      1. Identify p = 0.40 p = 0.40 and n = 100 n = 100 .

      2. Use the formula for standard error of proportion: σ p ^ = p ( 1 p ) / n = 0.40 ( 0.60 ) / 100 \sigma_{\hat{p}} = \sqrt{p(1-p)/n} = \sqrt{0.40(0.60)/100} .

      3. Calculate the numerator: 0.40 × 0.60 = 0.24 0.40 \times 0.60 = 0.24 .

      4. Divide and take the square root: 0.0024 0.0489 \sqrt{0.0024} \approx 0.0489 .

    Practice Questions

    1. A population is normally distributed with μ = 50 \mu = 50 and σ = 10 \sigma = 10 . If a sample of n = 4 n = 4 is selected, what is the standard error of the mean?

    2. According to the Khan Academy Statistics Library, the Central Limit Theorem applies when n n is large. If a population is highly skewed, why does the sampling distribution of the mean become normal as n n increases?

    3. A manufacturer claims lightbulbs last 1200 hours with σ = 150 \sigma = 150 . A quality control team tests 100 bulbs. What is the probability the sample mean is less than 1170 hours?

    Want unlimited practice questions like these?

    Generate AI-powered questions with step-by-step solutions on any topic.

    Try Question Generator Free →
    1. Suppose 20% of all students at a university are left-handed. If you take a sample of 200 students, what is the mean and standard deviation of the sampling distribution of the sample proportion p ^ \hat{p} ?

    2. How does quadrupling the sample size n n affect the standard error of the mean?

    3. A population has a mean of 80 and a standard deviation of 16. What is the Z-score for a sample mean of 75 from a sample of size n = 64 n = 64 ?

    4. In a large city, 15% of people use public transit. In a random sample of 400 people, find the probability that more than 18% use public transit.

    5. Explain the difference between the standard deviation of a population and the standard error of the mean.

    6. A researcher takes a sample of size n = 25 n = 25 from a population where μ = 200 \mu = 200 and σ = 50 \sigma = 50 . If the population is NOT normal, can we assume the sampling distribution of the mean is normal?

    7. The heights of adult men are normally distributed with μ = 70 \mu = 70 inches and σ = 3 \sigma = 3 inches. If a group of 9 men is chosen, what is the probability their average height is between 69 and 71 inches?

    Answers & Explanations

    1. Standard Error: σ x ˉ = σ / n = 10 / 4 = 10 / 2 = 5 \sigma_{\bar{x}} = \sigma / \sqrt{n} = 10 / \sqrt{4} = 10 / 2 = 5 . Even with a small sample size, the standard error is half the population standard deviation.

    2. Central Limit Theorem: As n n increases, the means of the samples tend to cluster around the population mean. Extreme values in the population are increasingly likely to be balanced out by other values in the sample, resulting in a bell-shaped distribution of means.

    3. Lightbulb Probability: σ x ˉ = 150 / 100 = 15 \sigma_{\bar{x}} = 150 / \sqrt{100} = 15 . Z = ( 1170 1200 ) / 15 = 30 / 15 = 2 Z = (1170 - 1200) / 15 = -30 / 15 = -2 . The area for Z = 2 Z = -2 is 0.0228. There is a 2.28% chance.

    4. Proportion Mean and SD: μ p ^ = p = 0.20 \mu_{\hat{p}} = p = 0.20 . σ p ^ = 0.2 ( 0.8 ) / 200 = 0.16 / 200 = 0.0008 0.0283 \sigma_{\hat{p}} = \sqrt{0.2(0.8)/200} = \sqrt{0.16/200} = \sqrt{0.0008} \approx 0.0283 .

    5. Effect of n n on Standard Error: Because the formula involves n \sqrt{n} in the denominator, quadrupling n n (making it 4 n 4n ) results in a denominator of 4 n = 2 n \sqrt{4n} = 2\sqrt{n} . This cuts the standard error in half.

    6. Z-score Calculation: σ x ˉ = 16 / 64 = 16 / 8 = 2 \sigma_{\bar{x}} = 16 / \sqrt{64} = 16 / 8 = 2 . Z = ( 75 80 ) / 2 = 5 / 2 = 2.5 Z = (75 - 80) / 2 = -5 / 2 = -2.5 .

    7. Transit Proportion: μ p ^ = 0.15 \mu_{\hat{p}} = 0.15 . σ p ^ = 0.15 ( 0.85 ) / 400 0.01785 \sigma_{\hat{p}} = \sqrt{0.15(0.85)/400} \approx 0.01785 . Z = ( 0.18 0.15 ) / 0.01785 1.68 Z = (0.18 - 0.15) / 0.01785 \approx 1.68 . The probability of Z > 1.68 is 1 0.9535 = 0.0465 1 - 0.9535 = 0.0465 (4.65%).

    8. SD vs Standard Error: Standard deviation measures the variability of individual data points in a population. Standard error measures the variability of a statistic (like the mean) across different samples. Standard error is always smaller than population SD for n > 1.

    9. Normality Assumption: No. Generally, n 30 n \geq 30 is the rule of thumb for the Central Limit Theorem to apply to non-normal populations. Since n = 25 n = 25 , we cannot confidently assume normality unless the population itself was normal.

    10. Height Range: σ x ˉ = 3 / 9 = 1 \sigma_{\bar{x}} = 3 / \sqrt{9} = 1 . We want P(69 < \bar{x} < 71). Z Z for 69 is ( 69 70 ) / 1 = 1 (69-70)/1 = -1 . Z Z for 71 is ( 71 70 ) / 1 = 1 (71-70)/1 = 1 . The area between Z = 1 Z = -1 and Z = 1 Z = 1 is 0.8413 0.1587 = 0.6826 0.8413 - 0.1587 = 0.6826 (68.26%).

    Quick Quiz

    Interactive Quiz 5 questions

    1. If the sample size n n increases, what happens to the standard error of the mean?

    • A It increases
    • B It decreases
    • C It stays the same
    • D It becomes equal to the population mean
    Check answer

    Answer: B. It decreases

    2. The mean of the sampling distribution of the mean ( μ x ˉ \mu_{\bar{x}} ) is always equal to:

    • A The sample standard deviation
    • B The population mean
    • C The sample size divided by two
    • D The population variance
    Check answer

    Answer: B. The population mean

    3. Which theorem states that the sampling distribution of the mean approaches normality as n n increases?

    • A The Law of Large Numbers
    • B The Central Limit Theorem
    • C Bayes' Theorem
    • D The Pythagorean Theorem
    Check answer

    Answer: B. The Central Limit Theorem

    4. For a population with σ = 100 \sigma = 100 and n = 25 n = 25 , what is the standard error?

    • A 4
    • B 25
    • C 20
    • D 10
    Check answer

    Answer: C. 20

    5. A sampling distribution of the proportion is approximately normal if:

    • A n n is at least 5
    • B n p 10 np \geq 10 and n ( 1 p ) 10 n(1-p) \geq 10
    • C The population size is small
    • D The standard deviation is zero
    Check answer

    Answer: B. n p 10 np \geq 10 and n ( 1 p ) 10 n(1-p) \geq 10

    Want unlimited practice questions like these?

    Generate AI-powered questions with step-by-step solutions on any topic.

    Try Question Generator Free →

    Frequently Asked Questions

    What is a sampling distribution?

    A sampling distribution is a theoretical distribution of all possible values of a sample statistic, such as the mean or proportion, that could be obtained from all possible samples of a specific size drawn from a population.

    Why is the Central Limit Theorem important?

    The Central Limit Theorem is vital because it allows statisticians to use normal distribution techniques to make inferences about population means even when the population distribution is unknown or non-normal, provided the sample size is large enough.

    How does sample size affect the sampling distribution?

    As the sample size increases, the sampling distribution becomes more tightly clustered around the population mean, resulting in a smaller standard error and a more normal shape. This makes the sample mean a more reliable estimator of the population mean.

    What is the difference between a parameter and a statistic?

    A parameter is a numerical value that describes a characteristic of an entire population (like μ \mu ), whereas a statistic is a numerical value calculated from a sample (like x ˉ \bar{x} ) used to estimate the parameter. Just as polarity determination requires looking at molecular characteristics, statistics requires looking at sample characteristics.

    When should I use the standard error of the proportion?

    You should use the standard error of the proportion when you are dealing with categorical data where you are measuring the percentage or fraction of a sample that meets a certain criterion, such as "yes/no" surveys or success rates. This is similar to classifying molecules in functional group identification.

    Want unlimited practice questions like these?

    Generate AI-powered questions with step-by-step solutions on any topic.

    Try Question Generator Free →

    Enjoyed this article?

    Share it with others who might find it helpful.

    Related Articles