39.6k views
18 votes
Which recursive formula can be used to generate the sequence shown, where f(1) = 9.6 and n > 1?

9.6, –4.8, 2.4, –1.2, 0.6, ...

f(n + 1) = (–0.5)f(n)
f(n + 1) = (0.5)f(n)
f(n + 1) = f(0.5n)
f(n + 1) = f(–0.5n)

User RcMan
by
7.8k points

1 Answer

7 votes

Answer: f(n + 1) = (–0.5)f(n)

Explanation:

This is a geometric series with common ratio -0.5.

User Steve Phuc
by
7.2k points