Respuesta :
given f(n+1) =-2f(n)
here f(n) =f(1) = -1.5
f(n+1) =f(2) = -2 * -1.5 = 3
here f(n) =f(1) = -1.5
f(n+1) =f(2) = -2 * -1.5 = 3
Answer:
The next term in the sequence is 3.
Step-by-step explanation:
Given : A sequence is defined recursively by the formula [tex]f(n+1)=-2f(n)[/tex]. The first term of the sequence is -1.5.
To find : What is the next term in the sequence?
Solution :
The recursive formula is [tex]f(n+1)=-2f(n)[/tex]
We have given, [tex]f(1)=-1.5[/tex]
We have to find f(2)
So, Substitute n=1 in the recursive formula,
[tex]f(1+1)=-2f(1)[/tex]
[tex]f(2)=-2\times (-1.5)[/tex]
[tex]f(2)=3[/tex]
Therefore, The next term in the sequence is 3.