Question 672268
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
2x+ y = 4  Green  |||Points (0,4) and (2,0) on this Line - Plot, connect with Line
x + y= 3 Blue  |||Points (0,3) and (3,0) on this Line - Plot, connect with Line
List Point of Intersection: the solution for this system
{{{drawing(300,300,   -6, 6, -6, 6,   grid(1),
circle(0,4,0.3),
circle(2, 0,0.3),
circle(0, 3,0.3),
circle(3, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0, -2x+4, -x +3))}}}