Question 514797
y = 4x -4
.
m = slope = 4
y-intercept = (0,-4)
.
x-intercept = (x,0)
.
0 = 4x-4
4x = 4
x = 1
(1,0)
.
With two points you can draw a line.
.
{{{ graph(500,500,-10,10,-10,10, 4*x-4) }}}