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

User Nasser
by
8.5k 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
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories