document.write( "Question 238270: The directions are Solve each system by elimination. Check your answers. The first problem is
\n" );
document.write( " x-y+z=-1 x+y+3z=-3 2x-y+2z=0
\n" );
document.write( "I've tried this like 15 times and cannot figure it out. Most of the time I would check what I got and it would be 1 instead of -1 or 3 instead of -3... I know how to do them I think. But I just can't get it. \n" );
document.write( "
Algebra.Com's Answer #175093 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! first, eliminate y from the 1st and 2nd equation: \n" ); document.write( "x - y + z = -1 \n" ); document.write( "x + y + 3z = -3 \n" ); document.write( "--------------- (+) \n" ); document.write( "2x + 4z = -4 \n" ); document.write( "divide both sides by 2: \n" ); document.write( "x + 2z = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "then, eliminate y from the 1st and 3rd equation: \n" ); document.write( " x - y + z = -1 \n" ); document.write( "2x - y + 2z = 0 \n" ); document.write( "----------------- (-) \n" ); document.write( "-x - z = -1 \n" ); document.write( "multiply both sides by (-1) \n" ); document.write( "x + z = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "then, eliminate x from both results: \n" ); document.write( "x + 2z = -2 \n" ); document.write( "x + z = 1 \n" ); document.write( "------------ (-) \n" ); document.write( "z = -3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtitute z = -3 into x + z = 1 \n" ); document.write( "x + (-3) = 1 \n" ); document.write( "x = 1 + 3 = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute x = 4 and z = -3 into the 1st equation: \n" ); document.write( "x - y + z = -1 \n" ); document.write( "4 - y + (-3) = -1 \n" ); document.write( "1 - y = -1 \n" ); document.write( "1 + 1 = y \n" ); document.write( "2 = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so,the result will be: x = 4, y = 2, z = -3 \n" ); document.write( " \n" ); document.write( " |