Respuesta :

Answer:

  a[1] = 100

  a[n] = 1.05·a[n -1]

Step-by-step explanation:

The given terms do not have a common difference, but do have a common ratio. Each is 1.05 times the previous. This is expressed in a recursive relation as ...

  a[1] = 100

  a[n] = 1.05·a[n -1]