SOLUTION: How do i make a table with integer values of x from -2 to 2 {{{y = - x - 1

Algebra ->  Graphs -> SOLUTION: How do i make a table with integer values of x from -2 to 2 {{{y = - x - 1      Log On


   



Question 33596This question is from textbook
: How do i make a table with integer values of x from -2 to 2
How+do+i+make+a+table+with+integer+values+of+x+from+-2+to+2%0D%0A%0D%0Ay = - x - 1
This question is from textbook

Answer by Nate(3500) About Me  (Show Source):
You can put this solution on YOUR website!
list....
y = - x - 1
----------------------
x:-2,-1, 0, 1, 2
----------------------
y: 1, 0,-1,-2,-3
----------------------