188k views
4 votes
The first four terms of a sequence are shown below:

7,4,1,-2
which of the following functions best defines this sequence?
A) f(1)=7, f(n+1)= f(n)+3; for n>= 1
B) f(1)=7, f(n+1)= f(n)-3; for n >= 1
C) f(1)=7, f(n+1)= f(n)-4; for n >= 1
D) f(1)=7, f(n+1)= f(n)+4; for n >= 1

User Maddoxej
by
7.8k points

1 Answer

3 votes

9514 1404 393

Answer:

B) f(1)=7, f(n+1)= f(n)-3; for n >= 1

Explanation:

The first term of the sequence is 7 and the next (4) is found by adding -3 to that: 4 = 7-3. This is described in answer choice B.

User MBHNYC
by
8.2k points

No related questions found

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