find the sum of first 200 natural numbers
Answers
Answered by
208
a = 1
d = 1
n = 200
Sn = n/2[ 2a +(n-1) d]
Required sum = 200/2 [ 2 × 1 + (200 - 1)(1)]
= 100 ( 2 + 199)
= 100 × 201
= 20100
d = 1
n = 200
Sn = n/2[ 2a +(n-1) d]
Required sum = 200/2 [ 2 × 1 + (200 - 1)(1)]
= 100 ( 2 + 199)
= 100 × 201
= 20100
Answered by
60
Answer:
Sum of first 200 natural numbers= 20100
Explanation:
We know that,
Now ,
Here, n = 200
Sum of first 200 natural numbers =
= [tex]100\times 201[\tex]
= $20100$
Therefore,
Sum of first 200 natural numbers = 20100
••••
Similar questions