Question 419934
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b>
Hi
3x-2y=-24   OR  y= 3/2x + 12 (Green) 
x=0, then y= 12 
y=0 then x =-8    
(0,12)and(-8,0)
-3x-y=6      OR    y=-3x-6 (Blue)
x=0, then y=-6    
y=0  then x= -2   
(0,-6) and (-2,0)
Plotting points and connecting with Line
Lines Intersect at ordered pair Pt(-4,6)
This is the  solution for this system
{{{drawing(300,300,   -15,15,-15,15 , grid(1),
circle(0, 12,0.6),
circle(0, -6,0.6),
circle(-2, 0,0.6),
circle(-8, 0,0.6),
circle(-4, 6,0.6),

graph( 300, 300, -15,15,-15,15,0,1.5x + 12,-3x-6 ))}}}