Asked by Shay

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.

Answers

Answered by bobpursley
You need to go through the grunt work on this. We will be happy to critique your thinking.
Answered by Shay
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.
Answered by Shay
i just don;t get the question.
I don't understand what it's asking for.
Answered by TP
Google it?
I had a similar question, and I think it was forumal is gave, and i used that to asnwer the question.
Answered by an
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
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions