If I add all the numbers from 1-100 what do I get? This question has been confusing me for a while...

901

you get 5050

5050

The formula for calculating the sum of consecutive number is

S = n*(a1 + an) / 2
where
n = number of terms
a1 = first number
an = last number
Since it is from 1 to 100, n = 100. Substituting,
S = 100*(1+100)/2
S = 5050

Hope this helps~ :)

You can also do it quickly as Gauss discovered when he was a child.

Consider all the numbers as if written in two lines.
1-50 ascending
100-51 descending

adding the two numbers that are in the same positions, each pair makes 101. There are 50 such pairs, so the sum is 5050.

To find the sum of all numbers from 1 to 100, one way is to use a mathematical formula. The formula for the sum of an arithmetic series is:

S = n/2 * (a + l)

Where:
S is the sum of the series
n is the number of terms in the series
a is the first term in the series
l is the last term in the series

In this case, for the numbers from 1 to 100:
n = 100 (because there are 100 numbers from 1 to 100)
a = 1 (the first term is 1)
l = 100 (the last term is 100)

So, plugging these values into the formula:

S = 100/2 * (1 + 100) = 100/2 * 101 = 50 * 101 = 5,050

Therefore, the sum of all numbers from 1 to 100 is 5,050.