asked 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:

answered
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

answered
User KlingonJoe
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.