An easy way to find the sum of consecutive numbers is to recognize that, in a list of consecutive numbers, the average is equal to the median. So all you have to do is find the median and multiply that by the number of numbers to get the sum.
So for this problem, first figure out the number of numbers. From S13 to S28, there are 16 numbers. (28-13) + 1.
Next, find the median. With an even number of numbers, the median will the average of the two numbers in the middle, S20 and S21.
Noticing that S1 = 6 x 1, S2 = 6 x 2 etc..., S20 will be 6 x 20 = 120 and S21 will be 6 x 21 = 126, so their average is 123.
Last step, multiply 123 (the median) by the number of numbers (16) to get 1968, D.
Bonus time earned if you noticed that the units digit of 123 x 16 will be an 8, and only one answer choice ends in an 8.
Jake Schiff - GMAT Instructor and Master Trainer
