230k views
4 votes
B(1) = -2
b(n) = b(n-1)-7

Find the 3rd term in the sequence.


2 Answers

4 votes

Answer:

-16

Explanation:

User Sunhee
by
8.1k points
4 votes

Answer:

b(3) = -16

Explanation:

b(1) = -2

b(n) = b(n-1) - 7

so

b(2) = b(1) - 7 = -2 - 7 = -9

b(3) = b(2) - 7 = -9 - 7 = -16

User KlingonJoe
by
8.3k points

No related questions found