192k views
3 votes
A sequence is defined below.

f(0) = 7
f(n) = 2f(n - 1) - 3 for n > 1, where n is an integer
What is the third number in the sequence?

2 Answers

1 vote
i think the answer is 35
User Dstftw
by
7.9k points
5 votes

Answer:

35

Explanation:

f(0) = 7

f(1) = 2f(0) - 3 = 11

f(2) = 2f(1) - 3 = 19

f(3) = 2f(2) - 3 = 35

User Nasser Alshammari
by
7.9k 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