College Statistics Quiz: Percentiles And Quartiles
20 questions · exam conditions
0:00
Percentiles And QuartilesQuestion 1 of 20

Summary statistics for two datasets are provided: Dataset A (n=50, median=100, IQR=20) and Dataset B (n=50, median=120, IQR=20). Which of the following statements is best supported by this information?

The maximum value in Dataset B is greater than the maximum value in Dataset A.
The distributions of the two datasets have similar shapes.
Approximately 25 scores in Dataset A are less than or equal to 90.
The middle 50% of scores in both datasets have a similar level of dispersion.
← Back to quizzes

College Statistics Quiz

College Statistics Quiz: Percentiles And Quartiles

Practice Percentiles And Quartiles in College Statistics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Percentiles And Quartiles, giving you a quick way to practice the rules, question types, and explanations that matter most for College Statistics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Summary statistics for two datasets are provided: Dataset A (n=50, median=100, IQR=20) and Dataset B (n=50, median=120, IQR=20). Which of the following statements is best supported by this information?

  1. The maximum value in Dataset B is greater than the maximum value in Dataset A.
  2. The distributions of the two datasets have similar shapes.
  3. Approximately 25 scores in Dataset A are less than or equal to 90.
  4. The middle 50% of scores in both datasets have a similar level of dispersion. (correct answer)
Explanation: The Interquartile Range (IQR) is a measure of statistical dispersion, representing the spread of the middle 50% of the data. Since both Dataset A and Dataset B have an IQR of 20, the middle 50% of their scores have a similar level of dispersion. A. We cannot determine the relationship between the maximum values from the given information. B. The median and IQR do not provide enough information to determine the shape (e.g., skewness, modality) of the distributions. C. Q1 marks the 25th percentile. 25% of the 50 scores in Dataset A would be 0.25 * 50 = 12.5, so about 12 or 13 scores are less than or equal to Q1. The statement that 25 scores are less than or equal to 90 (a possible value for Q1) is incorrect.

Question 2

A statistician defines a 'strong outlier' as any data point below Q1 − 2.5×IQR or above Q3 + 2.5×IQR. Given the dataset {5, 40, 42, 45, 48, 50, 55, 58, 60, 105}, which of the following is the complete set of strong outliers?

  1. {105} (correct answer)
  2. {5, 105}
  3. No outliers
  4. {5}
Explanation: First, we must calculate the necessary statistics from the sorted dataset: {5, 40, 42, 45, 48, 50, 55, 58, 60, 105}. n=10.
  1. Find Q1: Q1 is the median of the lower half {5, 40, 42, 45, 48}. The median is the 3rd value, so Q1 = 42.
  2. Find Q3: Q3 is the median of the upper half {50, 55, 58, 60, 105}. The median is the 3rd value, so Q3 = 58.
  3. Calculate IQR: IQR = Q3 - Q1 = 58 - 42 = 16.
  4. Calculate the fences for strong outliers: The rule is 2.5 × IQR.
    • Lower Fence = Q1 - 2.5 × IQR = 42 - 2.5 × 16 = 42 - 40 = 2.
    • Upper Fence = Q3 + 2.5 × IQR = 58 + 2.5 × 16 = 58 + 40 = 98.
  5. Identify outliers: We look for values below the lower fence or above the upper fence.
    • Is any value < 2? No.
    • Is any value > 98? Yes, the value 105. Therefore, the only strong outlier is 105. The distractor {5, 105} would be correct if using the standard 1.5 × IQR rule (Lower Fence = 42 - 1.5*16 = 18), which is a common trap.

Question 3

A statistics course has two sections. Section A has 29 students and a median exam score of 80. Section B has 39 students and a median exam score of 70. The scores for both sections are combined into a single dataset of 68 students. Which of the following statements MUST be true about the median of the combined dataset?

  1. The median must be exactly 75.
  2. The median must be between 70 and 80, inclusive. (correct answer)
  3. The median must be closer to 70 than to 80 because Section B is larger.
  4. The median cannot be determined, as it could be any value.
