document.write( "Question 57018: solve the following system of equations
\n" ); document.write( "3x-y=1
\n" ); document.write( "y=-x+3
\n" ); document.write( "

Algebra.Com's Answer #38731 by rchill(405)\"\" \"About 
You can put this solution on YOUR website!
First, solve both equations for y and you get y=3x-1 and y=-x+3. Plot those out by creating some ordered pairs, draw the lines, and see where they interesect. The point of intersection is the solution -- in this case, it's (1,2). The graphs of the lines is:
\n" ); document.write( "\"graph%28200%2C200%2C-3%2C5%2C-3%2C5%2C3x-1%2C-x%2B3%29\"
\n" ); document.write( "
\n" );