Answer:
4
Explanation:
You have a table of values, x is the input and y is the output. One trick to figure out the answer is to look at the x input "0". We notice that when we input 0, we get an output of 4, therefore meaning that every other function value is simply an addition of 4.
-2 + 4 = 2
-1 + 4 = 3
0 + 4 = 4
1 + 4 = 5
2 + 4 = 6
3 + 4 = 7
Therefore, the equation is [y = x + 4]