Explanation:
what is the problem ?
all you need to do is put every different value of x into the spot of x and calculate the result.
x = -4
y = 3×-4 - 8 = -12 - 8 = -20
x = -2
y = 3×-2 - 8 = -6 - 8 = -14
x = 0
y = 3×0 - 8 = 0 - 8 = -8
x = 2
y = 3×2 - 8 = 6 - 8 = -2
x = 4
y = 3×4 - 8 = 12 - 8 = 4