document.write( "Question 1097284: The given system of linear equations has a unique solution
\n" );
document.write( "2x + y- z = -5
\n" );
document.write( "-5x - 3y + 2z = 7
\n" );
document.write( "x + 4y - 3z = 0\r
\n" );
document.write( "\n" );
document.write( "what is the value of x? \n" );
document.write( "
Algebra.Com's Answer #711686 by KMST(5328)![]() ![]() You can put this solution on YOUR website! Multiplying 2x + y- z = -5 times -1 gives you -2x - y+ z = 5 \n" ); document.write( "If you add that and the other two equations, you get \n" ); document.write( "-2x - y + z = 5 \n" ); document.write( "-5x - 3y + 2z = 7 \n" ); document.write( " x + 4y - 3z = 0 \n" ); document.write( "----------------- \n" ); document.write( "-6x + 0y + 0z = 12 \n" ); document.write( "That is \n" ); document.write( " |