Answer:
option B
Explanation:
Recursive Formula: aₙ = aₙ₋₁ + d
Given Sequence: 7, 4, 1, -2, -5,....
Identify the common difference:
second term - first term
4 - 7 = -3 or 1 - 4 = -3 or -2 - 1 = -3
So formula:
[tex]\sf a_n = a_{n-1}-3[/tex], where [tex]\sf a_1 = 7[/tex]
Find next term:
[tex]\sf a_6 = a_{6-1}-3 = -5-3 = -8[/tex]