|
| Total Answers and Comments: 3 |
Last Update: February 27, 2008 Asked by: ramesh |
|
| | |
|
Submitted by: abhishek76 we can write g(6) as g(5)+g(4) (since g(n)=g(n-1)+g(n-2)) again g(5)=g(4)+g(3), g(4)=g(3)+g(2) g(3)=g(2)+g(1) g(2)=g(1)+g(0)=1-1=0(as given above) therefore,g(3)= 0-1=-1 g(4)=-1+0=-1 g(5)=-1-1=-2 therefore, g(6)=g(5)+g(4)=-2-1=-3(ans)
Above answer was rated as good by the following members: yoooooooooo | Go To Top
|