What is the answer to this equation given that the numbers are increasing by 1?
0-1+2-3+4-5+6........+n
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To simplify the problem, it looks just like Even - Odd + Even - Odd. In 100 numbers, if you remove all odds, you get 50, which is 2 1 0 0 .
So if you have +n numbers, the answer would be 2 n .