The sum of the first and third term is 40, while the addition of the second and fourth term is 96. How do you find the sixth term of the sequence?

1 Answer
Nov 8, 2015

Assuming the sequence is arithmetic, #A_6 = 132#.

Explanation:

NOTE: This answer assumes that the sequence is arithmetic.
If the sequence is geometric, the answer is not a very nice number. Hence, I concluded the question must be dealing with an arithmetic sequence. If this is not the case, please inform me and i'll update the answer.

#A_n = A_1 + d(n - 1)#

#A_1 + A_3 = 40#

#=> A_1 + (A_1 + d(3 - 1)) = 40#
#=> A_1 + A_1 + 2d = 40#
#=> 2A_1 + 2d = 40#


#A_2 + A_4 = 96#

#=> (A_1 + d(2 -1)) + (A_1 + d(4 - 1)) = 96#

#=> A_1 + d + A_1 + 3d = 96#

#=> 2A_1 + 4d = 96#

#=> 2A_1 + 2d + 2d = 96#

#=> 40 + 2d = 96#

#=> 2d = 56#
#=> d = 28#


Now that we know the common difference, we need to find the first term

#A_1 + A_3 = 40#

#=> 2A_1 + 2d = 40#

#=> 2A_1 + 2(28) = 40#

#=> 2A_1 + 56 = 40#
#=> 2A_1 = -16#

#=> A_1 = -8#


To find the sixth term, we use the general formula...

#A_n = A_1 + d(n - 1)#

#=> A_6 = A_1 + d(6 - 1)#
#=> A_6 = -8 + 28(5)#
#=> A_6 = -8 + 140#
#=> A_6 = 132#