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

input { output
------------------
-3 [ ?
-2 [ -4
-1 [ ?
0 [ ?
1 [ -1

input { output

------------------
-3 [ -7
-2 [ -4
-1 [ -1
0 [ 2
1 [ -1

Rule: Subtract 3 from the input and then multiply the result by 2.