GRE Quantitative · Question of the Day

GRE Quantitative Question of the Day

A fresh daily question to build accuracy, reinforce recall, and turn practice into a steady habit.
Friday, August 7, 2026

A dataset consists of {1,2,2,2,9}\{1, 2, 2, 2, 9\}. If 9 is replaced by 3, which of the following statements is true?

Keep practicing GRE Quantitative

Question of the Day

Answer today's GRE Quantitative question, reveal the full explanation, then keep the streak going with a new question every day.

A dataset consists of {1,2,2,2,9}\{1, 2, 2, 2, 9\}. If 9 is replaced by 3, which of the following statements is true?

  1. The mean decreases, and the median increases.
  2. The mean increases, and the median stays the same.
  3. The mean decreases, and the median stays the same. (correct answer)
  4. The mean stays the same because the mode is unchanged.
  5. The mean decreases, and the median decreases.

Explanation: This question tests descriptive statistics by examining mean and median after replacing a value. Mean sensitive to changes, median to order; original {1,2,2,2,9} sum=16, mean=3.2, median 2. Replace 9 with 3: {1,2,2,2,3} sum=10, mean=2 (decreases), median 2 (same). Mean decreases, median stays same, as replacement lowers sum but middle unchanged. A tempting option is thinking median increases to 2.5 or something, but sorted it's 1,2,2,2,3, middle 2. Confusion with mode might suggest mean same, like D.