Multiple choice general knowledge

-1,0,-1,-1,-2,_

  1. -2

  2. -3

  3. -4

  4. -5

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Each term is the sum of the previous two terms: -1+0=-1, 0+(-1)=-1, -1+(-1)=-2, -1+(-2)=-3. This is a Fibonacci-like recursive sequence.