Uri wrote:If S is a finite set of consecutive even numbers, is the median of S an odd number?
(1) The mean of set S is an even number.
(2) The range of set S is divisible by 4.
Please explain your appraoch.
OA: [spoiler](D)[/spoiler]
Source: MGMAT
In any 'equally spaced' set, three quantities are always equal:
mean = median = average of smallest and largest
Since a set of consecutive even integers is 'equally spaced' - consecutive even numbers are spaced by two - then in our set, the median, mean, and average of the smallest and largest are all equal.
So if, from 1), the mean is even, the median must be even. Sufficient.
For Statement 2), call the largest number in our set L, and the smallest S. We know that L - S = 4k, for some integer k. That is, L = 4k + S. So:
median = average of the smallest and largest
= (L + S)/2
= (4k + S + S)/2
= 2k + S
and since S is even, 2k + S is even. So again the median is even. Sufficient.