Question 695338
Find some points for each equation to start graph
x+y=6 (0,6) (6,0)
x-y=0 (0,0) (1,1)
{{{ graph( 300, 300, -3, 7, -3, 7, y=-x+6, y=x) }}}
Solution is the point where the lines meet
(3,3)