median = (c+d)/2.rsarashi wrote:Given the ascending set of positive integers { a, b, c, d, e, f}, is the median greater than the mean?
(1) a + e = (3/4)( c + d)
(2) b + f = (4/3)( c + d)
mean = (a+b+c+d+e+f)/6.
Question stem, rephrased:
Is (c+d)/2 > (a+b+c+d+e+f)/6?
(c+d)/2 > (a+b+c+d+e+f)/6
3(c+d) > a+b+c+d+e+f
3c+3d > a+b+c+d+e+f
2c+2d > a+b+e+f
c+d > (1/2)(a+b+e+f).
Questions stem, rephrased again:
Is c+d > (1/2)(a+b+e+f)?
Statement 1:
No information about b+f,
INSUFFICIENT.
Statement 2:
No information about a+e.
INSUFFICIENT.
Statements combined:
Adding together a + e = (3/4)(c + d) and b + f = (4/3)(c + d), we get:
(a+e) + (b+f) = (3/4)(c+d) + 4/3(c+d)
a+b+e+f = (3/4 + 4/3)(c+d)
a+b+e+f = (25/12)(c+d)
c+d = (12/25)(a+b+e+f).
c+d = (less than 1/2)(a+b+e+f).
Thus, it is NOT true that c+d > (1/2)(a+b+e+f), with the result that the answer to the question stem is NO.
SUFFICIENT.
The correct answer is C.


















