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

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

User Wgj
by
8.6k points

2 Answers

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

The recursive formula for this sequence is

f (n + 1) = -2 f(n)

at n=1 f(n)= 3

at n = 2

f(2)=-2 (3) = -6

n = 3

f(3) = -2 (-6) = 12 and so on

hope this helps !!!!
User HOKBONG
by
7.5k points
6 votes

Answer:

f (n + 1) = -2 f(n)

Explanation:

User Ben Daggers
by
8.0k 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