Drag each number to the correct location on the statements. Not all numbers will be used. Consider the sequence below. -3, -12, -48, -192, ... Complete the recursively-defined function to describe this sequence. f(1) = f(n) = f(n-1) × for n = 2, 3, 4 ... 2 4 -3 3 -4 12