\r\n" );
document.write( "solve the system by graphing \r\n" );
document.write( "x + y = 3\r\n" );
document.write( "x + y = -1\r\n" );
document.write( "\r\n" );
document.write( "The idea is to graph both lines and find the\r\n" );
document.write( "point where they cross, or intersect.\r\n" );
document.write( "\r\n" );
document.write( "Get three points on the first line:\r\n" );
document.write( "\r\n" );
document.write( "x + y = 3\r\n" );
document.write( "\r\n" );
document.write( "Pick an arbitrary value for x or y.\r\n" );
document.write( "I'll arbitrarily pick the value 2 \r\n" );
document.write( "and arbitrarily pick the letter x\r\n" );
document.write( "to substitute it for:\r\n" );
document.write( "\r\n" );
document.write( "2 + y = 3\r\n" );
document.write( " y = 3 - 2\r\n" );
document.write( " y = 1\r\n" );
document.write( "\r\n" );
document.write( "So (x,y) = (2,1) is one point on the first line\r\n" );
document.write( "\r\n" );
document.write( "Next I'll arbitrarily pick the value 4 \r\n" );
document.write( "and arbitrarily pick the letter y\r\n" );
document.write( "to substitute it for:\r\n" );
document.write( "\r\n" );
document.write( "x + 4 = 3\r\n" );
document.write( " x = 3 - 4\r\n" );
document.write( " x = -1\r\n" );
document.write( "\r\n" );
document.write( "So (x,y) = (-1,4) is another point on the first line\r\n" );
document.write( "\r\n" );
document.write( "As a check, I'll find a third point\r\n" );
document.write( "\r\n" );
document.write( "Next I'll arbitrarily pick the value -3 \r\n" );
document.write( "and arbitrarily pick the letter y\r\n" );
document.write( "to substitute it for:\r\n" );
document.write( "\r\n" );
document.write( "x + (-3) = 3\r\n" );
document.write( " x - 3 = 3\r\n" );
document.write( " x = 3 + 3\r\n" );
document.write( " x = 6 \r\n" );
document.write( "\r\n" );
document.write( "So (x,y) = (6,-3) is another point on the first line\r\n" );
document.write( "\r\n" );
document.write( "Plot those points\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Now I'll draw a smooth dark red straight line through them:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "-----\r\n" );
document.write( "\r\n" );
document.write( "Now I'll do the same for the other equation:\r\n" );
document.write( "\r\n" );
document.write( "Get three points on the second line:\r\n" );
document.write( "\r\n" );
document.write( "x + y = -1\r\n" );
document.write( "\r\n" );
document.write( "Pick an arbitrary value for x or y.\r\n" );
document.write( "I'll arbitrarily pick the value 3 \r\n" );
document.write( "and arbitrarily pick the letter x\r\n" );
document.write( "to substitute it for:\r\n" );
document.write( "\r\n" );
document.write( "3 + y = -1\r\n" );
document.write( " y = -1 - 3\r\n" );
document.write( " y = -4\r\n" );
document.write( "\r\n" );
document.write( "So (x,y) = (3,-4) is one point on the 2nd line\r\n" );
document.write( "\r\n" );
document.write( "Next I'll arbitrarily pick the value 0 \r\n" );
document.write( "and arbitrarily pick the letter y\r\n" );
document.write( "to substitute it for:\r\n" );
document.write( "\r\n" );
document.write( "x + 0 = -1\r\n" );
document.write( " x = -1\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "So (x,y) = (-1,0) is another point on the 2nd line\r\n" );
document.write( "\r\n" );
document.write( "As a check, I'll find a third point\r\n" );
document.write( "\r\n" );
document.write( "Next I'll arbitrarily pick the value -2 \r\n" );
document.write( "and arbitrarily pick the letter x\r\n" );
document.write( "to substitute it for:\r\n" );
document.write( "\r\n" );
document.write( "(-2) + y = -1\r\n" );
document.write( " -2 + y = -1\r\n" );
document.write( " y = -1 + 2\r\n" );
document.write( " x = 1 \r\n" );
document.write( "\r\n" );
document.write( "So (x,y) = (1,-2) is another point on the 2nd line\r\n" );
document.write( "\r\n" );
document.write( "Plot those points\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Now draw a smooth green straight line through them:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Oh. my! It looks like the dark red line and the\r\n" );
document.write( "green line run parallel to each other, so they\r\n" );
document.write( "will never intersect. That means there is no\r\n" );
document.write( "solution. This is called an inconsistent\r\n" );
document.write( "system of equations.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( " \n" );
document.write( "