Official Solution: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? Note that for the mean to remain the same, the number removed from list A must be equal to the mean itself (
if the number removed from list A is less than the mean of list A, then the mean of list B would be greater than that of list A, and if the number removed from list A is greater than the mean of list A, then the mean of list B would be smaller than that of list A).
(1) The sum of the numbers in list A is an odd number.
This statement is clearly insufficient. For example, if A = {1, 3, 5} and 3 is removed, we'd have a YES answer, but if 1 is removed, we'd have a NO answer.
However, from this statement, we can deduce that \(Sum_A=n*Mean_A=odd\).
(2) Exactly half of the numbers in list A is positive.
This statement alone is also insufficient.
However, from this statement, we can deduce that \(n\) is even:
exactly half of the numbers in list A... (1)+(2) From (2), we deduced that \(n\) is even. Thus, from (1), it follows that \(Sum_A=even*Mean_A=odd\), which means that \(Mean_A\) is NOT an integer!
(If \(Mean_A\) were an integer, then \(Sum_A=even*Mean_A\) would have been even, not odd as given in the first statement). Now, since the mean of list A is NOT an integer, we could not have removed a number from A that was equal to the mean because the list contains only integers:
List A consists of \(n\) integers... Therefore, the averages of lists A and B cannot be equal. We have a definite NO answer to the question. Sufficient.
Answer: C