179k views
2 votes
Recursive formula for -25,-12,1,14,27

User Nasser
by
6.4k points

1 Answer

4 votes

9514 1404 393

Answer:

  • f[1] = -25
  • f[n] = f[n-1] +13

Explanation:

The first term is -25. Each successive term is 13 more than the previous one. The recursive formula expresses these facts.

  • f[1] = -25
  • f[n] = f[n-1] +13
User Cristian Cotovan
by
6.1k points