Question:
Which recursive sequence would produce the sequence 10, -25,
Last updated: 7/19/2022
Which recursive sequence would produce the sequence 10, -25, 45, ...? a₁ = 10 and an = -3an-1 + 5 a₁ = 10 and an =-5an-1-2 a₁ = 10 and an = -2an-1-5 a₁ = 10 and an = 5an-1-3