58.3k views
2 votes
Which is a recursive formula for the sequence 99.4, 0, –99.4, –198.8, where f(1) = 99.4?

2 Answers

6 votes

Answer: B

f(n+1)=f(n)-99.4, n 1

Explanation:

The recursive formula can be written using the common difference.

User Suga
by
7.0k points
3 votes

f(x)= -99.4x + 198.8

f(1) = -99.4*1 + 198.8 = 99.4

f(2) = -99.4*2 + 198.8 = 0

f(3) = -99.4*3 + 198.8 = -99.4

f(4) = -99.4*4 + 198.8 = -198.8

User Karlx Swanovski
by
6.8k points