document.write( "Question 1033119: Find the solution to the equations.\r
\n" );
document.write( "\n" );
document.write( "2x - y = -3
\n" );
document.write( "x + y = 0 \n" );
document.write( "
Algebra.Com's Answer #647717 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let's add these together and get \n" ); document.write( "2x - y = -3 \n" ); document.write( "x + y = 0 \n" ); document.write( "---------------- \n" ); document.write( "3x = -3 \n" ); document.write( "now divide by 3 and get \n" ); document.write( "x = -1 \n" ); document.write( "which means \n" ); document.write( "y = 1 \n" ); document.write( " |