196k views
4 votes
B(1)=−7
b(n)=b(n−1)+12 ​

Find the 4th term in the sequence.

User Minnette
by
7.6k points

1 Answer

4 votes

Answer:

4th term = 29

to generate the terms, substitute n = 2, 3, 4 into the rule

noting that b(1) = - 7

b(2) = b(2 - 1) + 12 = b(1) + 12 = -7 + 12 = 5

b(3) = b(3 - 1) + 12 = b(2) + 12 = 5 + 12 = 17

b(4) = b(4 - 1) + 12 = b(3) + 12 = 17 + 12 = 29

User Avimoondra
by
6.6k points