The sum of the numbers: 1, 2, 3, 4, …… 99, 100 is?
The sum of the numbers: 1, 2, 3, 4, …… 99, 100 is?
Explanation
The sum of the first n natural numbers is given by the formula:
Sum = n(n + 1) / 2
Step 1: Calculate the sum
n = 100
Sum = 100(100 + 1) / 2
= 100 * 101 / 2
= 5050