document.write( "Question 498889: please help solve this three linear equation containing three unknowns\r
\n" );
document.write( "\n" );
document.write( "x-3y+z=13
\n" );
document.write( "3x+y-4z=13
\n" );
document.write( "-4x-4y+2z=0 \n" );
document.write( "
Algebra.Com's Answer #337231 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! please help solve this three linear equation containing three unknowns\r \n" ); document.write( "\n" ); document.write( "x-3y+z=13 \n" ); document.write( "3x+y-4z=13 \n" ); document.write( "-4x-4y+2z=0 \n" ); document.write( "====================================================== \n" ); document.write( "Solving for z in the 3rd equation gives: \n" ); document.write( "z = 2x + 2y \n" ); document.write( "Substitute this value into the other two equations: \n" ); document.write( "x - 3y + (2x + 2y) = 13 -> 3x - y = 13 [1] \n" ); document.write( "3x + y - 4(2x + 2y) = 13 -> -5x - 7y = 13 [2] \n" ); document.write( "Solve for y in [1], substitute into [2]: \n" ); document.write( "y = 3x - 13 \n" ); document.write( "-5x - 7(3x - 13) = 13 \n" ); document.write( "Simplify and solve for x: \n" ); document.write( "-5x - 21x + 91 = 13 \n" ); document.write( "-26x = -78 \n" ); document.write( "x = 3 \n" ); document.write( "From above, y = 3*3 - 13 \n" ); document.write( "y = -4 \n" ); document.write( "Therefore z = 2*3 + 2*-4 \n" ); document.write( "z = -2 \n" ); document.write( " |