Each successive term in the sequence 2048, 128, x, y, ... is obtained by multiplying the previous term by a constant. What is the value of x+y?
Let constant = C
then 2048 * C = 128
C = (128/2048) = (1/16)
x = 128 * (1/16) = ?
y = (x* (1/16) = ?