Set S consists of five consecutive integers, and set T consists of seven consecutive integers.
Is the median of the numbers in set S equal to the median of the numbers in set T?
Let S = {a-2,a-1,a,a+1,a+2}
and let T = {b-3,b-2,b-1,b,b+1,b+2,b+3}
Is a = b ?
(1) The median of the numbers in Set S is 0
a = 0
Since b is unknown
NOT SUFFICIENT
(2) The sum of the numbers in set S is equal to the sum of the numbers in set T
a-2 + a-1 + a + a+1 + a+2 = 5a = b-3 + b-2 + b-1 + b + b+1 + b+2 + b+3 = 7b
a = 7b/5
If b = 0; a = b = 0
otherwise a is not equal to b.
NOT SUFFICIENT
(1) + (2)
(1) The median of the numbers in Set S is 0
(2) The sum of the numbers in set S is equal to the sum of the numbers in set T
a-2 + a-1 + a + a+1 + a+2 = 5a = b-3 + b-2 + b-1 + b + b+1 + b+2 + b+3 = 7b
a = 7b/5 = 0
a = b = 0
SUFFICIENT
IMO C