document.write( "Question 136220: SOLVE THE SYSTEM USING THE GAUSS-JORDAN METHOD
\n" );
document.write( "PROBLEM: 2x-y= 0
\n" );
document.write( " x+y= 3\r
\n" );
document.write( "\n" );
document.write( "I'M STILL VERY CONFUSED BY THE SOLVING PROCESS.. I DO UNDERSTAND THE BASIC FORMULA [ 1 0.. AND BENEATH THAT IS 0 1..] AND I DO UNDERSTAND HOW TO FIRST SET IT UP... [ 2 -1..0]
\n" );
document.write( " [ 1 1..3]
\n" );
document.write( "YET FROM HERE I JUST GET FRUSTRATED AND IT SEEMS LIKE NO MATTER HOW MANY TIMES I TRY, I GET NOWHERE.. PLEASE HELP.. THANK YOU SO MUCH, lj23kfuller@yahoo.com \n" );
document.write( "
Algebra.Com's Answer #99792 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Swap row 1 and row 2: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply row 1 by -2, then add the result to row 2, replacing row 2 with the result: \n" ); document.write( "Row 1 times -2 is -2, -2, -6 \n" ); document.write( "Result added to row 2 is 2-2=0, -1-2=-3, 0-6=-6, so: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply row 2 by \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply row 2 by -1, then add the result to row 1, replacing row 1 with the result: \n" ); document.write( "Row 2 times -1 is 0, -1, -2 \n" ); document.write( "Result added to row 1 is 1+0=1, 1-1=0, 3-2=1, so: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So: \n" ); document.write( " |