a sequence is defined recursively by the formula f(n + 1) = f(n) + 3. the first term of the sequence is -4…

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?\n-7\n-1\n1\n7
Answer
Answer:
B. -1
Explanation:
Step1: Identify given values
$f(1)=-4$, formula is $f(n + 1)=f(n)+3$.
Step2: Find the next term
Let $n = 1$, then $f(2)=f(1)+3$.
Step3: Substitute the value of $f(1)$
$f(2)=-4 + 3=-1$.