document.write( "Question 1196448: I've been working on this for hours, but keep taking the wrong path. I need to solve the 4x4 equations:
\n" );
document.write( "2w + x - y + 2z = 10
\n" );
document.write( "-w - 3x + y - 5z = -11
\n" );
document.write( "3w + 5x - 3y + z = 35
\n" );
document.write( "-4w - 2x - 3y - z = 2 \n" );
document.write( "
Algebra.Com's Answer #829431 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! I've been working on this for hours, but keep taking the wrong path. I need to solve the 4x4 equations: \n" ); document.write( "2w + x - y + 2z = 10 \n" ); document.write( "-w - 3x + y - 5z = -11 \n" ); document.write( "3w + 5x - 3y + z = 35 \n" ); document.write( "-4w - 2x - 3y - z = 2 \n" ); document.write( " DO NOT bother to even look at that woman's RIDICULOUS method of solving this. As usual, it's complicated as HELL,\r\n" ); document.write( "with all those solutions of variables that form UNNECESSARY fractions!! She needs to learn mathematics!\r\n" ); document.write( "\r\n" ); document.write( "Looking at eqs (i) & (ii), it's obvious that \"y\" can be immediately eliminated by adding the two.\r\n" ); document.write( "Likewise, looking at eqs (iii) & (iv), it's clear that \"y\" can also be immediately eliminated by subtracting one\r\n" ); document.write( "equation from the other. So, let's do just that!\r\n" ); document.write( "\r\n" ); document.write( " 2w + x - y + 2z = 10 ----- eq (i)\r\n" ); document.write( "- w - 3x + y - 5z = - 11 ----- eq (ii)\r\n" ); document.write( " w - 2x - 3z = - 1 ---- Adding eqs (i) & (ii) ------ eq (v)\r\n" ); document.write( "\r\n" ); document.write( " 3w + 5x - 3y + z = 35 ----- eq (iii)\r\n" ); document.write( "- 4w - 2x - 3y - z = 2 ----- eq (iv)\r\n" ); document.write( " 7w + 7x + 2z = 33 ----- Subtracting eq (iv) from eq (iii) ----- eq (vi)\r\n" ); document.write( "\r\n" ); document.write( "- 3w - 9x + 3y - 15z = - 33 ----- eq (ii) ---- Multiplying eq (ii) by 3 ---- eq (vii)\r\n" ); document.write( " 3w + 5x - 3y + z = 35 ----- eq (iii)\r\n" ); document.write( " - 4x - 14z = 2 ---- Adding eq (vii) & (iii)\r\n" ); document.write( "\n" ); document.write( " |