Identify a pattern in the given list of numbers. Then use this pattern to find the next number. (More than one pattern might exist, so it is possible that there is more than one correct answer.)
64, -16, 4, -1
Answers
Answered by
0
Answer:
Next number is -256
Step-by-step explanation:
Each number is being multiplied by -4
-1 x -4 = 4
4 x -4 = -16
-16 x -4 = 64
therefore 64 x -4 = -256
Each number is also being divided by -4
64 / -4 = -16
-16 / -4 = 4
4 / -4 = -1
So another number will be -1/-4 = 1/4
Similar questions