Khan.randRange(18, 32)

Which is the divide-by-twos increment series for an array of NUM elements?

16, 8, 4, 2, 1
  • 8, 4, 2, 1
  • NUM, 4, 1
  • 16, 4, 1
  • More than one of these

The first increment must be a power of 2 that generates sublists with two elements.

Each succeeding increment must be half the size of the previous one.