16. Find the sum of the first n positive integers.
Answers
Answered by
4
1+n = n+1
2+(n-1) = n+1
3+(n-2) = n+1
.
.
.
(n-1)+2 = n+1
n+1 = n+1
on the left we are adding one number that scans 1 through n to another number that scans the same range backwards. on the right we always have (n+1)
adding up all these equations we get the sum of the number 1 through n twice on the left and n(n+1) on the right. so,
1+2+3 +....+n = n(n+1)/2
Answered by
0
Answer:
sn = n/2 (2a + (n-1)d )
hope it helps
Similar questions
Math,
5 months ago
Math,
5 months ago
Math,
5 months ago
Sociology,
11 months ago
Political Science,
1 year ago