The sequence 1, 2, 4, 8, ..., 2048 is a geometric sequence where a1 = 1 and r= 2:
an = a1·rn-1
an = 2n-1
We want an = 2048:
2048 = 2n-1
2048 = 2n·2-1 = 2n/2 [Exponent Property: 2a+b = 2a2b]
4096 = 2n
If you know logarithms, you can use log base 2 and your calculator to find the answer. if you don't know logs yet, just try different values of n until you get the right one.
log2(4096) = n
12 = n
2048 is the 12th term in the sequence, so the sequence has 12 terms in it.