portland
If Med(A) > Med(B), it tells me that the quantities in A are typically greater than B
For example Med(5,6,7,8,9) > Med(1,2,3,4,5,6,7,8,9)
Question to answer: is the median of Set B greater than the median of Set A?
(1) The mean of Set A is greater than the median of Set B.
This doesn't tell me much.
For example Mean(5,6,1000) > Med (7,8,9)
(2) The median of Set A is greater than the median of Set C.
Now this is something.
Lets take two lists.
Med(B)=Med(7,8,9,10,11) =9
Med (C) = Med(1,2,3,4,5,6,7) = 4
Now if we combine the two into set A, we should expect Med(C)<Med(A)<Med(B)
In our example, 6
Now lets change the balance between B and C
Med (B) = Med(7,8,9,10,11) =9
Med(C) = Med(12,13,14,15,16) = 14
Med (A) = Med(B,C) = 11.5
In other words, Med(B)<Med(A)<Med(C)
If we are told that Med(C) < Med(A), then Med(A) must be less than Med(B)
Sufficient.
I choose, B
I think the condition you mentioned that I have highlighted above doesn't satisfy the condition Median A > Median C
Consider these scenarios,
1) Set B = {3,3,3,3,3} Median of B = 3
Set C = {1,2,3} Median of C = 2
Set A = {1,2,3,3,3,3,3,3} Median of Set A = 3
Satisfies condition specified in Statement 2 i.e. Median of Set A > Median of Set C
But Median of Set B = Median of Set A
2) Set B = {3,4,5,6,7} Median of B = 5
Set C = {1,2,3} Median of C = 2
Set A = {1,2,3,3,4,5,6,7} Median of Set A = 3.5
Satisfies condition specified in Statement 2 i.e. Median of Set A > Median of Set C
But Median of Set B > Median of Set A
Two answers --- Hence Insufficient
Consider Kudos if the post helps!!!