find the sum of 100 odd numbers istarting with 1
Answers
Answered by
2
a = 1
d = 2
n = 100
Sn = n/2 [ 2a + (n-1)d]
= 100/2 [ 2(1) + (100-1)(2)]
= 50 ( 2 + 198)
= 50 × 200
= 10000
Required sum = 10000
d = 2
n = 100
Sn = n/2 [ 2a + (n-1)d]
= 100/2 [ 2(1) + (100-1)(2)]
= 50 ( 2 + 198)
= 50 × 200
= 10000
Required sum = 10000
kaifarshad:
what is a d n
Similar questions