Given the function:
f(x) = 4x - 4
We re asked to create a table of values for thhe above function.
In order to create the tabe of value, we will use the x values give n in the table to replace the value of x in the function.
When x = -2
f(x) = 4(-2) - 4
= -8 - 4
= -12
When x = -1
f(x) 4(-1() - 4
= -4 - 4
= -8
When x = 0
f(x) = 4(0) - 4
= 0 - 4
= -4
When x = 1
f(x) = 4(1) - 4
= 4 - 4
= 0
When x = 2
f(x) = 4(2) - 4
= 8 - 4
= 4
So, let's complete the table:
x y
-2 -12
-1 -8
0 -4
1 0
2 4