Posted by Nate on Tuesday, September 11, 2012 at 9:41pm.
There is quite the easy shortcut for adding any set of numbers from 1 to whatever and that is this:
(n(n+1))/2
So, let's say you wanted to find the sum of all numbers from 1 to 99. 99 will be n and so the equation will look like the following:
(99(99+1))/2
Solve for the top first:
9900/2
Finish the solution:
9900/2 = 4950
And there you go, you can use and number greater than one as your n.
Related Questions
math - Find a shortcut for computing the sum: 1+3+5+7++11+13+15+17=?? Explain ...
math URGENT!!!! - i have a list of 5 different numbers. the sum of 2 of the ...
Mathematics - What are consecutive numbers? -The sum of TWO consecutive whole ...
MATH!!!!!! - the sum of two numbers is 99, the difference of those two numbers ...
Integers - Suppose a1, a2, . . . , an is a list of n numbers with the following ...
Maths - What are 3 5-digit numbers that have the sum of their digits equal? Is ...
Problem Solving Math Question - Find the sum of all the numbers in the following...
Math - Out of the numbers divisible by 3, we picked 4 consecutive numbers. To ...
Math riddle - nine odd numbers have a sum of 243.find the sum of the first and ...
Math riddle - nine odd numbers have a sum of 243.find the sum of the first and ...
For Further Reading