Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
8907
2
avatar+8 

A sequence is defined recursively by the formula f(n + 1) = f(n) + 3 . The first term of the sequence is –4. What is the next term in the sequence?

 Jun 17, 2015

Best Answer 

 #2
avatar+33654 
+10

Or just:

 

f(1) = -4

 

f(2) = f(1) + 3   so f(2) = -4 + 3  or f(2) = -1

 Jun 17, 2015
 #1
avatar
+10

using notation is just a fancy way of describing a sequence.

is the number you're currently at, so with that logic n+1 is the term after it in the sequence.

f(n) is the function using n as the input.

so you know that the first term of the sequence is -4, or f(n)= -4.

In order to find f(n+1) plug in what you know for f(n).   f(n+1)=f(n)+3 we know that f(n) = -4, so it is substituted in to the equation given. f(n+1)=4+3 now simplify! f(n+1)=1   hope this helps!
 Jun 17, 2015
 #2
avatar+33654 
+10
Best Answer

Or just:

 

f(1) = -4

 

f(2) = f(1) + 3   so f(2) = -4 + 3  or f(2) = -1

Alan Jun 17, 2015

2 Online Users

avatar
avatar