Question 528554
4x+4y = 8
4y = -4x +8
y = -x + 2
.
y-intercept = (0,2)
x-intercept = the point where y =0, so set y=0 and solve for 'x'
0 = -x + 2
x = 2
.
with two points, you can draw a line.
.
{{{ graph(500,500,-5,5,-5,5,-x+2) }}}