Answer:
[tex]a_{n}[/tex] = [tex]a_{n-1}[/tex] - 5
Step-by-step explanation:
Given the explicit formula
A(n) = 2 - 5(n - 1)
Compare with the standard form
A(n) = a₁ + (n - 1)d
where a₁ is the first term and d the common difference
Here a₁ = 2 and d = - 5
A recursive formula allows a term in the sequence to be found by adding d to the previous term.
Then recursive formula is
[tex]a_{n}[/tex] = [tex]a_{n-1}[/tex] - 5 , with a₁ = 2