Welcome to Westonci.ca, the ultimate question and answer platform. Get expert answers to your questions quickly and accurately. Get quick and reliable solutions to your questions from knowledgeable professionals on our comprehensive Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

A sequence is defined by the function F(n) = F(n -1) +5, where n represents the number of the term for n >1, and f(1) = -4. What are the first four terms of the sequence?

1, 6, 11, 15
-4, 0, -1, -2
0, -1, -2, -3
-4, 1, 6, 11


Sagot :

Answer:

4th option

Step-by-step explanation:

Using the recursive rule and f(1) = - 4 , then

f(2) = f(1) + 5 = - 4 + 5 = 1

f(3) = f(2) + 5 = 1 + 5 = 6

f(4) = f(3) + 5 = 6 + 5 = 11

The first 4 terms are - 4, 1, 6, 11