document.write( "Question 168726: Solve the system by using an augmented matrix.
\n" ); document.write( "\"system%285x%2By=1%2C%0D%0A3x-2y=24%29\"
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #124438 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
Solve the system by using an augmented matrix.
\n" ); document.write( "\"system%285x%2By=1%2C%0D%0A3x-2y=24%29\"
\n" ); document.write( "
\r\n" );
document.write( "\"%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C3%2C-2%2C%22%7C%22%2C24%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "We need to end up with a matrix that looks like this:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C4%2C1%2C0%2C%22%7C%22%2CA%2C0%2C1%2C%22%7C%22%2CB%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Plan: by using row operations,\r\n" );
document.write( "\r\n" );
document.write( "1. get a 0 on the left of the 2nd row.\r\n" );
document.write( "2. get a 0 in the middle in the 1st row.\r\n" );
document.write( "3. get a 1 on the left of the 1st row.\r\n" );
document.write( "4. get a 1 in the middle of the 2nd row.\r\n" );
document.write( "\r\n" );
document.write( "Also, any time a row can be easily divided through\r\n" );
document.write( "by a constant, we will stop and do that too:\r\n" );
document.write( "\r\n" );
document.write( "To get a 0 where the 3 is, we mentally multiply\r\n" );
document.write( "each member of the first row by -3 and mentally\r\n" );
document.write( "add it to 5 time the corresponding number and\r\n" );
document.write( "replace the number in the second row by what\r\n" );
document.write( "we get.  To make it easy to do this mentally,\r\n" );
document.write( "be sure to write -3 to the left of the 1st row\r\n" );
document.write( "and 5 to the left ofthe 2nd row, so we can\r\n" );
document.write( "easily do the work mentally:\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%282%2C1%2C-3%2C5%29\"\"%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C3%2C-2%2C%22%7C%22%2C24%29%29\" \r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C0%2C-13%2C%22%7C%22%2C117%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Notice that the second row can be divided through by -13,\r\n" );
document.write( "so we stop and do that:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C0%2C-13%2C%22%7C%22%2C117%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "To get a 0 where the 1 in the middle on the top\r\n" );
document.write( "row is, we mentally multiply each member of the \r\n" );
document.write( "2nd row by -1 and mentally add it to 1 times the \r\n" );
document.write( "corresponding number and replace the number in \r\n" );
document.write( "the first row by what we get.  To make it easy \r\n" );
document.write( "to do this mentally, be sure to write -1 to the \r\n" );
document.write( "left of the 2nd row and 1 to the left of the 1st\r\n" );
document.write( "row, so we can easily do the work mentally:\r\n" );
document.write( "\r\n" );
document.write( "\"matrix%282%2C1%2C1%2C-1%29\"\"%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C0%2C1%2C%22%7C%22%2C-9%29%29\"\r\n" );
document.write( " \r\n" );
document.write( "\"%28matrix%282%2C4%2C5%2C0%2C%22%7C%22%2C10%2C0%2C1%2C%22%7C%22%2C-9%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Now we just need to get a 1 where the 5 is. So\r\n" );
document.write( "we divide the 1st row through by 5:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C4%2C5%2C0%2C%22%7C%22%2C10%2C0%2C1%2C%22%7C%22%2C-9%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Now we interpret the matrix\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C4%2C1%2C0%2C%22%7C%22%2C2%2C0%2C1%2C%22%7C%22%2C-9%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "as the sytem of equations:\r\n" );
document.write( "\r\n" );
document.write( "\"system%281x%2B0y=2%2C0x%2B1y=-9%29\"\r\n" );
document.write( "\r\n" );
document.write( "or just\r\n" );
document.write( "\r\n" );
document.write( "\"system%28x=2%2Cy=-9%29\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );