SOLUTION: Solve the system by using an augmented matrix. {{{system(5x+y=1, 3x-2y=24)}}}

Algebra ->  Matrices-and-determiminant -> SOLUTION: Solve the system by using an augmented matrix. {{{system(5x+y=1, 3x-2y=24)}}}       Log On


   



Question 168726: Solve the system by using an augmented matrix.
system%285x%2By=1%2C%0D%0A3x-2y=24%29

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
Solve the system by using an augmented matrix.
system%285x%2By=1%2C%0D%0A3x-2y=24%29

%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C3%2C-2%2C%22%7C%22%2C24%29%29

We need to end up with a matrix that looks like this:

%28matrix%282%2C4%2C1%2C0%2C%22%7C%22%2CA%2C0%2C1%2C%22%7C%22%2CB%29%29

Plan: by using row operations,

1. get a 0 on the left of the 2nd row.
2. get a 0 in the middle in the 1st row.
3. get a 1 on the left of the 1st row.
4. get a 1 in the middle of the 2nd row.

Also, any time a row can be easily divided through
by a constant, we will stop and do that too:

To get a 0 where the 3 is, we mentally multiply
each member of the first row by -3 and mentally
add it to 5 time the corresponding number and
replace the number in the second row by what
we get.  To make it easy to do this mentally,
be sure to write -3 to the left of the 1st row
and 5 to the left ofthe 2nd row, so we can
easily do the work mentally:

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 

%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C0%2C-13%2C%22%7C%22%2C117%29%29

Notice that the second row can be divided through by -13,
so we stop and do that:

%28matrix%282%2C4%2C5%2C1%2C%22%7C%22%2C1%2C0%2C-13%2C%22%7C%22%2C117%29%29

To get a 0 where the 1 in the middle on the top
row is, we mentally multiply each member of the 
2nd row by -1 and mentally add it to 1 times the 
corresponding number and replace the number in 
the first row by what we get.  To make it easy 
to do this mentally, be sure to write -1 to the 
left of the 2nd row and 1 to the left of the 1st
row, so we can easily do the work mentally:

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
 
%28matrix%282%2C4%2C5%2C0%2C%22%7C%22%2C10%2C0%2C1%2C%22%7C%22%2C-9%29%29

Now we just need to get a 1 where the 5 is. So
we divide the 1st row through by 5:

%28matrix%282%2C4%2C5%2C0%2C%22%7C%22%2C10%2C0%2C1%2C%22%7C%22%2C-9%29%29

Now we interpret the matrix

%28matrix%282%2C4%2C1%2C0%2C%22%7C%22%2C2%2C0%2C1%2C%22%7C%22%2C-9%29%29

as the sytem of equations:

system%281x%2B0y=2%2C0x%2B1y=-9%29

or just

system%28x=2%2Cy=-9%29

Edwin