document.write( "Question 127480: Solve this system of equations by graphing:
\n" );
document.write( "x – 2y = -2
\n" );
document.write( "x + 2y = 6\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #93435 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! x-2y=-2 or -2y=-x-2 or y=-x/-2-2/-2 or y=x/2+1 (red line) \n" ); document.write( "x+2y=6 or 2y=-x+6 or y=-x/2+6/2 or y=-x/2+3 (green line) \n" ); document.write( " \n" ); document.write( "THE ANSWER IS(2,2) \n" ); document.write( " |