Ap Stats Chapter 2 Practice Problems: Exact Answer & Steps

10 min read

AP Stats Chapter 2 Practice Problems: Mastering Data Description

So you're staring at Chapter 2 of your AP Statistics textbook, and suddenly it's all about standard deviations, box plots, and something called "five-number summaries." Maybe your teacher just assigned a homework set that's due tomorrow, and you're not totally sure where to even start.

Here's the thing — Chapter 2 is where AP Stats starts to feel like actual math instead of just reading graphs. It's also where a lot of students get tripped up, because there's new vocabulary, new symbols, and honestly, some concepts that sound similar but mean completely different things.

Most guides skip this. Don't.

This post walks you through what Chapter 2 actually covers, works through some representative practice problems step by step, and points out the mistakes that cost students points. Let's get into it Still holds up..

What Is AP Statistics Chapter 2?

Chapter 2 in most AP Statistics textbooks — whether you're using Starnes, Tabor, or the updated versions — is all about describing distributions. Not just looking at a graph and saying "that one looks taller," but actually quantifying what you're seeing with numbers.

The big ideas here are:

  • Shape — Is the distribution symmetric? Skewed left? Skewed right? Bimodal? These aren't just adjectives — they affect which measures of center and spread you should use.

  • Center — Where does the data "cluster"? You'll learn about the mean (the arithmetic average) and the median (the middle value when everything is ordered) Small thing, real impact..

  • Spread — How spread out is the data? This means learning about range, interquartile range (IQR), variance, and standard deviation.

  • Position — Where does a specific value fall? This is where z-scores come in.

  • Outliers — Identifying values that don't fit with the rest of the data, and understanding how sensitive some measures are to those outliers The details matter here..

Most textbooks frame this around the "SOCS" mnemonic: Shape, Outliers, Center, Spread. You'll use this framework for almost every data analysis question in the course.

The Vocabulary Nobody Told You Would Matter

Here's what trips up a lot of students early on — the difference between population standard deviation and sample standard deviation. The formulas look almost identical, but one divides by n and the other divides by n-1.

The one you'll use most often in class and on the AP exam is the sample standard deviation, denoted by s. Because of that, it uses n-1 in the denominator, and it's called "Bessel's correction. " Your calculator does this automatically, but knowing why it matters will save you later when you hit inference problems No workaround needed..

You'll also encounter the difference between parameters (numbers that describe a population) and statistics (numbers that describe a sample). This distinction sounds minor, but it's actually foundational for everything that comes after Chapter 2 — especially when you get to confidence intervals and hypothesis testing.

Why This Chapter Matters More Than You Think

Here's the honest truth: Chapter 2 isn't just about learning to calculate standard deviation. It's about learning to interpret what those numbers mean in context.

On the AP exam, you'll rarely get points just for computing a number. You need to explain what it tells you about the data. A standard deviation of 15 means something very different depending on whether you're talking about test scores (where 15 points is a lot) or annual rainfall in inches (where it might not be) Small thing, real impact..

The skills you build in Chapter 2 — describing shape, identifying outliers, choosing appropriate measures of center and spread — are the same skills you'll need when you analyze bivariate data in Chapter 3, when you run simulations in later units, and when you interpret regression output in Chapter 9 Took long enough..

In practice, this means: don't just memorize formulas. Know when the IQR is a better measure of spread than the standard deviation. Understand why you'd choose the median instead of the mean for a skewed distribution. These decisions are what separate students who understand statistics from students who just do calculations.

How to Work Through Chapter 2 Practice Problems

Let's walk through some problems that represent what you're likely to encounter. I'll show you the thinking process, not just the answer And that's really what it comes down to..

Problem 1: Finding Measures of Center and Spread

A teacher records the scores (out of 100) from her latest math test: 72, 75, 78, 82, 82, 85, 88, 91, 94, 97. Find the mean, median, and standard deviation The details matter here..

Step 1: Order the data. Good news — it's already ordered.

Step 2: Find the mean. Add them all up and divide by 10: (72 + 75 + 78 + 82 + 82 + 85 + 88 + 91 + 94 + 97) = 844 844 ÷ 10 = 84.4

Step 3: Find the median. With 10 numbers, the median is the average of the 5th and 6th values: 5th value = 82, 6th value = 85 (82 + 85) ÷ 2 = 83.5

Step 4: Find the standard deviation. Using your calculator:

  • Enter the data into a list
  • Use 1-Var Stats
  • Look for sx (sample standard deviation) — it should be about 8.3

The short version: the average score is 84.But 4, half the class scored above 83. Which means 5, and scores typically varied by about 8. 3 points from the mean.

Problem 2: Interpreting Box Plots

A box plot shows the following five-number summary: min = 12, Q1 = 25, median = 34, Q3 = 48, max = 62. About what percent of data values fall between 25 and 48?

This is a classic question, and here's the key insight: by definition, the interquartile range (Q3 - Q1) contains the middle 50% of the data Worth keeping that in mind..

So between Q1 = 25 and Q3 = 48, you have approximately 50% of the data values.

The follow-up your teacher might ask: "What percent are greater than 48?And " That's Q3, so by definition, about 25% of the data lies above Q3. Same for below Q1.

Problem 3: The Empirical Rule and Normal Distributions

Scores on a standardized test are approximately normally distributed with mean 500 and standard deviation 100. Use the empirical rule to estimate the percentage of scores between 300 and 700 Most people skip this — try not to. That alone is useful..

