227k views
4 votes
Here is the recursive definition of a sequence (1) = 35, 5(n) = (n-1)-8 for 1 2 2 1. List the first 5 terms of the sequence

Here is the recursive definition of a sequence (1) = 35, 5(n) = (n-1)-8 for 1 2 2 1. List-example-1

1 Answer

2 votes

We will have that the first 5 terms of the sequence are:

*First: 35.

Second:


f(2)=(2-1)-8\Rightarrow f(2)=-7

Third:


f(3)=(3-1)-8\Rightarrow f(3)=-6

Fourth:


f(4)=(4-1)-8\Rightarrow f(4)=-5

Fifth:


f(4)=(5-1)-8\Rightarrow f(5)=-4

***

So, the values are:

35, -7, -6, -5, -4.

User Nurabha
by
8.6k points

No related questions found

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

9.4m questions

12.2m answers

Categories