Explanation: Let's analyze what we know. In Section A (n=29), at least 15 students scored ≤ 80 and at least 15 scored ≥ 80. In Section B (n=39), at least 20 students scored ≤ 70 and at least 20 scored ≥ 70. When combined (n=68), the median will be the average of the 34th and 35th scores in the sorted list. Consider a scenario to find the lowest possible combined median. Let scores in Section A be {79,...,79 (14 times), 80,...,80 (15 times)}. Let scores in Section B be {70,...,70 (20 times), 60,...,60 (19 times)}. The combined sorted list starts with 19 scores of 60, followed by 20 scores of 70. The 34th and 35th scores are both 70, so the median is 70. Consider a scenario to find the highest possible combined median. Let scores in Section A be {80,...,80 (15 times), 90,...,90 (14 times)}. Let scores in Section B be {70,...,70 (20 times), 80,...,80 (19 times)}. The combined list ends with (14+19)=33 scores of 80 or 90. The 35th highest score (and 34th) are both 80, making the median 80. Since the median can be 70, 80, or any value in between depending on the specific score distributions, the only statement that must be true is that the median is between 70 and 80, inclusive.

Question 4

The five-number summary for a set of exam scores is {10, 25, 40, 60, 90}. If the professor decides to scale the scores by first doubling every score and then adding 5 points, what will be the interquartile range (IQR) of the new, scaled scores?

  1. 35
  2. 70 (correct answer)
  3. 75
  4. 85
Explanation: The original five-number summary is {Min, Q1, Median, Q3, Max} = {10, 25, 40, 60, 90}. The original interquartile range (IQR) is Q3 - Q1 = 60 - 25 = 35. Let X be an original score. The transformation is Y = 2X + 5. Measures of position (like Q1 and Q3) are affected by both multiplication and addition. New Q1 = 2 * (Old Q1) + 5 = 2 * 25 + 5 = 55. New Q3 = 2 * (Old Q3) + 5 = 2 * 60 + 5 = 125. Measures of spread (like the IQR) are affected by multiplication but not by addition. The new IQR is New Q3 - New Q1 = 125 - 55 = 70. Alternatively, New IQR = |2| * (Old IQR) = 2 * 35 = 70.

Question 5

A statistics course has two sections. Section A has 29 students and a median exam score of 80. Section B has 39 students and a median exam score of 70. The scores for both sections are combined into a single dataset of 68 students. Which of the following statements MUST be true about the median of the combined dataset?

  1. The median must be exactly 75.
  2. The median must be between 70 and 80, inclusive. (correct answer)
  3. The median must be closer to 70 than to 80 because Section B is larger.
  4. The median cannot be determined, as it could be any value.
Explanation: Let's analyze what we know. In Section A (n=29), at least 15 students scored ≤ 80 and at least 15 scored ≥ 80. In Section B (n=39), at least 20 students scored ≤ 70 and at least 20 scored ≥ 70. When combined (n=68), the median will be the average of the 34th and 35th scores in the sorted list. Consider a scenario to find the lowest possible combined median. Let scores in Section A be {79,...,79 (14 times), 80,...,80 (15 times)}. Let scores in Section B be {70,...,70 (20 times), 60,...,60 (19 times)}. The combined sorted list starts with 19 scores of 60, followed by 20 scores of 70. The 34th and 35th scores are both 70, so the median is 70. Consider a scenario to find the highest possible combined median. Let scores in Section A be {80,...,80 (15 times), 90,...,90 (14 times)}. Let scores in Section B be {70,...,70 (20 times), 80,...,80 (19 times)}. The combined list ends with (14+19)=33 scores of 80 or 90. The 35th highest score (and 34th) are both 80, making the median 80. Since the median can be 70, 80, or any value in between depending on the specific score distributions, the only statement that must be true is that the median is between 70 and 80, inclusive.

Question 6

The salaries for a small company of 10 employees are analyzed. The interquartile range (IQR) is $20,000 and the standard deviation is $18,000. The CEO's salary, an extreme outlier, is removed from the dataset and replaced by a new salary equal to the original median. Which of the following describes the most likely impact on the IQR and standard deviation?

  1. Both the standard deviation and the IQR will decrease substantially.
  2. The IQR will remain exactly the same, while the standard deviation will decrease.
  3. The standard deviation will decrease substantially, while the IQR will likely experience a much smaller change. (correct answer)
  4. The standard deviation will remain about the same, while the IQR will decrease substantially.
