We fill the table as follows:
*We assign values for x and solve for y, that is:
*x = 0:
So, the value of y when x = 0 is 5.
*x = 1:
So, the value of y when x = 1 is 2.
*x = 2:
So, the value of y when x = 2 is -1.
*x = 3:
So, the value of y when x = 3 is -4.
***The table should look like this:
x | y
0 | 5
1 | 2
2 | -1
3 | -4
***The graph is: