Question 5332


{{{
system( 
  3x - 5y = -11,
  2x + 2y = -2 
)
}}}
*[invoke linear "x", "y", 3, -5, -11, 2, 2, -2]