Bunuel
List A consists of n integers. One number is removed from list A, and the remaining numbers comprise list B. Is the average (arithmetic mean) of the numbers in list A equal to the average (arithmetic mean) of the numbers in list B?
(1) The sum of the numbers in list A is an odd number
(2) Exactly half of the numbers in list A is positive
List A : (n) integers; List B: (n-1) integers {1 integer is removed from List A and that makes the contents of List B}
Is Avg[A] = Avg
[b]If you examine closely, average of A and B will only be the same if the number removed from A (to make the content of List B) is the actual mean of List A
For example: If List A = [1,2,3,4,5], Avg=3, and if you remove 3 from this list and List B =[1,2,4,5], its average is also 3. This is the only way the 2 averages remain same if 1 element from A is removed to form B(1) The sum of the numbers in list A is an odd numberLet us look at some examples
List A = [1,2,3,4,5]: Sum=15, Avg=3
Take 3 out of A => List B = [1,2,4,5]: Sum=12, Avg=3
YES, SAME AVERAGEBut Take 5 out of A => List B = [1,2,3,4]: Sum=10, Avg=2.5
NO, DIFFERENT AVERAGENOT SUFFICIENT(2) Exactly half of the numbers in list A is positive Number of elements in List A have to be even now since half are positive and half need to be non positive
Again, examples to help process of elimination
List A=[-2,-1,2,9]: Sum=8, Avg=2
If List B=[-2,-1,9]: Sum=6, Avg=2
YESIf List B=[-2,-1,2]: Sum=-1, Avg=-1/3
NONOT SUFFICIENTStatement 1 and Statement 2 combinedFrom Statement 1, we get that sum of terms has to be odd in List A, and from statement 2, we get that number of terms in List A has to be even and half of them need to be positive
So, if number of terms are even and sum is odd then average will NEVER BE AN INTEGER because ODD/EVEN is never an integer
And mean of both Lists can only be same if the integer taken out from List A is the same as the mean of List A but if the mean of List A is not an integer, then irrespective of what integer you take out from A, its mean will never equal mean of List B
SUFFICIENTAnswer - C