3.0k views
0 votes
What is the third term of the sequence defined by the recursive rule f(1)=2, f(n)=2f(n-1) +1

User Twanda
by
8.4k points

1 Answer

3 votes
The function is defined recursively. In order to calulate f(3), f(2) and f(1) must be known. f(1) is given f(1) = 2 f(2) is then calculated f(2) = 2 * f(1) + 1 = 2 * 1 + 1 = 2 + 1 = 3 Finally f(3) can be calculated given f(2)=3 f(3)= 2 * f(2) + 1 = 2 * 3 + 1 = 6 + 1 = 7
User Wason
by
7.6k 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