Question

Difficulty: MediumOverlapping Sets, Statistics, and Data Distributions

A dataset consists of 1515 distinct positive integers. Is the median of the dataset greater than its arithmetic mean?

(1) The sum of the 77 smallest integers in the dataset is 4242, and the sum of the 77 largest integers in the dataset is 140140.
(2) The dataset forms an arithmetic progression.

  1. A
    Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.
  2. Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.Answer
  3. C
    BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.
  4. D
    EACH statement ALONE is sufficient.
  5. E
    Statements (1) and (2) TOGETHER are NOT sufficient.

Answer

Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.
The option stating that Statement (2) alone is sufficient while Statement (1) alone is not sufficient is correct because Statement (2) establishes that the dataset is an arithmetic progression, where median always equals mean. This provides a definitive 'No' to the question of whether the median is strictly greater than the mean, satisfying sufficiency. Statement (1) allows values of the median both above and below 1313, yielding both 'Yes' and 'No' outcomes.

Step-by-Step Solution

1
Rephrase the question stem mathematically.
Let the 15 distinct positive integers be ordered as x1<x2<<x7<x8<x9<<x15x_1 < x_2 < \dots < x_7 < x_8 < x_9 < \dots < x_{15}. The median is x8x_8, and the arithmetic mean is μ=i=115xi15\mu = \frac{\sum_{i=1}^{15} x_i}{15}. We need to determine whether x8>μx_8 > \mu.
Simplifying the question target clarifies what information is necessary for sufficiency.
2
Evaluate Statement (1) independently.
Statement (1) gives i=17xi=42\sum_{i=1}^7 x_i = 42 and i=915xi=140\sum_{i=9}^{15} x_i = 140. The total sum is 42+x8+140=182+x842 + x_8 + 140 = 182 + x_8, so the mean is μ=182+x815\mu = \frac{182 + x_8}{15}. The inequality x8>182+x815x_8 > \frac{182 + x_8}{15} simplifies to 14x8>18214 x_8 > 182, or x8>13x_8 > 13. If x8=10x_8 = 10 (with x1x7={3,4,5,6,7,8,9}x_1 \dots x_7 = \{3,4,5,6,7,8,9\} and x9x15={11,12,13,14,15,16,59}x_9 \dots x_{15} = \{11,12,13,14,15,16,59\}), then x813x_8 \le 13 yields 'No'. If x8=15x_8 = 15 (with x1x7={1,2,3,4,5,13,14}x_1 \dots x_7 = \{1,2,3,4,5,13,14\} and x9x15={16,17,18,19,20,21,29}x_9 \dots x_{15} = \{16,17,18,19,20,21,29\}), then x8>13x_8 > 13 yields 'Yes'.
Since Statement (1) allows for both 'Yes' and 'No' answers, it is NOT sufficient.
3
Evaluate Statement (2) independently.
Statement (2) states that the elements form an arithmetic progression. In any set of numbers that forms an arithmetic progression, the distribution is perfectly symmetric, so the arithmetic mean is exactly equal to the median (x8=μx_8 = \mu). Therefore, x8>μx_8 > \mu is false, giving a definitive answer of 'No'.
In Data Sufficiency Yes/No questions, a definitive 'No' answer establishes that the statement IS sufficient.

Key Concept

Data Sufficiency evaluation of data distributions, comparing median and arithmetic mean in symmetric versus asymmetric datasets.
Rate this question