Difficulty: Easy
Correct Answer: none of these
Explanation:
Introduction / Context:
An average of zero means the sum of all numbers is zero. We are asked for the maximum possible count of positive numbers under this constraint, with no restriction (other than arithmetic) on the negative numbers. This is a classic extremal question about sums.
Given Data / Assumptions:
Concept / Approach:
To maximize the count of positive numbers while keeping the sum at 0, we can take 19 of them to be any positive values and choose the remaining one number negative with magnitude equal to the sum of the 19 positives. This construction satisfies the sum constraint and uses as many positive entries as possible.
Step-by-Step Solution:
Verification / Alternative check:
If all 20 were positive, the sum could not be zero. Hence 20 is impossible; 19 is attainable by construction, so it is the maximum.
Why Other Options Are Wrong:
Final Answer:
none of these (the correct maximum is 19).
Discussion & Comments