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

asked
User Stackia
by
8.1k 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

answered
User Drew Blas
by
8.1k 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

answered
User Gdbj
by
8.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.