Question 351668
Hi, 
*Note: to plot points, substitute values of x and determine what the result for y would be according to the equation
.
y = 2x + 6 (this is in the slope intercept form: y = mx + b)
.
Plotting some points
 x| y
 0| 6
 1| 8 
-3| 0 


{{{drawing(300,300, -8, 8, -8, 8,
circle(0, 6,0.3),
circle(-3, 0,0.3),
circle(1, 8,0.2),
graph( 300, 300, -8, 8, -8, 8, 2x+6))}}}