148k views
3 votes
Which recursive formula can be used to generate the sequence below, where f(1) = 3 and n ≥ 1?

3, –6, 12, –24, 48, …

f (n + 1) = –3 f(n )
f (n + 1) = 3 f(n )
f (n + 1) = –2 f(n )
f (n + 1) = 2 f(n)

User Rumata
by
8.0k points

2 Answers

3 votes

Answer:

The answer is C

Explanation:

User GPP
by
7.8k points
3 votes

Answer:


f(n)=-2\cdot f(n-1), where f(1)=3

Explanation:

The given sequence is; 3, –6, 12, –24, 48, …

The first term of this sequence is


f(1)=3

There is a common ratio of
r=(-6)/(3)=-2

We can actually use any other two consecutive terms in the sequence to obtain the common ratio.

The recursive formula is given by:


f(n)=r\cdot f(n-1)

We plug in the common ratio to get:


f(n)=-2\cdot f(n-1), where f(1)=3

User Sandun Harshana
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories