Question 391024
  <pre><font size = 3 color = "indigo"><b>
Hi,         
x+3y=2      OR y = -(1/3)x + 2/3
-x+y=1      OR y = x + 1
  4y = 3
   y = 3/4
-x + 3/4= 1
 3/4-1 = x
  -1/4 = x
Lines intersect at Pt(-1/4,3/4)

{{{drawing(300,300, -3, 3, -3, 3, grid(1),
circle(0, 2/3,0.1),
circle(0, 1,0.1),
circle(-.25, .75,0.1),
graph( 300, 300, -3, 3, -3, 3, x+1,(-1/3)x + 2/3))}}}