I need to write a full for the function.

x = 4,5,6,7
y = 0,2,4,6

y=4*0

4 answers

what do you mean by "write a full" ?

Note that as x grows by 1, y grows by 2. SO, start wity

y = 2x

Now adjust that so that the values agree with those in the table.
I need to write a rule
for each pair

x y
4 0
5 2
6 4
thank you Steve for helping me. I figured it out.

2x-8=y is the rule
correct