document.write( "Question 164381: system of equation with four variables.
\n" );
document.write( "x + y + z + w = 0
\n" );
document.write( "x + y - z - w = 1
\n" );
document.write( "x - y + z + w = 3
\n" );
document.write( "x - y - z + w = -1 \n" );
document.write( "
Algebra.Com's Answer #121110 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "\r\n" ); document.write( "system of equation with four variables.\r\n" ); document.write( "\r\n" ); document.write( "x + y + z + w = 0\r\n" ); document.write( "x + y - z - w = 1\r\n" ); document.write( "x - y + z + w = 3\r\n" ); document.write( "x - y - z + w = -1\r\n" ); document.write( "\r\n" ); document.write( "We can eliminate y, z and w simply\r\n" ); document.write( "by adding the second and third equations,\r\n" ); document.write( "term by term\r\n" ); document.write( "\r\n" ); document.write( " x + y - z - w = 1\r\n" ); document.write( " x - y + z + w = 3\r\n" ); document.write( "-------------------\r\n" ); document.write( "2x = 4\r\n" ); document.write( " 2x = 4 \r\n" ); document.write( " x = 2\r\n" ); document.write( "\r\n" ); document.write( "Substitute 2 for x in the\r\n" ); document.write( "original equations.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "2 + y + z + w = 0\r\n" ); document.write( "2 + y - z - w = 1\r\n" ); document.write( "2 - y + z + w = 3\r\n" ); document.write( "2 - y - z + w = -1\r\n" ); document.write( "\r\n" ); document.write( " y + z + w = -2\r\n" ); document.write( " y - z - w = -1\r\n" ); document.write( "-y + z + w = 1\r\n" ); document.write( "-y - z + w = -3\r\n" ); document.write( "\r\n" ); document.write( "The third equation is just the\r\n" ); document.write( "second equation multiplied by\r\n" ); document.write( "-1, so we can eliminate it:\r\n" ); document.write( "\r\n" ); document.write( " y + z + w = -2\r\n" ); document.write( " y - z - w = -1\r\n" ); document.write( "-y - z + w = -3\r\n" ); document.write( "\r\n" ); document.write( "We can eliminate both z and w\r\n" ); document.write( "by adding the first and second\r\n" ); document.write( "equation:\r\n" ); document.write( "\r\n" ); document.write( " y + z + w = -2\r\n" ); document.write( " y - z - w = -1\r\n" ); document.write( "---------------\r\n" ); document.write( "2y = -3\r\n" ); document.write( " 2y = -3\r\n" ); document.write( " y =\n" ); document.write( " |