asked 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).

asked
User PajE
by
8.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.

answered
User Terry Deng
by
7.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.