document.write( "Question 156396: Solve the following matrix
\n" );
document.write( " [ 2 8 22 ]
\n" );
document.write( " [ 4 1 14 ]
\n" );
document.write( "I think you need to multiply the top by negative 2 and then subtract from the bottom. but I am confused from there. \n" );
document.write( "
Algebra.Com's Answer #115202 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Solve the following matrix\r\n" ); document.write( " [ 2 8 22 ]\r\n" ); document.write( " [ 4 1 14 ]\r\n" ); document.write( "I think you need to multiply the top by negative 2 and then subtract from the bottom. but I am confused from there. \r\n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "2x + 8y = 22\r\n" ); document.write( "4x + y = 14\r\n" ); document.write( " \r\n" ); document.write( "[ 2 8 22]\r\n" ); document.write( "[ 4 1 14]\r\n" ); document.write( "\r\n" ); document.write( "After this however I am lost. \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "You have to end up with a matrix that\r\n" ); document.write( "looks like this:\r\n" ); document.write( "\r\n" ); document.write( "[ 1 0 #]\r\n" ); document.write( "[ 0 1 #]\r\n" ); document.write( "\r\n" ); document.write( "Then the solutions for x and y will appear\r\n" ); document.write( "where the #'s are.\r\n" ); document.write( "\r\n" ); document.write( "We get the 0's first, then we get the 1's:\r\n" ); document.write( "\r\n" ); document.write( "Your augmented matrix is:\r\n" ); document.write( "\r\n" ); document.write( "[ 2 8 22]\r\n" ); document.write( "[ 4 1 14]\r\n" ); document.write( "\r\n" ); document.write( "Get a 0 where the 4 is: \r\n" ); document.write( "\r\n" ); document.write( "Multiply the top row through by -2\r\n" ); document.write( "\r\n" ); document.write( "[-4 -16 -44]\r\n" ); document.write( "[ 4 1 14]\r\n" ); document.write( "\r\n" ); document.write( "Add the top row to the bottom row but\r\n" ); document.write( "leave the top row as it is:\r\n" ); document.write( "\r\n" ); document.write( "[-4 -16 -44]\r\n" ); document.write( "[ 0 -15 -30]\r\n" ); document.write( "\r\n" ); document.write( "Let's stop and simplify by dividing the\r\n" ); document.write( "top row through by -4, and the bottom row\r\n" ); document.write( "through by -15\r\n" ); document.write( "\r\n" ); document.write( "[ 1 4 11]\r\n" ); document.write( "[ 0 1 2]\r\n" ); document.write( "\r\n" ); document.write( "Get a 0 where the 4 is:\r\n" ); document.write( "\r\n" ); document.write( "Multiply the bottom row by -4:\r\n" ); document.write( "\r\n" ); document.write( "[ 1 4 11]\r\n" ); document.write( "[ 0 -4 -8]\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Add the bottom row to the top row but keep\r\n" ); document.write( "the bottom row as it is.\r\n" ); document.write( "\r\n" ); document.write( "[ 1 0 3]\r\n" ); document.write( "[ 0 -4 -8]\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Get a 1 where the -4 is by dividing the\r\n" ); document.write( "bottom row through by -4\r\n" ); document.write( "\r\n" ); document.write( "[ 1 0 3]\r\n" ); document.write( "[ 0 1 2]\r\n" ); document.write( "\r\n" ); document.write( "The two numbers in the right-most column\n" ); document.write( " |