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
6.7k 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
6.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.