Ask a New Question

Asked by carmen

A 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(3)=10
f(2)=5
f(4)=18
f(6)=66
f(5)=33
5 years ago

Answers

Answered by oobleck
well, just list the first few elements and check:
f(1) = 3
f(2) = 2*3-1 = 5
f(3) = 2*5-1 = 9
and so on
5 years ago

Related Questions

A sequence is defined recursively by the following rules: f(1)=3 f(n+1)=2⋅f(n)−1 Which of the... A sequence is defined recursively by the formula f(n+1)=-2f(n). The first term of the sequence is -1... A sequence is defined recursively by the given formulas. Find the first five terms of the sequence.... A sequence is defined recursively by the given formulas. Find the first five terms of the sequence.... A sequence is defined recursively using the formula . If the first term of the sequence is 120, what... A sequence is defined recursively using the equation . If f(1)=100, what is f(6)? 52 60 68 92 a sequence is defined recursively by a1=4 an=3/4an-1 what is the explicit form of this sequence...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use