Official Solution:
If the average (arithmetic mean) of a list of four integers remains unchanged when all the integers are multiplied by any constant, which of the following statements must be true?
I. The average (arithmetic mean) of the list is 0.
II. The sum of the largest and smallest members of the list is 0.
III. The list contains both positive and negative integers.
A. I only
B. II only
C. III only
D. I and II only
E. I, II, and III
Since the mean remains unchanged when all the integers of the list are multiplied by any constant, it must also remain unchanged when all the integers are multiplied by 0. If we multiply all integers by 0, we get a list containing only 0's: {0, 0, 0, 0}, which has a mean of 0. Therefore, the mean of the original list must also be 0.
I. The average (arithmetic mean) of the list is 0. As discussed earlier, this statement must be true.
II. The sum of the largest and smallest members of the list is 0. This statement is not necessarily true. We can have a list with a mean of 0, where the sum of the largest and smallest members is not 0. For example, consider the list {-3, 0, 1, 2}.
III. The list contains both positive and negative integers. This statement is not necessarily true, as the list can consist of only zeros.
Answer: A