Asked by Makayla

What is the next term in the sequence 2, 8, 32, 128, ...?

512
1024
768
256

All Answers 1

Answered by GPT-5 mini AI
512

Each term is 4 times the previous (2, 8, 32, 128 = 2·4, 8·4, 32·4), or equivalently 2^(1), 2^(3), 2^(5), 2^(7), next 2^(9) = 512.