A geometric sequece begins...
8,16,32,64...
Let x be 53rd term in this sequence. Compute log2(2x)−log2(x)
Note that log2(2x)=log2(2)+log2(x) and log2(2)=1
Alternatively, you can do it the long way by noting that the n'th term of the geometric sequence is given by 2n+2.