document.write( "Question 989590: Hi, I have a problem that deals with linear equations with three variables:
\n" );
document.write( "SOLVE:
\n" );
document.write( "x+y=7
\n" );
document.write( "y+z=8
\n" );
document.write( "x+2z=2\r
\n" );
document.write( "\n" );
document.write( "and no, I cannot simply use matrices to solve this question. I tried eliminating 'z' from the second and third equation, but I got stuck because I can't eliminate 'z' from the first equation. Please help and thank you so much to whoever helps! \n" );
document.write( "
Algebra.Com's Answer #609887 by MathTherapy(10555)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Hi, I have a problem that deals with linear equations with three variables: \n" ); document.write( "SOLVE: \n" ); document.write( "x+y=7 \n" ); document.write( "y+z=8 \n" ); document.write( "x+2z=2\r \n" ); document.write( "\n" ); document.write( "and no, I cannot simply use matrices to solve this question. I tried eliminating 'z' from the second and third equation, but I got stuck because I can't eliminate 'z' from the first equation. Please help and thank you so much to whoever helps! \n" ); document.write( " x + y = 7_____y = 7 - x ------- eq (i)\n" ); document.write( " |