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

2 Answers

4 votes

Answer:

3,-2,-7,-12 C

Explanation:

User MorningHacker
by
8.1k points
6 votes
The sequence rule is f(n+1)=1.5(n), then

for n=0, f(1)=0;
for n=1, f(2)=1.5;
for n=2, f(3)=3;
for n=3, f(4)=4.5, and so on.
You receive the arithmetic sequence 0,1.5,3,4.5,....
User Christoph Burschka
by
8.7k points