Question 1197475
<font color=black size=3>
You need to post <u>full</u> instructions on what your teacher wants here.


I'll assume that you want to graph this equation. 


Plug in x = 0 and solve for y
3x+2y = -6
3(0)+2y = -6
2y = -6
y = -6/2
y = -3
The point (0,-3) is the y intercept


Plug in y = 0 and solve for x.
3x+2y = -6
3x+2(0) = -6
3x = -6
x = -6/3
x = -2
The point (-2,0) is the x intercept.


Plot those two points and draw a straight line through them
{{{drawing(400,400,-8,5,-8,5,
graph(400,400,-8,5,-8,5,0,(-3/2)x-3),
circle(0,-3,0),
circle(-2,0,0),
circle(0,-3,0.1),
circle(-2,0,0.1),
circle(0,-3,0.2),
circle(-2,0,0.2),
locate(0.5,-3,"(0,-3)"),
locate(-2,0.75,"(-2,0)")
)}}}
</font>