Perform the operation on the last term in this sequence.
32
Practice makes perfect
We are given a pattern in a sequence of a couple of consecutive term. The common ratio from one term to the next is multiplying by 2.
2 * 2 →4 * 2 →8 * 2 →16
To find the next number by extending this pattern!
2 * 2 →4 * 2 →8 * 2 →16 * 2 → 32