Question 527172
A line with slope = 2 will be:
y = 2x + b
.
Use the given point to find 'b'.
.
7 = 2(4) + b
-1 = b
b = -1
.
y = 2x -1
.
{{{ graph(500,500,-10,10,-10,10,2*x-1) }}}