SOLUTION: Use the Cramer’s rule to solve the following system of linear equations; x - y + z = 8, 2x + 3y - z = -2, . 3x - 2y - 9z = 9

Algebra ->  Matrices-and-determiminant -> SOLUTION: Use the Cramer’s rule to solve the following system of linear equations; x - y + z = 8, 2x + 3y - z = -2, . 3x - 2y - 9z = 9       Log On


   



Question 1131432: Use the Cramer’s rule to solve the following system of linear equations;
x - y + z = 8,
2x + 3y - z = -2, .
3x - 2y - 9z = 9

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
Use the Cramer’s rule to solve the following system of linear equations;
x - y + z = 8,
2x + 3y - z = -2, .
3x - 2y - 9z = 9



Write in all the 1 and -1 coefficients:

system%281x-1y%2B1z=red%288%29%2C%0D%0A2x-3y-1z=red%28-2%29%2C%0D%0A3x-2y-9z=red%289%29%29

Cramer's rule:
 
There are 4 columns,
 
1. The column of x-coefficients matrix%283%2C1%2C1%2C2%2C3%29
 
2. The column of y-coefficients matrix%283%2C1%2C-1%2C3%2C-2%29
 
3. The column of z-coefficients matrix%283%2C1%2C1%2C-1%2C-9%29 
 
4. The column of constants:     red%28matrix%283%2C1%2C8%2C-2%2C9%29%29
 
There are four determinants:
 
1. The determinant D consists of just the three columns
of x, y, and z coefficients. in that order, but does not
contain the column of constants.
 
D=abs%28matrix%283%2C3%2C1%2C-1%2C1%2C2%2C3%2C-1%2C3%2C-2%2C-9%29%29. 
 
It has value D=-57.  I'm assuming you know how to find the
value of a 3x3 determinant, for that's a subject all by itself.
If you don't know how, let me know in the message form below and
I'll get back to you by email.  There is never any charge as I
am a retired math professor just doing this for fun! :) 
 
2. The determinant D%5Bx%5D is like the determinant D
except that the column of x-coefficients is replaced by the
column of constants.  D%5Bx%5D does not contain the column 
of x-coefficients.
 
.
 
It has value D%5Bx%5D=-228.
 
3. The determinant D%5By%5D is like the determinant D
except that the column of y-coefficients is replaced by the
column of constants.  D%5By%5D does not contain the column 
of y-coefficients.
 
.
 
It has value D%5By%5D=171.
 
4. The determinant D%5Bz%5D is like the determinant D
except that the column of z-coefficients is replaced by the
column of constants.  D%5Bz%5D does not contain the column 
of z-coefficients.
 
.
 
It has value D%5Bz%5D=-57.
 
Now the formulas for x, y and z are
 
x=D%5Bx%5D%2FD=%28-228%29%2F%28-57%29=4
y=D%5By%5D%2FD=171%2F%28-57%29=-3
x=D%5Bz%5D%2FD=%28-57%29%2F%28-57%29=1
 
Edwin