142k views
14 votes
Consider the first three terms of the sequence below. 14,000, 12,600, 11,340...

Complete the recursively-defined function to describe this sequence.

f(1) = (blank)
f(n) = f(n - 1) · (blank), for n ≥ 2

The next term in the sequence is (blank).

User PajE
by
4.2k points

1 Answer

5 votes

Answer:

I think f(1) = is 14,000

Explanation:

f(1) = 14,000 should be right but thats about all I know. Sorry.

User Terry Deng
by
3.7k points