Kritisood
a, b, c, d, e
What is the value of median of the list of integers above if a < b < c < d < e
(1) The range of the list is 4
(2) Sum of the integers in the list is 0
Given: a, b, c, d, e
Asked: What is the value of median of the list of integers above if a < b < c < d < e
(1) The range of the list is 4
e-a = 4 - > e = d+1 = c+2 = b+3 = a + 4; Since all are integers
Median = c = a + 2 = e - 2
But there is no information about absolute value of any number.
NOT SUFFICIENT
(2) Sum of the integers in the list is 0
a + b + c + d + e = 0
Median = c
If (a,b,c,d,e) = (-2,-1,0,1,2); Median = c = 0
But if (a,b,c,d,e) = (-4,-3,-2,-1,10); Median = c = -2
NOT SUFFICIENT
(1) + (2)
(1) The range of the list is 4
e-a = 4 - > e = d+1 = c+2 = b+3 = a + 4; Since all are integers
(2) Sum of the integers in the list is 0
a + b + c + d + e = 0
c-2 + c - 1 + c + c+ 1 + c + 2 = 0
5c = 0; c= 0 = Median
SUFFICIENT
IMO C