document.write( "Question 271404: 2X + 4Y = 8
\n" ); document.write( "3X + 6Y = 12\r
\n" ); document.write( "\n" ); document.write( "I need to know how to solve linear system by graphing
\n" ); document.write( "

Algebra.Com's Answer #198722 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
2X+4Y=8
\n" ); document.write( "4Y=-2X+8
\n" ); document.write( "Y=-2X/4+8/4
\n" ); document.write( "Y=-X/2+2 (red line)
\n" ); document.write( "3X+6Y=12
\n" ); document.write( "6Y=-3X+12
\n" ); document.write( "Y=-3X/6+12/6
\n" ); document.write( "Y=-X/2+2 (GREEN LINE)
\n" ); document.write( "THESE 2 LINES ARE IDENTICAL THUS THERE IS NO UNIQUE SOLUTION BUT AN UNLIMITED NUMBER OF POSSIBLE SOLUTIONS FOR X & Y.
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+-x%2F2+%2B2+%2C+-x%2F2+%2B2%29+\" (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions -x/2 +2 and -x/2 +2).
\n" ); document.write( "
\n" );