7.2k views
0 votes
Question:
Find the next number in the sequence: 1, 1, 2, -1, 1, -2, -1,

User Jerrel
by
4.8k points

1 Answer

5 votes

Answer: Next number in sequence is - 1

Explanation:

1 + 1 = 2

1 - 2 = - 1

2 + (-1) = 1

-1 - 1 = - 2

1 + (-2) = - 1

-2 - (-1) = - 1

The sequence is to subtract then add, and so on

User Rebeku
by
4.8k points