31.4k views
5 votes
Find the sum of the first 20 terms of the arithmetic sequence 4, -4, -12, -20​

User Dingo Sky
by
4.3k points

2 Answers

5 votes

Answer:

- 1440

Explanation:

First-term is 4 and we subtract 8 to get the next term so the general term is

a(n) = 4 - 8(n -1)

The sum of the sequence is the average of the first and last terms multiplied by the number of terms: (a1 + an)/2 * n

We need the 20th term: a20 = 4 - 8(20–1) = 12 - 160 = - 148

The sum is (4 - 148)/2 * 20 = 10*(-144) = - 1440

User Rohit Dalal
by
4.3k points
4 votes

Answer:

The sum of the first 20 terms is -1440.

Explanation:

We want to find the sum of the first 20 terms of the arithmetic sequence:

4, -4, -12, -20...

The sum of an arithmetic sequence is given by:


\displaystyle S=(k)/(2)(a+x_k)

Where k is the number of terms, a is the initial term, and x_k is the last term.

Since we want to find the sum of the first 20 terms, k = 20.

Our initial term a is 4.

Our last term is also the 20th term as we want the sum of the first 20 terms.

To find the 20th term, we can write an explicit formula for our sequence. The explicit formula for an arithmetic sequence is given by:


x_n=a+d(n-1)

Where a is the initial term, d is the common difference, and n is the nth term.

Our initial term is 4. From the sequence, we can see that our common difference is -8 since each subsequent term is eight less than the previous term. Therefore:


x_n=4-8(n-1)

Then the last or 20th term is:


x_(20)=4-8(20-1)=4-8(19)=-148

Therefore, the sum of the first 20 terms are:


\displaystyle\begin{aligned} S_(20)&=((20))/(2)\left((4)+(-148))\\&=10(-144) \\&= -1440\end{aligned}

User Alexfr
by
4.7k points