Question 632161
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Solve the system by putting each of their graphs on the same graph
the point they intersect at: (-2,6) is the solution for this system
{{{drawing(300,300,   -6, 6, -6, 10,   grid(1),
circle(-2, 6,0.3),
graph( 300, 300, -6, 6, -6, 10,0,-2x+2, -1.5x + 3))}}}
If You are having difficulty graphing each of the linear equations:
find at least 2 (x,y)points for each and connect pair of the 2 points with their
respective line 
2x+y=2   x = 0  &#8658; y = 2,  y = 0  &#8658; x = 1  (0,2) and (1,0) on this line
6x+4y=12   x = 0  &#8658; y= 3,  y = 0  &#8658; x = 2  (0,3) and (2,0) on this line
{{{drawing(300,300,   -6, 6, -6, 10,   grid(1),
circle(-2, 6,0.3),
circle(0, 2,0.3),
circle(0, 3,0.3),
circle(1, 0,0.3),
circle(2, 0,0.3),
graph( 300, 300, -6, 6, -6, 10,0,-2x+2, -1.5x + 3))}}}