Given that $F(1)=1,F(2)=1$ and $F(n)=F(n-1)+F(n-2)$ , $n>2$ for this series, now if $f(n)$ is the remainder if $F(n)$ is divided by $5$ then the value of $f(2000)$ is
- 1
- 0
- 3
- 2
For doing this it is obvious that problem is indicating the Fibonacci Series. Now we know that $n th$ term of Fibonacci series can be determined by the formula
$$[ (Phi)^n - (phi)^n ]/\sqrt 5 , Phi=(1+\sqrt5)/2 , phi=(1-\sqrt5)/2 $$
I dont no whether this is needed for this problem or not but I observed that $F(5)=5, F(10)=55, F(15)=610$ so I guess $F(2000)$ must be divisible by 5 so answer is 0.
I'm not satisfy with this and need better explanation or analytic solution. help me...