155k views
1 vote
Find the sum 32 +33 +34 + 35 + ... + 112 + 113.

User Bing Wang
by
3.6k points

2 Answers

2 votes

Answer:

5945

Explanation:

an = a1 + ( n - 1) 1

a1 = first term

n = number of terms

an = last term

113 = 32 + ( n - 1 ) 1

113 = 32 + n -1

113 = 31 + n

n = 113 - 31

n = 82.

Sn = n/2(a1 + an)

S82 = 82/2 (32 + 113)

S82 = 41 (145)

S82 = 5945.

User Mauzzam
by
3.9k points
6 votes

Answer:

5945

Explanation:

The sum for an arithmetic series is given by the formula:


S=(x_1+x_k)\cdot(k)/(2)

Where x₁ is the initial term, x_k is the last term, and k is the number of elements in the series.

From the sequence, we can see that the first term is 32. The last term is 113.

To determine how many elements we have, subtract 113 and 32:


113-32=81

However, we must add 1 to this number since this doesn't include the first term. Thus:


81+1=82

So, there are 82 terms in total.

Therefore, our sum is:


S=(32+113)\cdot(82)/(2)


S=(145)\cdot 41=5945

User Tom Wenseleers
by
3.7k points