document.write( "Question 795543: Graph the linear system and determine how many solutions it has: no solution, exactly one solution or infinitely many solutions. SHOW GRAPH.\r
\n" );
document.write( "\n" );
document.write( " x + 2y = -2
\n" );
document.write( "-3x - 6y = 6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #481042 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! first step is to rewrite each equation in the standard line equation form, y = mx +b \n" ); document.write( "x + 2y = -2 \n" ); document.write( "2y = -x -2 \n" ); document.write( "y = -x/2 -1 \n" ); document.write( "-3x - 6y = 6 \n" ); document.write( "-x -2y = 2 \n" ); document.write( "-2y = x +2 \n" ); document.write( "y = -x/2 -1 \n" ); document.write( "we see that both equations are the same \n" ); document.write( "there are infinitely many solutions \n" ); document.write( "graph is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |