Question 1026108
Make a table of coordinate values.

<pre>
  x    |     y
_________________
  -4   |
  -3   |
  -2   | 
  -1   |
   0   |
   1   |
   2   |
</pre>
Fill the missing y values, using your equation solved for y in terms of x.
{{{x-y=8}}}
{{{x-y-x=8-x}}}
{{{x-x-y=-x+8}}}
{{{-y=-x+8}}}
{{{-y*(-1)=(-x+8)(-1)}}}
{{{y=x-8}}}


Plot the points  (x,y) and draw the line.