I am not sure how to tell you to solve this problem. What I can tell you is the solution.
f(n) = 2n + 1.
However, if you just follow the recurrence relationship, you can easily get the first few terms.
Stellar G.
asked 02/22/19A sequence is defined recursively by the following rules:
f(1)=3
f(n+1)=2⋅f(n)−1
Which of the following statements is true about the sequence? Select all that apply.
f(5)=33
f(3)=10
f(4)=18
f(6)=66
f(2)=5
I am confused on how I am supposed to solve this? I thought one of the anwsers was the last one but none of the others seem to line up.
I am not sure how to tell you to solve this problem. What I can tell you is the solution.
f(n) = 2n + 1.
However, if you just follow the recurrence relationship, you can easily get the first few terms.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.