The empirical rule (also called the 68-95-99.7 rule) tells us that for approximately normal distributions:

  • About 68% of data falls within 1 standard deviation of the mean
  • About 95% falls within 2 standard deviations
  • About 99.7% falls within 3 standard deviations

Here, the mean is 500 and the standard deviation is 100.

  • 1 standard deviation below the mean: 500 - 100 = 400
  • 1 standard deviation above the mean: 500 + 100 = 600
  • 2 standard deviations below: 500 - 200 = 300
  • 2 standard deviations above: 500 + 200 = 700

So scores between 300 and 700 represent about 95% of all test-takers Worth keeping that in mind..

Problem 4: Z-Scores

A student scores 82 on an exam where the mean was 76 and the standard deviation was 6. Find the z-score and interpret it.

The z-score formula is: $z = \frac{x - \mu}{\sigma}$

Plugging in: $z = \frac{82 - 76}{6} = \frac{6}{6} = 1.0$

Interpretation: this student scored 1 standard deviation above the mean. Their score is higher than about 84% of the class (since about 68% fall within 1 SD, half of the remaining 32% — or 16% — fall below, meaning 84% fall below a z-score of 1) Nothing fancy..

Problem 5: Choosing the Right Measure

Which measure of center and spread should you use for a distribution that is heavily skewed to the right? Explain.

At its core, a concept question, not a calculation — and that's exactly the type of question that appears on the AP exam.

For a right-skewed distribution (think income data — most people make moderate salaries, but a few people make enormous amounts), the mean is pulled toward the tail. That means the mean will be higher than the median, and it's not representative of a "typical" value.

The better choice: median for center, IQR for spread Easy to understand, harder to ignore..

Why? Consider this: both are resistant to outliers and extreme values. The median literally just cares about the middle position, and the IQR only looks at the middle 50% of the data, ignoring the extreme values in the tails Most people skip this — try not to..

Common Mistakes Students Make

Let me save you some pain. These are the errors I see over and over:

1. Confusing standard deviation with variance. The variance is the standard deviation squared. If your calculator gives you sx = 10, the variance (sx²) = 100. Make sure you're answering what's actually being asked.

2. Using the population standard deviation (σ) when the problem asks for sample standard deviation (s). Check whether you're working with a sample or the entire population. In class, it's almost always a sample.

3. Forgetting to order data before finding the median, quartiles, or position. This matters for quartiles specifically, because different textbooks and calculators use slightly different methods for calculating Q1 and Q3. If your data isn't sorted, your quartiles will be wrong.

4. Saying "outlier" when you mean "unusual." In AP Stats, an outlier is formally defined as any value below Q1 - 1.5(IQR) or above Q3 + 1.5(IQR). Don't just eyeball it and call something an outlier — calculate it.

5. Using the mean for a clearly skewed distribution. If the shape is skewed, the mean is misleading. This is an easy way to lose credit on free-response questions.

Practical Tips for Acing Chapter 2

  • Use your calculator's statistics functions. You're not supposed to calculate standard deviation by hand on the AP exam. Learn how to use 1-Var Stats on a TI-84 (or whatever calculator your teacher recommends). Practice entering data and reading the output It's one of those things that adds up. No workaround needed..

  • Always graph the data first. Before you calculate anything, make a dotplot, histogram, or box plot. Shape matters. You can't choose appropriate measures of center and spread without knowing the shape.

  • Memorize the outlier rule. Q1 - 1.5(IQR) and Q3 + 1.5(IQR). Write it on your calculator if you have to. You'll use it constantly.

  • Know when to use which measure. Mean + standard deviation for symmetric, no-outlier data. Median + IQR for skewed data or data with outliers. This is one of the most tested concepts in the entire course.

  • Practice interpreting, not just calculating. Every time you find a number, write a sentence about what it means in context. That's the skill that gets you a 5 on the exam.

FAQ

What's the difference between range and IQR?

The range is max - min, which uses only two values and is very sensitive to outliers. The IQR (Q3 - Q1) uses the middle 50% of the data, so it's resistant to extreme values. For describing spread, IQR is almost always the better choice The details matter here. Worth knowing..

Do I need to memorize the empirical rule?

Yes. The 68-95-99.Know it cold: 68% within 1 SD, 95% within 2 SD, 99.7 rule shows up constantly, both in multiple choice and free response. 7% within 3 SD.

When do I use the z-score formula?

Whenever you want to describe how many standard deviations a value is from the mean, or when you're comparing values from different distributions. It's also the bridge to working with normal distributions later Which is the point..

Can the median and mean ever be the same?

Yes — in a perfectly symmetric distribution with no outliers, the mean and median are equal (or very close). This is one reason symmetry matters so much.

What's the difference between a parameter and a statistic?

A parameter describes a population (you almost never know this in real life). A statistic describes a sample (this is what you calculate from data you actually have). The notation reflects this: population parameters use Greek letters (μ, σ), sample statistics use Roman letters (, s) That's the whole idea..

Short version: it depends. Long version — keep reading.


Chapter 2 is the foundation for everything that comes next in AP Statistics. The good news is that the concepts are straightforward once you see a few examples, and the calculations are all automated on your calculator. Focus on understanding which measure to use and how to interpret what you find — that's what will carry you through the rest of the course.

New and Fresh

Just Landed

Others Went Here Next

Based on What You Read

Thank you for reading about Ap Stats Chapter 2 Practice Problems: Exact Answer & Steps. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home