SOLUTION: If f(1)=1, f(2)=2 and f(n)and =f(n−1)−f(n−2) then find the value of f(4)

Algebra ->  Formulas -> SOLUTION: If f(1)=1, f(2)=2 and f(n)and =f(n−1)−f(n−2) then find the value of f(4)      Log On


   



Question 1185074: If f(1)=1, f(2)=2 and f(n)and =f(n−1)−f(n−2) then find the value of f(4)
Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


f(n)=f(n−1)−f(n−2)

This means f(n), the n-th term in the sequence, is the difference between f(n-1), the (n-1)th term (the previous term), and f(n-2), the (n-2)th term (the term two previous).

So f(3)=f(2)-f(1); and you are given f(2) and f(1), so you can find f(3).

Then f(4)=f(3)-f(2); and you now have values for both of those, so you can find f(4).