SOLUTION: if f(1)=5 and f(n)=-3f(n-1) then f(4)=
Algebra.Com
Question 1156741: if f(1)=5 and f(n)=-3f(n-1) then f(4)=
Answer by greenestamps(13200) (Show Source): You can put this solution on YOUR website!
The statement "f(n)=-3f(n-1)" defines a sequence of numbers recursively -- that is, each term in the sequence is determined by the term(s) before it.
Specifically, in this example, it says that the n-th term in the sequence is -3 times the (n-1)th term in the sequence. In other words, each term in the sequence is found by multiplying the preceding term by -3.
Given f(1)=5 (i.e., the first term is 5), you can easily find
f(2) = -3*f(1) (second term is -3 times the first)
f(3) = -3*f(2) etc.
f(4) = -3*f(3)
RELATED QUESTIONS
If f(1)=9 and f(n)=-3f(n-1)+n then find the value of... (answered by ewatrrr,ikleyn)
if f(1)=9 and f(n)=-3f(n-1)+n then what is the value of... (answered by ikleyn)
Let f be a function defined by f(n)=2f(n-1)+3f(n-2), where f(1)=3 and f(2) = 1.... (answered by ikleyn)
if f(1)=3 and f(n)= -2f(n-1) +1, then f(5) =... (answered by jim_thompson5910)
If f(1) = 3 and f(n) = -2f(n-1) + 1, then what is... (answered by greenestamps)
if f (1) = 6 and f (n)= f (n-1) + 2 then find the value of f... (answered by MathLover1)
If f(1) = 7 and f(n) = f(n - 1) + 2 then find the value of... (answered by ikleyn)
if f(1)=5 and f(n)=-2f(n-1)+2 then what is the value of... (answered by MathLover1)
Given {f(1)=5 and f(n)=f(n-1)+4} find the explicit... (answered by ikleyn)