Question 677723
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
3x - 2y = 6  ||(x,y) ordered pairs (0,-3) & (2,0) on this Line: Plot Pts, connect with line
2x + y = 4   ||(x,y) ordered pairs (0,4) & (2,0) on this Line: Plot Pts, connect with line
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, -3,0.3),
circle(2, 0,0.3),
circle(0, 4,0.3),
graph( 300, 300, -6, 6, -6, 6,0,1.5x-3,-2x+4))}}}