Take this example:
$$84 + 87 + 90 + 93 .. + 180 + 183$$
If we want to use Gauss' way of finding this sum, we have to find the number of elements in this. What I do is just take the difference of the highest and lowest sum (99) and divide by 3, but this yields 33 and that can't be correct because it needs to be an even number in order to make sense. Why does it count 34 elements instead of the 33 my (faulty) arithmetic gives me?
There are 34 terms starting with $84+0 \times 3=84$ and ending with $84+33\times 3=183$