Question 97997
First solve the linear system.
*[invoke linear "x", "y", 1, 1, -1, 3, -1, -5]

Then plot your graph

 {{{ graph( 300, 200, -6, 5, -10, 10, x+y=1, 3x-y=-5) }}}