Question 1061519
.
x+y=3
-3x-3y=3
Graph the System of Equations and write the solution as an Ordered Pair
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


This system of two equations represents two parallel straight lines in the coordinate plane.


{{{graph( 330, 330, -5.5, 5.5, -5.5, 5.5,
          3-x, -x-1
)}}}


Plots y = 3-x (red) and y = -x-1 (green)