AP Statistics Exploring One-Variable Data — Worked Answer Explanations
Unit 1 · 12 questions explained
Below is a complete answer key for our AP Statistics Exploring One-Variable Data practice questions. For each question you'll find the correct choice, a full written explanation of how to get there, and — for every wrong answer — a short note on exactly why it's tempting and where it goes wrong. Reading these straight through is one of the fastest ways to find the gaps in a unit before exam day.
Prefer to test yourself first? Take the timed Exploring One-Variable Data practice test and come back here to review, or head back to the Exploring One-Variable Data unit overview.
- Question 1 · Easy
A data set of 12 exam scores has a mean of 78 and a median of 82. Which of the following best describes the shape of the distribution?
- ASymmetricWhy not A: Symmetric distributions have mean ≈ median; here they differ significantly.
- BSkewed left (negatively skewed)Correct
- CSkewed right (positively skewed)Why not C: Right-skewed distributions pull the mean above the median, not below.
- DBimodalWhy not D: Bimodal shape is not determined by comparing mean and median alone.
ExplanationWhen the mean is less than the median, a few unusually low values pull the mean downward, indicating left skew. Right skew would make mean > median.
Key takeawayMean < median signals left (negative) skew; mean > median signals right skew.
- A
- Question 2 · Easy
A stemplot of hourly wages (in dollars) for 10 part-time workers is shown below. What is the median wage?
Stem Leaves 8 2 5 9 1 3 7 10 0 4 4 8 11 2 6 - A$9.70Why not A: This is the 5th value, not the average of the 5th and 6th.
- B$10.00Why not B: This is the 6th value, not the average of the 5th and 6th.
- C$10.02Why not C: Rounding error; the average of 10.00 is exactly $9.85.
- D$9.85Correct
ExplanationWith 10 data points, the median is the average of the 5th and 6th values. Ordered values: 8.2, 8.5, 9.1, 9.3, 9.7, 10.0, 10.4, 10.4, 10.8, 11.2. The 5th is 9.7 and the 6th is 10.0, so the median is (9.7 + 10.0)/2 = $9.85.
Key takeawayFor an even number of data points, the median is the average of the two middle values.
- A
- Question 3 · Easy
A boxplot shows the following five-number summary for a data set: Min = 10, Q1 = 22, Median = 30, Q3 = 45, Max = 70. What is the interquartile range (IQR)?
- A60Why not A: 60 is the range (Max − Min), not the IQR.
- B23Correct
- C8Why not C: 8 is the distance from Q1 to the median, not Q3 − Q1.
- D15Why not D: 15 is the distance from the median to Q3, not Q3 − Q1.
ExplanationIQR = Q3 − Q1 = 45 − 22 = 23. The IQR measures the spread of the middle 50% of the data and is resistant to outliers, unlike the range.
Key takeawayIQR = Q3 − Q1; it measures the spread of the middle 50% of data.
- A
- Question 4 · Easy
A distribution of test scores is approximately normal with mean and standard deviation . Approximately what percentage of scores fall between 64 and 88?
- A68%Why not A: 68% covers scores within 1 standard deviation (64 to 80), not 64 to 88.
- B95%Why not B: 95% covers ±2 SD (56 to 88), not 64 to 88 which spans 1 SD below to 2 SD above.
- C81.5%Correct
- D99.7%Why not D: 99.7% covers ±3 SD from the mean.
Explanation64 = 72 − 8 is 1 SD below the mean; 88 = 72 + 2(8) is 2 SD above. Using the 68-95-99.7 rule: the area from −1 SD to +2 SD = 34% + 47.5% = 81.5%.
Key takeawayFor non-symmetric normal intervals, add the separate half-rule percentages: 34% (−1 to mean) + 47.5% (mean to +2 SD) = 81.5%.
- A
- Question 5 · Easy
A student scored 85 on a test where the class mean was 78 and the standard deviation was 7. What is the student's standardized score (-score)?
- AWhy not A: Dividing by mean (78) instead of standard deviation.
- BCorrect
- CWhy not C: Sign error; the student scored above the mean, so z must be positive.
- DWhy not D: Forgetting to divide by the standard deviation.
Explanation. A z-score of 1.00 means the student scored exactly one standard deviation above the class mean.
Key takeaway$z = (x - \mu)/\sigma$; positive z means above the mean, negative z means below.
- A
- Question 6 · Easy
A histogram of household incomes in a neighborhood is strongly right-skewed. Which measure of center and spread is most appropriate to report?
- AMean and standard deviationWhy not A: Mean and SD are sensitive to outliers and skew; they are not resistant measures.
- BMedian and IQRCorrect
- CMean and IQRWhy not C: Mixing a non-resistant center measure with a resistant spread measure is inconsistent.
- DMedian and standard deviationWhy not D: Mixing a resistant center with a non-resistant spread measure is inconsistent.
ExplanationFor skewed distributions or those with outliers, the median (resistant to extreme values) and IQR (resistant spread) give a more accurate picture than the mean and standard deviation, which are both pulled by extreme values.
Key takeawayFor skewed data, use median + IQR; for symmetric data without outliers, mean + SD is appropriate.
- A
- Question 7 · Easy
Which of the following correctly identifies an outlier using the 1.5 × IQR rule? A data set has Q1 = 20, Q3 = 50, and contains the value 95.
- A95 is not an outlier because it is less than the maximum.Why not A: Being less than the maximum does not prevent a value from being an outlier.
- B95 is an outlier because it exceeds .Why not B: The upper fence is Q3 + 1.5×IQR = 50 + 1.5(30) = 95, so 95 is exactly at the fence, not beyond it.
- C95 is not an outlier because it does not exceed .Correct
- D95 is an outlier because it is more than 1.5 standard deviations above the mean.Why not D: The 1.5 × IQR rule uses quartiles, not standard deviations.
ExplanationIQR = Q3 − Q1 = 50 − 20 = 30. Upper fence = Q3 + 1.5 × IQR = 50 + 45 = 95. A value must be strictly greater than the fence to be classified as an outlier, so 95 falls exactly on the boundary and is not an outlier.
Key takeawayUpper fence = Q3 + 1.5 × IQR; values strictly above this fence are outliers.
- A
- Question 8 · Easy
A cumulative relative frequency plot (ogive) shows that the 60th percentile of commute times is 35 minutes. Which of the following statements is correct?
- A60% of commute times are greater than 35 minutes.Why not A: Confusing percentile direction; the p-th percentile means p% of data fall at or below that value.
- B35% of commuters have a commute time below 60 minutes.Why not B: This reverses the roles of the percentile and the value.
- C60% of commute times are at or below 35 minutes.Correct
- DThe median commute time is 35 minutes.Why not D: The median is the 50th percentile, not the 60th.
ExplanationBy definition, the p-th percentile is the value at or below which p% of the data fall. The 60th percentile being 35 minutes means 60% of commute times are ≤ 35 minutes.
Key takeawayThe p-th percentile means p% of data values fall at or below that point.
- A
- Question 9 · Medium
A biology class recorded the number of seeds that germinated out of 20 seeds for each of 30 students. The data are roughly bell-shaped with mean and . Using the normal model, approximately what proportion of students had fewer than 10 seeds germinate?
- AAbout 2.5%Why not A: 2.5% corresponds to z = −2; here z ≈ −2.0 so this is approximately correct but the calculated z is slightly different.
- BAbout 0.15%Why not B: 0.15% corresponds to z = −3, which would require 10 to be 3 SD below the mean.
- CAbout 2.3%Correct
- DAbout 16%Why not D: 16% corresponds to z = −1, but 10 is about 2 SDs below the mean.
Explanation. Using the standard normal table, , or about 2.3%.
Key takeawayConvert to a z-score, then use the standard normal table: $P(X < x) = P\left(Z < \frac{x-\mu}{\sigma}\right)$.
- A
- Question 10 · Medium
A dot plot shows the ages (in years) of 9 trees: 3, 5, 5, 7, 8, 9, 10, 12, 40. Which measure of center best represents the typical age, and why?
- AMean, because it uses all values in the data set.Why not A: Using all values is a property, not a justification for best representation when an outlier is present.
- BMedian, because it is resistant to the extreme value of 40.Correct
- CMean, because it equals the median in symmetric distributions.Why not C: This distribution is not symmetric due to the outlier 40.
- DMode, because 5 appears twice.Why not D: The mode (5) is the most frequent value but does not represent the center of the distribution.
ExplanationWith the outlier 40, the mean is pulled to , well above most values. The median is 8, which better represents the typical age. The median is resistant to outliers.
Key takeawayWhen outliers are present, the median is a more representative measure of center than the mean.
- A
- Question 11 · Hard
A set of exam scores has mean 70 and standard deviation 10. Each score is multiplied by 1.05 (a 5% curve), then 3 points are added. What are the new mean and standard deviation?
- AMean = 73, SD = 10Why not A: Adding 3 to each score shifts the mean by 3 but ignores the multiplication step.
- BMean = 76.5, SD = 10.5Correct
- CMean = 76.5, SD = 10Why not C: Correctly computes the mean but forgets that multiplying by a constant also scales the SD.
- DMean = 73, SD = 10.5Why not D: Applies the scaling to SD but not the mean, and misses the multiplication step for the mean.
ExplanationWhen every value is transformed as : the new mean is and the new SD is . Adding a constant shifts the mean but does not affect SD; multiplying by a constant scales both.
Key takeawayFor $y = ax + b$: new mean $= a\bar{x}+b$, new SD $= |a|s$. Adding a constant does not change spread.
- A
- Question 12 · Hard
A researcher says a score at the 90th percentile in a normal distribution with mean 50 and SD 6 corresponds to a score of about 57.7. Another student says the 90th percentile score is about 42.3. Who is correct, and why?
- AThe student, because 42.3 is 1.28 standard deviations below the mean.Why not A: 42.3 is at the 10th percentile, not the 90th, which is below the mean.
- BBoth are wrong; the 90th percentile requires the exact normal table value.Why not B: The researcher's value is correct using z* ≈ 1.28 for the 90th percentile.
- CThe researcher, because for the 90th percentile, giving .Correct
- DNeither; the correct value is 56.0, using .Why not D: z* = 1.00 corresponds to the 84th percentile, not the 90th.
ExplanationThe 90th percentile corresponds to (from the standard normal table). Then . The value 42.3 is at the 10th percentile ().
Key takeawayTo find a percentile value: look up $z^*$, then compute $x = \mu + z^* \sigma$. The 90th percentile uses $z^* \approx 1.28$.
- A