Fiveable

๐Ÿ“ŠAP Statistics Unit 7 Review

QR code for AP Statistics practice questions

7.2 Constructing a Confidence Interval for a Population Mean

7.2 Constructing a Confidence Interval for a Population Mean

Written by the Fiveable Content Team โ€ข Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examโ€ขWritten by the Fiveable Content Team โ€ข Last updated June 2026
๐Ÿ“ŠAP Statistics
Unit & Topic Study Guides

Previous Exam Prep

AP Cram Sessions 2021

Pep mascot

When you do not know the population standard deviation, which is the usual case for quantitative data, estimate a population mean with a one-sample tt interval: xห‰ยฑtโˆ—(sn)\bar{x} \pm t^* \left(\frac{s}{\sqrt{n}}\right). You use the tt distribution instead of the normal distribution because using ss in place of ฯƒ\sigma adds uncertainty, which gives the tt distribution heavier tails.

Why This Matters for the AP Statistics Exam

Confidence intervals for means show up across the inference part of the course, and this topic is the foundation for the rest of Unit 7. Once you can build a one-sample t-interval, the same logic carries into matched pairs, two-sample intervals, and significance tests for means.

On both multiple-choice and free-response questions, you can be asked to choose the right procedure, check conditions, compute the interval, and interpret it in context. Clear notation and a complete setup make your work easier to follow, which matters on free-response questions where your reasoning is evaluated, not just your final number.

Key Takeaways

  • Use a one-sample t-interval for a mean when ฯƒ is unknown, which is almost always the case for quantitative data.
  • The t-distribution has heavier tails than the normal distribution, and those tails shrink as degrees of freedom (n โˆ’ 1) increase.
  • The interval is xฬ„ ยฑ t*(s/โˆšn), where xฬ„ is the point estimate and t*(s/โˆšn) is the margin of error.
  • Check three conditions before calculating: random data, independence (10% condition when sampling without replacement), and approximate normality of the sampling distribution.
  • Find t* using n โˆ’ 1 degrees of freedom from a t-table or technology.
  • Matched pairs are handled as one sample: take the differences first, then build a t-interval on those differences.

Understanding the t-Distribution

The t-distribution is a continuous probability distribution used to estimate a population mean when you do not know the population standard deviation. It looks like the normal distribution but has heavier tails, meaning more area sits in the extreme ends. Those heavier tails account for the extra uncertainty you take on when you estimate ฯƒ from the sample using s.

The degrees of freedom (df) describe how much information you have to estimate variability. For a one-sample t-interval, df = n โˆ’ 1.

As the degrees of freedom increase, the t-distribution looks more and more like the normal distribution, and the area in the tails decreases. With a larger sample, s is a more reliable estimate of ฯƒ, so there is less extra uncertainty to account for.

Because ฯƒ is typically not known for quantitative variables, the right procedure for estimating the population mean from one sample is a one-sample t-interval for a mean.

Conditions for Inference

Before you calculate a confidence interval, check that the conditions are met.

Random

Data should come from a random sample or a randomized experiment. This reduces bias from a poorly chosen sample.

When answering inference questions, always point to the randomness, either by quoting the part of the problem that describes it or by clearly stating that the sample was random.

Independence

Independence means each observation is not influenced by the others. When sampling without replacement, you check the 10% condition: the sample size should be at most 10% of the population (n โ‰ค 0.10N).

A clean way to state this is, "It is reasonable to believe the population is at least 10n."

For example, with a random sample of 85 teenagers' math grades used to estimate the average for all teenagers in a math class, you could write, "It is reasonable to believe there are at least 850 teenagers currently enrolled in a math class."

Normal

This condition lets you treat the sampling distribution of xฬ„ as approximately normal. You can justify it in a few ways:

  • If the sample size is at least 30, the sampling distribution of xฬ„ is approximately normal (this draws on the Central Limit Theorem).
  • If the population is stated to be normally distributed, normality is satisfied for any sample size.
  • If the sample size is less than 30, the sample data should be free from strong skewness and outliers.

