My solution:
If the sum (first 15) = sum (first 23), then sum (last 8) must be 0.
There simplest solution that makes an even series of numers 0 should be: -7, -5, -3, -1, 1, 3, 5, 7 Or -10, -7, but there are definitely other options aswell. Like -22, -17, -12, -7, -2, 2, 7, 12, 22.
However, none of the solutions will include 0 and they will all be symetric around 0. Note that 0 would be positioned between number 19 and number 20, and thus split the arithmetic progression in two. This means we have a sequence where all positive numbers are matched with a negative and the sum is 0.
IMO the answer is B. (edited, misread answer options)
First post here so sorry if it's a bit cluttered.
Bets of luck!
Last edited by
tomasnmr on Sun Nov 25, 2012 12:41 am, edited 1 time in total.