asked 217k views
2 votes
The first four terms of a sequence are shown below:

8, 5, 2, −1

Which of the following functions best defines this sequence? (5 points)

Question 11 options:

1)

f(1) = 8, f(n + 1) = f(n) + 3; for n ≥ 1

2)

f(1) = 8, f(n + 1) = f(n) − 5; for n ≥ 1

3)

f(1) = 8, f(n + 1) = f(n) + 5; for n ≥ 1

4)

f(1) = 8, f(n + 1) = f(n) − 3; for n ≥ 1

asked
User Thepule
by
8.2k points

2 Answers

2 votes

Answer:

option 4

Explanation:

answered
User Rahatur
by
7.6k points
2 votes

Answer:

4

Explanation:

Function notation for implicit forms is written as:


  • f_n is the current term

  • f_(n+1) is the next term

The pattern states 8 subtract 3 = 5. 5 subtract 3 = 2. 2 subtract 3 = -1. we can define the sequence as


current - 3 = next

or using functions notation


f_n-3=f_(n+1) Option 4

answered
User Fis
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.