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... 3, 2, 3, 4, 12, -4
