Question 4 of 8
Consider the recursive function of an arithmetic sequence below.
f(1) = 3
f(n) = f(n − 1) + 4, for n = 2, 3, 4,...
What is the 6th term of the sequence?
19
23
27
22
Submit
