Respuesta :

Answer:

Table 2.

Step-by-step explanation:

Input x as 0, the output y should be 4.

y = -2(0) + 4

y = 0 + 4

y = 4

Input x as 1, the output y should be 2.

y = -2(1) + 4

y = -2 + 4

y = 2

Input x as 2, the output y should be 0.

y = -2(2) + 4

y = -4 + 4

y = 0