Question
I need to write a full for the function.
x = 4,5,6,7
y = 0,2,4,6
y=4*0
x = 4,5,6,7
y = 0,2,4,6
y=4*0
Answers
Steve
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.
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.
lisa
I need to write a rule
for each pair
x y
4 0
5 2
6 4
for each pair
x y
4 0
5 2
6 4
lisa
thank you Steve for helping me. I figured it out.
2x-8=y is the rule
2x-8=y is the rule
Steve
correct