complete the function table then write the rule for it. Unit 5 lesson 11

X {. Y
------------------
-3 [ ?
-2 [ -4
-1 [ ?
0 [ ?
1 [ -1

1 answer

X {. Y
------------------
-3 [ -3
-2 [ -4
-1 [ -2
0 [ -1
1 [ -1

Rule: Y = X, except for when X is -2, then Y is -4.