Question 351690
Hi,
*Note: to plot: find 3 points on the line by substittuting values of x and determining what the resulting y value would be according to the equation
.

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