Solve this recurrence relations together with the initial co
Solve this recurrence relations together with the initial conditions:
an = an – 1, n > 0 a0 = 5
![]() | an = 5 |
![]() | an = 5 · 2n |
![]() | an = 5 · (–2)n |
![]() | an = 1 · 5n |
Solution
C, an = 5.(-2)n

Solve this recurrence relations together with the initial conditions:
an = an – 1, n > 0 a0 = 5
![]() | an = 5 |
![]() | an = 5 · 2n |
![]() | an = 5 · (–2)n |
![]() | an = 1 · 5n |
C, an = 5.(-2)n
