Question 465317
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
Graphing the following to determine where they intersect
That point being the solution for this system of two equations
y= -x + 2   Green
y= (1/4)x-3 Blue
Ordered pair (4,-2) the solution for this system ( x = 4, y = -2)
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(4, -2,0.3),
graph( 300, 300, -6, 6, -6, 6,0,-x+2,.25x-3))}}}