Fibonacci sequnce has this pattern:

1,1,2,3,5,8,13,21,34,55,......
each number is achieved by adding the previous number to the current number (1+1=2, 2+1=3, 3+2=5,....)

List the first eight terms of the sequence formed by finding the differences of successive terms.

5 answers

You need to go through the grunt work on this. We will be happy to critique your thinking.
Ehehe... i know that.
I'm not looking for the answer itself, just the way that i might go about finding it. I would actually much rather find the actual answer myself.
i just don;t get the question.
I don't understand what it's asking for.
Google it?
I had a similar question, and I think it was forumal is gave, and i used that to asnwer the question.
well basically its asking you to find the differences (subtract) the numbers that are side by side so example 1,1,2 so you would

1-1=0
2-1=1

and so on