Respuesta :

1.

(Create a table then plot the points)


X | 0 | 1 | 2 | 3 |

-------------------------

Y | -1 | 3 | 7 | 11 |


4 (0) -1 => 0 - 1 = -1

4 (1) -1 => 4 - 1 = 3

4 (2) -1 => 8 - 1 = 7

4 (3) -1 => 12 - 1 = 11


Just apply the table method to the others and you should be fine! :)