Explanation: The standard deviation is a measure of spread that is highly sensitive to outliers. Removing an extreme outlier and replacing it with a central value (the median) will drastically reduce the overall variation, so the standard deviation will decrease substantially. The interquartile range (IQR = Q3 - Q1) is a resistant measure of spread, meaning it is not strongly affected by outliers. Since the change involves removing an extreme value, it will not affect the values that determine Q1 and Q3 unless the dataset is very small and the outlier was close to Q3. Even if Q1 or Q3 change, the effect on the IQR is expected to be much smaller than the effect on the standard deviation. Therefore, the most accurate description is that the standard deviation will decrease substantially, while the IQR will see a much smaller change (it could slightly increase, decrease, or stay the same, but a large change is unlikely).

Question 7

A dataset of 100 test scores has an interquartile range (IQR) of 20 points. The teacher first adds 5 points to every student's score, and then increases each new score by 10%. What is the IQR of the final scores?

  1. 20
  2. 22 (correct answer)
  3. 27
  4. 27.5
Explanation: Let the original scores be denoted by X, the first transformation by Y, and the final scores by Z.
  1. Original IQR: IQR_X = Q3_X - Q1_X = 20.
  2. Add 5 points: Y = X + 5. Adding a constant to all data points shifts the entire distribution but does not change its spread. Therefore, the IQR is unaffected. IQR_Y = IQR_X = 20.
  3. Increase by 10%: Z = Y * 1.10. Multiplying all data points by a positive constant scales the measures of spread, including the IQR. The new IQR will be the old IQR multiplied by the constant. IQR_Z = 1.10 * IQR_Y = 1.10 * 20 = 22. Therefore, the IQR of the final scores is 22. Distractors arise from incorrectly applying the additive constant to the IQR or applying the transformations in the wrong conceptual order.

Question 8

Summary statistics for two datasets are provided: Dataset A (n=50, median=100, IQR=20) and Dataset B (n=50, median=120, IQR=20). Which of the following statements is best supported by this information?

  1. The maximum value in Dataset B is greater than the maximum value in Dataset A.
  2. The distributions of the two datasets have similar shapes.
  3. Approximately 25 scores in Dataset A are less than or equal to 90.
  4. The middle 50% of scores in both datasets have a similar level of dispersion. (correct answer)
Explanation: The Interquartile Range (IQR) is a measure of statistical dispersion, representing the spread of the middle 50% of the data. Since both Dataset A and Dataset B have an IQR of 20, the middle 50% of their scores have a similar level of dispersion. A. We cannot determine the relationship between the maximum values from the given information. B. The median and IQR do not provide enough information to determine the shape (e.g., skewness, modality) of the distributions. C. Q1 marks the 25th percentile. 25% of the 50 scores in Dataset A would be 0.25 * 50 = 12.5, so about 12 or 13 scores are less than or equal to Q1. The statement that 25 scores are less than or equal to 90 (a possible value for Q1) is incorrect.

Question 9

The five-number summary for a set of exam scores is {10, 25, 40, 60, 90}. If the professor decides to scale the scores by first doubling every score and then adding 5 points, what will be the interquartile range (IQR) of the new, scaled scores?

  1. 35
  2. 70 (correct answer)
  3. 75
  4. 85
Explanation: The original five-number summary is {Min, Q1, Median, Q3, Max} = {10, 25, 40, 60, 90}. The original interquartile range (IQR) is Q3 - Q1 = 60 - 25 = 35. Let X be an original score. The transformation is Y = 2X + 5. Measures of position (like Q1 and Q3) are affected by both multiplication and addition. New Q1 = 2 * (Old Q1) + 5 = 2 * 25 + 5 = 55. New Q3 = 2 * (Old Q3) + 5 = 2 * 60 + 5 = 125. Measures of spread (like the IQR) are affected by multiplication but not by addition. The new IQR is New Q3 - New Q1 = 125 - 55 = 70. Alternatively, New IQR = |2| * (Old IQR) = 2 * 35 = 70.

Question 10

A statistician defines a 'strong outlier' as any data point below Q1 − 2.5×IQR or above Q3 + 2.5×IQR. Given the dataset {5, 40, 42, 45, 48, 50, 55, 58, 60, 105}, which of the following is the complete set of strong outliers?

  1. {105} (correct answer)
  2. {5, 105}
  3. No outliers
  4. {5}
