86.5k views
0 votes
A sequence is defined by the recursive formula f(n + 1) = 1.5f(n). Which sequence could be generated using the formula

2 Answers

5 votes

Answer:

notice the term right before f(n+1) is f(n)

Explanation:

User Seagull
by
7.7k points
3 votes
The question needs to have a delimiter, otherwise, it'll be a never ending sequence. What delimiter means here is that, for example: f(1) = 3. In that way, it's easier to get the sequence.
User Vimalnath
by
8.4k points