With the 85 teenagers, you can treat the sampling distribution as approximately normal because 85 > 30.

Formula

A confidence interval has two parts: a point estimate and a margin of error.

Point Estimate ยฑ Margin of Error

xฬ„ ยฑ t*(s/โˆšn)

Point Estimate

A point estimate is a single value used to estimate a population parameter. For a population mean, the point estimate is the sample mean, xฬ„. It sits at the center of the confidence interval and is your best single guess for the population mean based on the sample.

Margin of Error

A margin of error is a buffer zone. It is the amount you add and subtract from xฬ„ to leave room for sampling variability. It has two parts:

  • Critical value t*
  • Standard error, SE = s/โˆšn

The critical value t* depends on the confidence level and the degrees of freedom (df = n โˆ’ 1). Because the t-distribution is only approximately normal, df adjusts your calculation based on sample size. With an infinitely large sample, you would have a perfect normal curve and could use a z-score instead. You can find t* using a calculator's inverse t function or the t-table on the College Board provided formula sheet. ๐Ÿ“„

The full margin of error is therefore t*(s/โˆšn), and the complete interval is xฬ„ ยฑ t*(s/โˆšn).

Matched Pairs

Matched pairs are treated as one sample of pairs. Once you find the difference for each pair, you build a t-interval on those differences exactly like a one-sample t-interval. The point estimate becomes the mean of the differences, dฬ„, and the standard error becomes s_d/โˆšn, where s_d is the standard deviation of the differences.

Meaning of a Confidence Interval

A confidence interval is a range of values that you believe captures the true population mean. For example, with a 95% confidence interval built from a sample mean of 0, a sample standard deviation of 10, and a sample size of 100, only about 5% of samples would produce intervals that miss the true mean. So you can be 95% confident the true population mean falls inside the interval you report.

A key idea: any single interval either captures the population mean or it does not. The confidence level describes the long-run success rate of the method across many random samples, not the probability for one specific interval.

How to Use This on the AP Statistics Exam

Free Response

When a question asks you to build and interpret an interval for a mean, a clear setup helps you support a stronger score:

  1. Name the procedure (one-sample t-interval for a mean).
  2. Check the conditions: random, independence (10% condition), and approximately normal.
  3. Calculate the interval using xฬ„ ยฑ t*(s/โˆšn) with df = n โˆ’ 1.
  4. Interpret in context.

Use this interpretation template:

"I am % confident that the true population mean of ______________ is between (, ___)."

A complete interpretation includes three things:

  1. The confidence level
  2. The context of the problem
  3. A clear reference to the true population mean

MCQ

Multiple-choice questions often test whether you can pick the right procedure (t-interval, not z), identify the correct degrees of freedom (n โˆ’ 1), or reason about how the interval changes. Remember that a larger sample size tends to make the interval narrower, and a higher confidence level makes it wider.

Common Trap

Make sure you are using s (the sample standard deviation) and t*, not ฯƒ and z*. The whole reason this topic uses a t-interval is that ฯƒ is unknown.

Common Misconceptions

  • "Use z when ฯƒ is unknown." When you only have the sample standard deviation s, use the t-distribution, not the normal. The z-interval is for the rare case where ฯƒ is known.
  • "Degrees of freedom equal n." For a one-sample t-interval, df = n โˆ’ 1, not n.
  • "95% confident means there is a 95% chance the population mean is in this exact interval." The population mean is fixed. The 95% describes how often the method captures the mean across many random samples.
  • "The 10% condition and the normality condition are the same thing." The 10% condition supports independence when sampling without replacement. The normality condition is about the shape of the sampling distribution of xฬ„.
  • "If n is under 30, you cannot make an interval." You can, as long as the sample data show no strong skewness or outliers, or the population is stated to be normal.
  • "A bigger margin of error means a better interval." A wider interval is less precise. Increasing sample size shrinks the margin of error and gives a more precise estimate.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

confidence interval

A range of values, calculated from sample data, that is likely to contain the true population parameter with a specified level of confidence.

confidence interval procedure

A statistical method used to construct an interval estimate for a population parameter based on sample data.

