Question 1116619
solve the system by graphing both lines on one coordinate system.

2x+3y=3

x-y=4
<pre>The 2 equations to graph are: {{{system(highlight(matrix(1,3, y, "=", (- 2/3)x + 1)), and, highlight_green(matrix(1,3, y, "=", x - 4))))}}}
{{{graph(300,300,- 10,10,- 10,5,(- 2/3)x + 1,x - 4)}}}
Where the 2 graphs intersect is the solution.

Any other response/graphs are not only wrong but are also GARBAGE, namely: the one below.
{{{system(y=-2x/3+3/2,y=x+4)}}}



{{{graph(300,300,-5,3,-3,5,-2x/3+3/2,x+4)}}}