Problem:
Sequence a1,a2,a3,...an of n integers is such that ak = k if k is odd and ak = ak-1if k is even. Is the sum of the terms in the sequence positive?
1) n is odd
2) an is positive
My Interpretation:
k ak
1 1
2 -1
3 3
4 -3
5 5
6 -5
etc
A was the answer I provided. I understand why A is correct, but at least according to my understanding of the sequence, if an is positive, then the sum of the terms is either a positive or zero. Is this sufficient to answer than the sum is positive, even if zero is possible? Isn't zero neither positive nor negative?