Respuesta :

Multiply the input by -2, then add 8:
x * -2 + 8

input:
[6,0,4]

After step 1:
[-12,0,-8]

After step 2:
[-4,8,0]