1+2+3+4........+100 = ?
Answers
Answered by
3
The sum of first 'n' natural numbers is [n(n+1)/2] .
Here , n = 100
⇒ 1+2+3+4+.......+100 = [100(100+1)/2]
⇒1+2+3+4+.....+100 = [100(101)/2]
⇒1+2+3+4+....+100 = 50(101)
⇒1+2+3+4+......+100 = 5050 .
Here , n = 100
⇒ 1+2+3+4+.......+100 = [100(100+1)/2]
⇒1+2+3+4+.....+100 = [100(101)/2]
⇒1+2+3+4+....+100 = 50(101)
⇒1+2+3+4+......+100 = 5050 .
lohithanaidu:
Plz mark it as best if u likeit
Answered by
6
There is a formula for sum the firs t N natural numbers from 1 onwards to N.
N = 100 here
Sum (1..N) = S_N = N (N + 1) / 2 = 100 * 101 /2 = 5050
===============
since the numbers to be added are having the same difference among them, we can also do the sum as:
[ the first number + last number ] /2 * number of terms
= [1 + 100 ] /2 * 100 = 5050
N = 100 here
Sum (1..N) = S_N = N (N + 1) / 2 = 100 * 101 /2 = 5050
===============
since the numbers to be added are having the same difference among them, we can also do the sum as:
[ the first number + last number ] /2 * number of terms
= [1 + 100 ] /2 * 100 = 5050
Similar questions
Economy,
8 months ago
CBSE BOARD XII,
8 months ago
English,
8 months ago
Math,
1 year ago
Computer Science,
1 year ago