contestada


Here is a rule to make a list of numbers: Each number is the sum of the previous two
numbers. Start with the numbers 0 and 1, then follow the rule to build a sequence of
10 numbers.

Respuesta :

Answer:

Your sequence of numbers is:

1, 2, 3, 5, 8, 13, 21, 34, 55, 89    

Step-by-step explanation:

0+1=1, 1+1=2, 1+2=3, 2+3=5, 3+5=8, 5+8=13, 8+13=21, 13+21=34, 21+34=55, 34+55=89

fichoh

The sequence of 10 numbers using the rule given is :

  • 0, 1, 1, 2, 3, 5, 8, 13, 21, 34

Patten Rule :

  • Starting values ; first and second term : 0, 1
  • Next value is the sum of the two preceeding values :
  • Third term = (0 + 1) = 1
  • Fourth term = second + third = (1 + 1) = 2
  • Fifth = (third + fourth) = (2 + 1) = 3
  • Sixth = (fifth + fourth) = 3 + 2 = 5
  • Seventh = (sixth + fifth) = 5 + 3 = 8
  • Eighth = (seventh + sixth) = 8 + 5 = 13
  • Ninth = (eighth + seventh) = 13 + 8 = 21
  • Tenth = (ninth + eighth) = 21 + 13 = 34

Hence, the resulting sequence is :

  • 0, 1, 1, 2, 3, 5, 8, 13, 21, 34

Learn more on sequence :

https://brainly.com/question/18479471