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

User Maslow
by
7.7k points

1 Answer

5 votes
The question needs to have choices. In terms of recursion, there should be sentinel value in order to have a starting value. From the starting value, it'll be carried out to the next recursion.
User Mr Baloon
by
8.6k points