Answer the following problem:
1-2+3-4+5-6+7-8+9-.......+999
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.
First off I am not a novice, nor is anyone who dedicates their time to challenging themselves with math when they could be playing video games. Second, let's solve the problem. It's obvious that after looking at the results that this equation has a pattern when it is evaluated: 1, -1, 2, -2, 3, -3, etc.. It appears that for the nth term, the number is -1 to the n - 1 power times n over 2, rounded up if n is odd. Plugging in 999, we see that the answer is 500.