193k views
1 vote
Find the first four terms of the sequence using the recursive formula. ​

Find the first four terms of the sequence using the recursive formula. ​-example-1
User Anirudha
by
6.2k points

1 Answer

3 votes

Answer:

- 3, - 11, - 35, - 107

Explanation:

Using the recursive formula with f(1) = - 3 , then

f(2) = - 2 + 3f(1) = - 2 + 3(- 3) = - 2 - 9 = - 11

f(3) = - 2 + 3f(2) = - 2 + 3(- 11) = - 2 - 33 = - 35

f(4) = - 2 + 3f(3) = - 2 + 3(- 35) = - 2 - 105 = - 107

Thus the first four terms are

- 3, - 11, - 35, - 107

User Joemeilinger
by
5.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.