219k views
0 votes
A recursive sequence is one where the next term is a specific combination of the previous terms. In this question, the recursive sequence is created where the next term is the sum of the previous two terms. This is called the Fibonacci sequences. Look at this sequence of numbers: 1, 1, 2 ,3, 5, 8, 13, 21……. Level 1-2: (a) Write down the next two numbers in this sequence

User Kuhnroyal
by
3.9k points

1 Answer

3 votes

Answer:

34, 55.

Explanation:

The next 2 numbers are 13+21 = 34 and 21+34 = 55.

User Alexus
by
3.9k points