Multiple choice general knowledge -1,0,-1,-1,-2,_ -2 -3 -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.