asked 153k views
5 votes
Drag each tile to the correct box. not all tiles will be used. consider the recursively defined function below. create the first five terms of the sequence defined by the given function. -3.5 -1.75 1.5 1.75 -5.25 -1.5 -7.5 0

1 Answer

6 votes

The first 5 terms of the sequence are -8, -7, -15, -22, -37

How to determine the first 5 terms of the sequence

From the question, we have the following parameters that can be used in our computation:

Given that

a(1) = -8

a(2) = -7

a(n) = a(n -2) + a(n - 1)

The recursive sequence defined abvoe means that we add the last two terms to get the current term

Using the above as a guide, we have the following equations

a(1) = -8

a(2) = -7

a(3) = -8 - 7 = -15

a(4) = -15 - 7 = -22

a(5) = -15 - 22 = -37

Hence, the first 5 terms of the sequence are -8, -7, -15, -22, -37

Question

Drag each tile to the correct box. not all tiles will be used. consider the recursively defined function below. create the first five terms of the sequence defined by the given function.

a(1) = -8

a(2) = -7

a(n) = a(n -2) + a(n - 1)

answered
User Noufal Kmc
by
8.7k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.