9.6k views
3 votes
A sequence is defined recursively by the formula f(n+1) =f(n) + 3 the first term of the sequences is -4 what is the next term in the sequence

User Tor Arne
by
7.7k points

1 Answer

0 votes
-1 would be your answer. f(0) = -4. f(1) = f(0)+3 so f(1) = -1
User Cesare Polonara
by
8.4k points