Question 1084291
Make a table of x y values.  Compute the y value of corresponding x value; do so for all of your chose x values.  Plot the points, (x,y).  Draw the line through the points.


<pre>
x          -x+2
-------------------------

-5        -(-5)+2=7
-4        -(-4)+2=6
-1        -(-1)+2=3
0           ?
2          ?
3            ?
</pre>


{{{graph(300,300,-6,6,-4,8,-x+2)}}}