Problem Solving & Data Analysis · ~15% of Math section

Statistics, Data Interpretation, and Distributions: Practice Questions & Study Guide

Questions requiring you to calculate and interpret measures of center and spread, read graphs and tables, and understand the shape of data distributions.

10 practice questions
3 Easy
4 Medium
3 Hard
Get 1,000+ More Questions

Understanding Statistics, Data Interpretation, and Distributions

Statistics on the test is primarily about interpretation and conceptual reasoning, not computation. You need to know that the mean (arithmetic average) is pulled toward outliers, while the median (middle value when sorted) is resistant to extreme values. The mode is the most frequently occurring value. When a data set is perfectly symmetric, mean = median = mode; when it is skewed right (long tail to the right), the mean > median; when skewed left, the mean < median.

Measures of spread describe how dispersed the data are. Range is simply max − min. Standard deviation measures average distance from the mean—a larger standard deviation means the data are more spread out. You will never calculate standard deviation by hand on the test, but you will need to identify which data set has greater or lesser spread by inspecting a graph or table. Interquartile range (IQR = Q3 − Q1) measures the spread of the middle 50% of data and is robust to outliers.

Data interpretation questions ask you to read values from bar charts, line graphs, scatterplots, histograms, and two-way tables. The most common errors involve misreading scales (e.g., not noticing a y-axis that starts at 50 rather than 0) or misidentifying the correct variable from a legend. For scatterplots, the line of best fit question type asks you to use the equation given (or visually estimate the slope) to predict values or describe the trend.

Distribution shape questions describe data as symmetric, left-skewed, or right-skewed, and ask what this implies about the relative positions of mean, median, and mode. A normal (bell-shaped) distribution is symmetric. In real-world contexts, income distributions are typically right-skewed (mean > median), while distributions of test scores or heights are often approximately normal.

Key Rules & Formulas

Memorize these rules — they come up directly in practice questions.

1

Mean = sum of all values / number of values; median = middle value (or average of two middle values)

Data: {3, 5, 7, 9, 11} — mean = 35/5 = 7; median = 7 (middle of 5 values)

2

Skewed right → mean > median; skewed left → mean < median; symmetric → mean ≈ median

A household income dataset with a few billionaires will be right-skewed, so the mean income will exceed the median

3

Adding a constant to every value shifts mean and median by that constant but doesn't change range or standard deviation

If every score increases by 5 points, mean increases by 5 but standard deviation stays the same

4

Outliers increase the range and pull the mean but leave the median nearly unchanged

Adding a score of 200 to {70, 75, 80, 85, 90} changes mean dramatically but barely shifts the median

5

Line of best fit: use the given equation to predict y for a given x; the slope represents the rate of change per unit of x

If ŷ = 2.5x + 10, then for x = 8, predicted y = 2.5(8) + 10 = 30

Statistics, Data Interpretation, and Distributions Practice Questions

Select an answer and click Check Answer to reveal the full explanation. Questions go from easiest to hardest.

Question 1Easy

The ages of five students in a study group are 14, 16, 15, 17, and 18. What is the mean age of the students?

Show explanation

Correct answer: B. 16

Explanation

Mean = (14 + 16 + 15 + 17 + 18) / 5 = 80 / 5 = 16.

Question 2Easy

Seven test scores are listed in order: 62, 70, 74, 81, 85, 90, 93. What is the median score?

Show explanation

Correct answer: C. 81

Explanation

The median is the middle value of the ordered list. With 7 values, the 4th value is the median: 81.

Question 3Easy

A dataset has values: 5, 8, 8, 10, 12, 14, 14, 14, 20. Which measure of center is greatest?

Show explanation

Correct answer: A. Mean

Explanation

Mean = (5+8+8+10+12+14+14+14+20)/9 = 105/9 ≈ 11.67. Median = 12 (5th value). Mode = 14. The mean (≈11.67) is less than the median (12) and mode (14). The mode is greatest.

Question 4Medium

A class of 20 students has a mean score of 78. After one more student takes the test, the mean drops to 77. What score did the new student receive?

Show explanation

Correct answer: B. 57

Explanation

