document.write( "Question 1202869: Please help me solve these equations
\n" );
document.write( "1) x + y + z = 3
\n" );
document.write( "x + 2y - z = 2
\n" );
document.write( "x + yz + zx = 3
\n" );
document.write( "2) x +yz = 2
\n" );
document.write( " y + zx = 2
\n" );
document.write( " z + xy = 2 \n" );
document.write( "
Algebra.Com's Answer #838059 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "x + 2y - z = 2\r\n" ); document.write( "x + yz + zx = 3\r\n" ); document.write( "2) x +yz = 2\r\n" ); document.write( " y + zx = 2\r\n" ); document.write( " z + xy = 2\r\n" ); document.write( "\r\n" ); document.write( "I'll do # 1 for you. Apply the same concept and you should have no problems doing # 2.\r\n" ); document.write( "\r\n" ); document.write( " x + y + z = 3______x + y = 3 - z --- eq (i)\r\n" ); document.write( " x + 2y - z = 2 ------- eq (ii)\r\n" ); document.write( " x + yz + xz = 3 ------- eq (iii)\r\n" ); document.write( "\r\n" ); document.write( " 2x + 2y + 2z = 6 ----- Multiplying eq (i) by 2 ------ eq (iv)\r\n" ); document.write( " x + 2y - z = 2 ----- eq (ii)\r\n" ); document.write( " x + 3z = 4 ----- Subtracting eq (ii) from (iv) \r\n" ); document.write( " x = 4 - 3z ----- eq (v)\r\n" ); document.write( "\r\n" ); document.write( "x + yz + xz = 3____x + (y + x)z = 3 --- eq (iii)\r\n" ); document.write( " x + (3 - z)z = 3 --- Substituting 3 - z for x + y in eq (iii)\r\n" ); document.write( "\n" ); document.write( " |