Explanation: First, we must calculate the necessary statistics from the sorted dataset: {5, 40, 42, 45, 48, 50, 55, 58, 60, 105}. n=10.
  1. Find Q1: Q1 is the median of the lower half {5, 40, 42, 45, 48}. The median is the 3rd value, so Q1 = 42.
  2. Find Q3: Q3 is the median of the upper half {50, 55, 58, 60, 105}. The median is the 3rd value, so Q3 = 58.
  3. Calculate IQR: IQR = Q3 - Q1 = 58 - 42 = 16.
  4. Calculate the fences for strong outliers: The rule is 2.5 × IQR.
    • Lower Fence = Q1 - 2.5 × IQR = 42 - 2.5 × 16 = 42 - 40 = 2.
    • Upper Fence = Q3 + 2.5 × IQR = 58 + 2.5 × 16 = 58 + 40 = 98.
  5. Identify outliers: We look for values below the lower fence or above the upper fence.
    • Is any value < 2? No.
    • Is any value > 98? Yes, the value 105. Therefore, the only strong outlier is 105. The distractor {5, 105} would be correct if using the standard 1.5 × IQR rule (Lower Fence = 42 - 1.5*16 = 18), which is a common trap.

Question 11

The salaries for a small company of 10 employees are analyzed. The interquartile range (IQR) is $20,000 and the standard deviation is $18,000. The CEO's salary, an extreme outlier, is removed from the dataset and replaced by a new salary equal to the original median. Which of the following describes the most likely impact on the IQR and standard deviation?

  1. Both the standard deviation and the IQR will decrease substantially.
  2. The IQR will remain exactly the same, while the standard deviation will decrease.
  3. The standard deviation will decrease substantially, while the IQR will likely experience a much smaller change. (correct answer)
  4. The standard deviation will remain about the same, while the IQR will decrease substantially.
Explanation: The standard deviation is a measure of spread that is highly sensitive to outliers. Removing an extreme outlier and replacing it with a central value (the median) will drastically reduce the overall variation, so the standard deviation will decrease substantially. The interquartile range (IQR = Q3 - Q1) is a resistant measure of spread, meaning it is not strongly affected by outliers. Since the change involves removing an extreme value, it will not affect the values that determine Q1 and Q3 unless the dataset is very small and the outlier was close to Q3. Even if Q1 or Q3 change, the effect on the IQR is expected to be much smaller than the effect on the standard deviation. Therefore, the most accurate description is that the standard deviation will decrease substantially, while the IQR will see a much smaller change (it could slightly increase, decrease, or stay the same, but a large change is unlikely).

Question 12

A dataset of 100 test scores has an interquartile range (IQR) of 20 points. The teacher first adds 5 points to every student's score, and then increases each new score by 10%. What is the IQR of the final scores?

  1. 20
  2. 22 (correct answer)
  3. 27
  4. 27.5
Explanation: Let the original scores be denoted by X, the first transformation by Y, and the final scores by Z.
  1. Original IQR: IQR_X = Q3_X - Q1_X = 20.
  2. Add 5 points: Y = X + 5. Adding a constant to all data points shifts the entire distribution but does not change its spread. Therefore, the IQR is unaffected. IQR_Y = IQR_X = 20.
  3. Increase by 10%: Z = Y * 1.10. Multiplying all data points by a positive constant scales the measures of spread, including the IQR. The new IQR will be the old IQR multiplied by the constant. IQR_Z = 1.10 * IQR_Y = 1.10 * 20 = 22. Therefore, the IQR of the final scores is 22. Distractors arise from incorrectly applying the additive constant to the IQR or applying the transformations in the wrong conceptual order.

Question 13

Side-by-side box plots for the daily sales of two stores, Store A and Store B, are shown. Based on these plots, which statement provides an accurate comparison of the two stores? Refer to the box plots below.

  1. Store A has a larger range than Store B, and the middle 50% of its sales are more variable.
  2. Store B has a higher median sales than Store A, but the middle 50% of its sales are more consistent.
  3. The middle 50% of daily sales for Store B is more variable than for Store A, and Store B's median sales are higher. (correct answer)
  4. The overall distribution of daily sales is symmetric for both Store A and Store B.
