How do you find the partial sum of #Sigma n# from n=1 to 50?

2 Answers
Dec 3, 2017

#sum_(n=1)^50n=1275#

Explanation:

We can evaluate the sum the tedious way by just adding continually, but we can be smart. There is a formula for adding all the numbers up to #k#:

#sum_(n=1)^kn=(k(k+1))/2#

In this case, it becomes:
#sum_(n=1)^50n=(50(50+1))/2=(50*51)/2=1275#

Dec 3, 2017

#Sigma_(n=1)^50 n=color(blue)(1275)#

Explanation:

#s=(Sigma_(n=1)^50 n) = overbrace(color(white)("x")1+ ... + 50)^(50" terms")#
#s=(Sigma_(n=1)^50 n) = underbrace(50+ ... + 1)_(50" terms")#

#2scolor(white)("xxxxxxxxxx")=underbrace(51+ ... +51)_(50" terms")#

#color(white)("xxxxxxxxxxxxxx")= 51 xx 50#

#rarr s= (Sigma_(n=1)^(50) n)=51 xx25 =1275#