estion 2
A sequence is dened recursively as:
f(0)=-1;f(1)=1;
f(n)=f(n-1) - f(n-2)
What will be thw value of f(6)?
Answers
Answered by
1
Given:
To find: the value of
Solution:
- Given
- When , we get
- When , we get
- When , we get
- When , we get
- When , we get
Answer:
Remark:
- To solve this type of problems, first write down the given nth term.
- Then to find n = m, find the previous terms by putting k = 0, 1, 2, 3, ..., m - 1 and then you will find n = m.
Similar questions