Explanation: Let's analyze the box plots:
  • Median: Store B's median line is higher than Store A's, indicating higher median sales.
  • Variability (IQR): The length of the box represents the interquartile range (IQR), which measures the variability of the middle 50% of the data. Store B's box is visibly longer than Store A's box, so its IQR is larger. This means the middle 50% of sales for Store B is more variable, not more consistent.
  • Range: The total length from whisker tip to whisker tip represents the range. Store B's range is larger than Store A's.
  • Symmetry: Store A's plot is roughly symmetric. Store B's plot is right-skewed (median closer to Q1, longer right whisker).
Evaluating the options: A is false because Store B has the larger range and IQR. B is false because larger variability (larger IQR) means less consistency. C is true because Store B has a larger IQR (more variable middle 50%) and a higher median. D is false because Store B's distribution is not symmetric.

Question 14

The box plot summarizes the heights of 400 professional basketball players. Approximately how many players have a height between 78 inches and 82 inches? Refer to the box plot provided.

  1. 100
  2. 200 (correct answer)
  3. 300
  4. Cannot be determined from the box plot.
Explanation: The box in a box plot represents the middle 50% of the data. The bottom of the box is the first quartile (Q1) and the top of the box is the third quartile (Q3). From the provided box plot:
  • The first quartile (Q1) is at 78 inches.
  • The third quartile (Q3) is at 82 inches.
This means that approximately 50% of the players have heights between Q1 (78 inches) and Q3 (82 inches). The total number of players is given as 400. To find the approximate number of players in this range, we calculate 50% of 400: Number of players = 0.50 × 400 = 200. Therefore, approximately 200 players have a height between 78 and 82 inches.

Question 15

The table shows the frequency distribution of ages for a sample of 100 employees. In which age group is the 80th percentile located? Refer to the table.

  1. 30-39
  2. 40-49
  3. 50-59 (correct answer)
  4. 60-69
Explanation: To find the interval containing the 80th percentile, we first need to find the position of the 80th percentile in the ordered data. The total number of employees is n=100. The position is calculated as (80/100) * 100 = 80. We are looking for the 80th value in the dataset. Next, we calculate the cumulative frequency for each age group:
  • 20-29: 15
  • 30-39: 15 + 25 = 40
  • 40-49: 40 + 30 = 70
  • 50-59: 70 + 20 = 90
  • 60-69: 90 + 10 = 100
The cumulative frequency tells us the position of the last observation in each group. The first 70 employees are in the age groups up to 40-49. The employees from the 71st position to the 90th position are in the 50-59 age group. Since we are looking for the 80th value, it falls within the 50-59 age group.

Question 16

The histogram displays exam scores for a class of 200 students. Based on the histogram, the 70th percentile of the scores is located in which score interval? Use the histogram shown to answer.

  1. 50-60
  2. 60-70
  3. 70-80 (correct answer)
  4. 80-90
Explanation: First, find the position of the 70th percentile in the ordered dataset of 200 scores. Position = (70/100) * 200 = 140. We are looking for the 140th score. Next, calculate the cumulative frequencies from the histogram:
  • Interval 40-50: Frequency = 10. Cumulative Frequency = 10.
  • Interval 50-60: Frequency = 30. Cumulative Frequency = 10 + 30 = 40.
  • Interval 60-70: Frequency = 60. Cumulative Frequency = 40 + 60 = 100.
  • Interval 70-80: Frequency = 50. Cumulative Frequency = 100 + 50 = 150.
  • Interval 80-90: Frequency = 40. Cumulative Frequency = 150 + 40 = 190.
  • Interval 90-100: Frequency = 10. Cumulative Frequency = 190 + 10 = 200.
The cumulative frequency up to the 60-70 interval is 100. The cumulative frequency up to the 70-80 interval is 150. This means the scores from the 101st to the 150th position fall within the 70-80 interval. Since we are looking for the 140th score, it must be in the 70-80 interval.

Question 17

The box plot shown summarizes the distribution of reaction times for a particular experiment. Which of the following statements about the distribution of reaction times is most likely to be true? Use the box plot shown to answer the question.

  1. The mean reaction time is less than the median reaction time.
  2. The mean reaction time is greater than the median reaction time. (correct answer)
  3. The mean reaction time is approximately equal to the median reaction time.
  4. The mode of the reaction times can be determined from the box plot.
