Question 543676
y = 3x + 2 is a linear equation
.
Set x = 0
y = 2
(0,2) is the y-intercept
.
Set y = 0
0 = 3x + 2
-3x = 2
x = -2/3
(-2/3,0) is the x-intercept
.
With two points you can draw a line.
.
{{{graph(500,500,-5,5,-5,5,3*x+2) }}}