Question 154852
When x=-1, then y=-5 since 


{{{y = 3(-1) - 2=-3-2=-5}}}


When x=0, then y=-2 since 


{{{y = 3(0) - 2=0-2=-2}}}


When x=1, then y=1 since 


{{{y = 3(1) - 2=3-2=1}}}



When x=2, then y=4 since 


{{{y = 3(2) - 2=6-2=4}}}


So the table looks like this:

<pre>

   x  |    y
 -------------
  -1  |   -5
  0   |   -2
  1   |    1
  2   |    4

</pre>