Explanation: The box plot shows a distribution that is skewed to the right. This is indicated by the median line being closer to the first quartile (Q1) than the third quartile (Q3) and the right whisker being substantially longer than the left whisker. In a right-skewed distribution, the mean is pulled towards the long tail, meaning the mean is typically greater than the median. Choice A describes a left-skewed distribution. Choice C describes a symmetric distribution. Choice D is incorrect because a box plot does not provide information about the mode of a distribution.

Question 18

The following data set represents the ages of 9 employees, sorted in increasing order: {24, 28, 30, 32, 35, 38, 40, x, 50}. If the third quartile (Q3) of this dataset is 44, what is the value of x?

  1. 42
  2. 44
  3. 46
  4. 48 (correct answer)
Explanation: The dataset has n=9 employees. The data is already sorted.
  1. Find the median: The median is the (9+1)/2 = 5th value, which is 35.
  2. Identify the upper half: Using the method that excludes the median from the halves, the upper half of the data is {38, 40, x, 50}.
  3. Find Q3: The third quartile (Q3) is the median of this upper half. Since there are 4 values, the median is the average of the middle two values: Q3 = (40 + x) / 2.
  4. Solve for x: We are given that Q3 = 44. So, we set up the equation: (40 + x) / 2 = 44. Multiplying both sides by 2 gives 40 + x = 88. Subtracting 40 from both sides gives x = 48.
  5. Check for consistency: The value x=48 must fit the sorted order, which requires 40 ≤ x ≤ 50. Our result x=48 satisfies this condition.

Question 19

For the ordered dataset {5, 8, 10, 15, 18, 22, 25, 30}, what is the value of the first quartile (Q1)?

  1. 8
  2. 8.5
  3. 9 (correct answer)
  4. 10
Explanation: There are several methods for calculating quartiles. A common method, often called Tukey's hinges, is as follows:
  1. The dataset is already ordered: {5, 8, 10, 15, 18, 22, 25, 30}. The size is n=8.
  2. Find the median of the entire dataset. Since n is even, the median is the average of the two middle values: (15 + 18) / 2 = 16.5.
  3. Divide the dataset into a lower half and an upper half. The lower half consists of all values below the median: {5, 8, 10, 15}.
  4. The first quartile (Q1) is the median of the lower half. Since the lower half has an even number of values (4), its median is the average of its two middle values: (8 + 10) / 2 = 9. Distractor B (8.5) can be obtained using an interpolation method (e.g., the one used by Excel's QUARTILE.INC or TI calculators), which calculates the position as 0.25*(n+1) = 2.25, and interpolates between the 2nd and 3rd values.

Question 20

A student scores at the 60th percentile on a national standardized test. Which of the following is the correct interpretation of this score?

  1. The student's score was higher than or equal to the scores of approximately 60% of the students who took the test. (correct answer)
  2. The student's score was lower than the scores of 60% of the students who took the test.
  3. The student correctly answered 60% of the questions on the test.
  4. The student's raw score was 60.
Explanation: When you encounter percentile questions, remember that percentiles tell you about relative position within a group, not absolute performance or raw scores. The 60th percentile means the student's score was at or above 60% of all test-takers' scores. Think of it this way: if you lined up all students from lowest to highest score, this student would be positioned where 60% of students are at or below their score level. This makes choice A correct. Let's examine why the other options are wrong. Choice B reverses the logic—it incorrectly suggests the student scored lower than 60% of test-takers, which would actually describe the 40th percentile. Choice C confuses percentiles with percentage correct. A student could theoretically answer only 30% of questions correctly but still score at the 60th percentile if most students performed poorly. Percentiles are about relative ranking, not the proportion of correct answers. Choice D makes the common error of thinking percentiles equal raw scores. The 60th percentile score might be 450, 1200, or any other number depending on the test's scoring system. Here's your key takeaway: percentiles always answer the question "What percentage of people scored at or below this level?" When you see percentile problems, focus on relative position within the group, not raw performance measures. This distinction frequently appears on statistics exams, so practice converting between percentile language and its proper interpretation.