75.6k views
4 votes
For the following geometric sequence, find the recursive formula.
(-80, 20, -5, ...)

User Yan Brunet
by
4.8k points

1 Answer

5 votes

9514 1404 393

Answer:

  • a[1] = -80
  • a[n] = -a[n-1]/4

Explanation:

The first term is -80, so the first part of the recursive definition is ...

a[1] = -80

The common ratio is 20/-80 = -1/4, so the recursive rule is ...

a[n] = (-1/4)a[n-1]

User Matej Ukmar
by
4.1k points