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

User Stackia
by
7.4k points

2 Answers

5 votes

Answer:

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

The answer will be : f(n + 1) = f(n) – 99.4, n ≥ 1

User Drew Blas
by
7.9k points
5 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 Gdbj
by
8.1k points