Original total = 20 × 78 = 1,560. New total needed for mean of 77 with 21 students = 21 × 77 = 1,617. New student's score = 1,617 − 1,560 = 57.

Question 5Medium

The table below shows the number of hours per week that 50 employees spend in meetings: Hours | Frequency 0–4 | 12 5–9 | 18 10–14 | 13 15–19 | 7 Which interval contains the median number of hours?

Show explanation

Correct answer: B. 5–9

Explanation

With 50 employees, the median is between the 25th and 26th values. Cumulative: 0–4 has 12; adding 5–9 gives 30. The 25th and 26th values both fall in the 5–9 interval.

Question 6Medium

A histogram shows test scores for two classes. Class A's scores are approximately normally distributed with a mean of 75 and a standard deviation of 8. Class B's scores are also normally distributed with a mean of 75 and a standard deviation of 12. Which of the following is true?

Show explanation

Correct answer: B. Class B has greater spread than Class A

Explanation

Standard deviation measures spread. Class B has a larger standard deviation (12 > 8), so Class B has greater spread. Both means are equal (75).

Question 7Medium

A scatterplot shows a positive linear relationship between hours studied (x) and test score (y). The line of best fit has equation y = 4x + 55. According to this model, what score would a student who studied for 10 hours be predicted to receive?

Show explanation

Correct answer: B. 95

Explanation

Substitute x = 10: y = 4(10) + 55 = 40 + 55 = 95.

Question 8Hard

A dataset has a mean of 50 and a median of 42. Which of the following best describes the likely shape of the distribution?

Show explanation

Correct answer: C. Skewed right (mean > median)

Explanation

When the mean > median, the distribution is skewed right—the tail extends toward the higher values, pulling the mean above the median.

Question 9Hard

A dataset of 10 values has a mean of 20 and a range of 15. If the largest value is increased by 10 and no other values change, which measures are affected?

Show explanation

Correct answer: C. Both mean and range

Explanation

Increasing the largest value increases the sum of all values, so the mean increases: new mean = (200 + 10)/10 = 21. The range also increases because the maximum value is now 10 larger: new range = 15 + 10 = 25. Both are affected.

Question 10Hard

The five-number summary for a dataset is: minimum = 10, Q1 = 25, median = 40, Q3 = 60, maximum = 80. A new data point of 95 is added. Which of the following measures will definitely change?

Show explanation

Correct answer: C. Maximum

Explanation

Adding a value of 95, which is greater than the current maximum of 80, will raise the maximum to 95. The median, Q1, and Q3 may or may not change depending on the full data distribution, but the maximum will definitely increase.

Want more Statistics, Data Interpretation, and Distributions practice?

Access 1,000+ additional questions filtered by difficulty and score band in the full 1600.lol question bank — free, no signup needed.

Open Question Bank

Common Mistakes to Avoid

These are the most frequent errors students make on Statistics, Data Interpretation, and Distributions questions. Knowing them in advance prevents costly point losses.

  • !Misidentifying skew direction—students confuse 'skewed right' with 'most data is on the right'
  • !Using mean instead of median when the question asks for the measure that best represents a skewed distribution
  • !Reading bar chart heights without accounting for a y-axis that doesn't start at zero
  • !Confusing standard deviation with range—they both measure spread but very differently
  • !Assuming that a larger sample always gives a smaller standard deviation (it doesn't—sample size affects standard error, not standard deviation)

Strategy Tips: Statistics, Data Interpretation, and Distributions

For any graph question, spend 5 seconds reading the axis labels and scale before extracting numbers—scale tricks are common on the test

When comparing two distributions described in a table, compute the mean and range mentally or jot them down before answering the comparison question

Skew questions: imagine which direction the 'tail' of the histogram points—the mean follows the tail

For 'which change would most increase/decrease the mean/median' questions, test a specific extreme value mentally rather than reasoning abstractly

Other Problem Solving & Data Analysis Subtopics

12,000+ questions · Free · No signup required

Master Statistics, Data Interpretation, and Distributions

These 10 questions are just the start. Unlock the full 1600.lol question bank for 12,000+ practice questions with the graphing calculator, instant feedback, and progress tracking.

Join 50,000+ students preparing for the test on 1600.lol

Send feedback