Recursive formula is a formula that is used to determine the next term of a sequence using one or more of the preceding terms.
The recursive formula for the sequence 5, 20, 80, 320, ... is an = 4an-1.
A. an = a(n-1) / 7 where a1 = 39
B. aan = a(n-1) - 7, where a1 = 39
C. aan =7a(n-1) - 7, where a1 = 39
D. aan = a(n-1) + 7, where a1 = 39
Correct Answer: D
Step 1: a1 = 39 [First term = 39.]
Step 2: a2 = a1 + 7 = 39 +7 = 46 [Each term is 7 more than the term before it.]
Step 3: a3 = a2 + 7 = 46 + 7 = 53
Step 4: an = a(n-1) + 7 [This is a recursive formula.]
Step 5: The recursive formula for the sequence is an = a(n-1) + 7, where a1 = 39.