Question 850769
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
y = (-5/3)x+3  P(0,3) and P(3,-2) on this line.  Plot,connect with line(green)
y = (1/3)x - 3   P(0, -3) and P(3,-2) on this line.  Plot,connect with line(blue)
(3,-2) is the solution for the system of equations (x = 3  and y = -2)
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, 3,0.2),
circle(3, -2,0.2),
circle(0, -3,0.2),
graph( 300, 300, -6, 6, -6, 6,0, (-5/3)x+3,(1/3)x - 3) )}}}