Hi All,
Given: List S and T have same no. of elements.
Median of S > average of T?
Statement 1 is insufficient:
Whenever it is consecutive median is always equal to mean.
Let S =2 ,4 ,6 median is 4.
Let T = 1,3,5 median(mean) is 3.
Answer to the question is YES.
Let S =2 ,4 ,6 median is 4.
Let T = 3,5,7 median(mean) is 5.
Answer to the question is NO.
So not sufficient.
Statement 2 is insufficient:
Sum of the integers in S is greater than T(here the list not necessarily be consecutive).
Let S =1 ,2 ,3 median is 2.
Let T = 0,1,2 median(mean) is 1.
Answer to the question is YES.
Let S =1 ,5 ,20 median is 5.
Let T = 5,6,7 median(mean) is 6.
Answer to the question is NO.
So not sufficient.
Together it is sufficient.
Since the S and T are consecutive even and odd and Sum of S is greater than T.
Then median of S is always greater than mean(median) of T .
So answer is together sufficient .