critical value

A value from the standard normal distribution used to determine the margin of error for a given confidence level.

degrees of freedom

A parameter of the t-distribution that affects its shape; as degrees of freedom increase, the t-distribution approaches the normal distribution.

density curve

A graphical representation of a probability distribution showing the relative likelihood of different values.

independence

The condition that observations in a sample are not influenced by each other, typically ensured through random sampling or randomized experiments.

margin of error

The amount by which a sample statistic is likely to vary from the corresponding population parameter, calculated as the critical value times the standard error.

matched pairs

Paired observations where two measurements are taken on the same subject or on subjects that are matched according to specific criteria, used to analyze the mean difference between the paired values.

mean difference

The average of the differences between paired observations, denoted by ฮผd, where the order of subtraction must be clearly defined.

normal distribution

A probability distribution that is mound-shaped and symmetric, characterized by a population mean (ฮผ) and population standard deviation (ฯƒ).

one-sample t-interval

A confidence interval for a population mean constructed using the t-distribution when the population standard deviation is unknown.

outlier

Data points that are unusually small or large relative to the rest of the data.

population mean

The average of all values in an entire population, denoted as ฮผ.

population means

The average values of two distinct populations being compared, denoted as ฮผโ‚ and ฮผโ‚‚.

population standard deviation

A measure of the spread or dispersion of all values in a population, denoted by ฯƒ, which is a parameter of the normal distribution.

random sample

A sample selected from a population in such a way that every member has an equal chance of being chosen, reducing bias and allowing for valid statistical inference.

randomized experiment

A study design where subjects are randomly assigned to treatment groups to establish cause-and-effect relationships.

sample mean

The average of all values in a sample, denoted as xฬ„, used as an estimate of the population mean.

sample size

The number of observations or data points collected in a sample, denoted as n.

sample standard deviation

The standard deviation calculated for a sample, denoted by s, using the formula s = โˆš(1/(n-1) โˆ‘(xแตข-xฬ„)ยฒ).

sample statistic

A numerical value calculated from sample data that is used to estimate the corresponding population parameter.

sampling distribution

The probability distribution of a sample statistic (such as a sample proportion) obtained from repeated sampling of a population.

sampling without replacement

A sampling method in which an item selected from a population cannot be selected again in subsequent draws.

skewness

A measure of the asymmetry of a distribution, indicating whether data is concentrated more on one side of the center.

standard error

The standard deviation of a sampling distribution, which measures the variability of a sample statistic across repeated samples.

t-distribution

A probability distribution used when the population standard deviation is unknown and the sample standard deviation is used instead, characterized by heavier tails than the normal distribution.

tails

The extreme regions at both ends of a probability distribution's density curve where the t-distribution allocates more area than the normal distribution.

Frequently Asked Questions

What is a confidence interval for a population mean?

A confidence interval for a population mean is a range of plausible values for the true mean. In AP Statistics, you usually use a one-sample t-interval because the population standard deviation is unknown.

When do I use a one-sample t-interval?

Use a one-sample t-interval when you have one sample of quantitative data, want to estimate a population mean, and only know the sample standard deviation.

What is the formula for a one-sample t-interval?

The formula is sample mean plus or minus t-star times the standard error. In symbols, x-bar +/- t*(s/sqrt(n)), where t-star uses n - 1 degrees of freedom.

What conditions do I check for a t-interval for a mean?

Check that the data come from a random sample or randomized experiment, observations are independent, the 10% condition is met when sampling without replacement, and the sampling distribution is approximately normal.

How do I interpret a confidence interval on AP Statistics?

Say that you are C% confident that the true population mean of the context is between the lower and upper bounds. The confidence level describes the long-run success rate of the method, not the probability for one fixed interval.

How is this tested on AP Statistics?

AP Statistics questions may ask you to identify the procedure, verify conditions, calculate the interval, interpret it in context, or avoid common mistakes with t-star, degrees of freedom, and the 10% condition.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs โ†’ See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal โ†’ update your plan โ†’ choose Yearlyโ†’ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs โ†’ See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot