153k views
5 votes
B(1)=16
b(n)=b(n-1)+1
Find the second term in the sequence

User Fix
by
8.0k points

2 Answers

7 votes
The answer is 17 :3 your welcome
User Bryan Olivier
by
8.8k points
3 votes

Answer:

17

Explanation:

b(n)=b(n-1)+1 means a term can be found by taking it's previous term and adding 1 to it.

So if b(1)=16, the next term b(2)=16+1=17.

User Eldina
by
7.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.