Math, asked by rashi23, 1 year ago

find the sum of all even natural numbers less than 100

Answers

Answered by TPS
24
sum = 1+2+3+...+98+99

use the simple formula , sum = n(n+1)/2

sum = 99×(99+1)/2 = 99×100/2 = 4950
Answered by pankaj72
9
n(n+1) is the formula of sum of even number.you can try it. ok
Similar questions