SOLUTION: how do i use cramer's rule for three equations on this problem 5x-6y=7+7z 6x-4y+10z=-34 2x+4y=29+3z

Algebra ->  Matrices-and-determiminant -> SOLUTION: how do i use cramer's rule for three equations on this problem 5x-6y=7+7z 6x-4y+10z=-34 2x+4y=29+3z      Log On


   



Question 252724: how do i use cramer's rule for three equations on this problem
5x-6y=7+7z
6x-4y+10z=-34
2x+4y=29+3z

Found 2 solutions by drk, jim_thompson5910:
Answer by drk(1908) About Me  (Show Source):
You can put this solution on YOUR website!
To use Cramers rule you need matricies.
step #1 rewrite all equation so that variables are on one side and in order.
5x - 6y - 7Z = 7
6x - 4y + 10z = -34
2x + 4y -3Z = 29.
--
step #2 - We need to find four determinants:
(1) the determinant of the left side, D.
D = -592
(2) the determinant of x, Dx, when you replace the x column with the answer column
Dx = -1184
(3) the determinant of y, Dy, when you replace the y column with the answer column
Dy = -2368
(4) the determinant of z, Dz, when you replace the z column with the answer column
Dz = 1776
--
step #3 use fractions to find the answer:
(1) Dx / D = x answer ; x = 2
(2) Dy / D = y answer ; y = 4
(3) Dz / D = z answer ; z = -3
I don't know an easier way to explain this. Hope this makes sense.

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
The first goal is to get all of the variable terms to the left side for each equation.

5x-6y=7%2B7z Start with the first equation.


5x-6y-7z=7 Subtract 7z from both sides.

---------------------

2x%2B4y=29%2B3z Move onto the third equation.


2x%2B4y-3z=29 Subtract 3z from both sides.


-----------------------


So we now have the system


system%285x-6y-7z=7%2C6x-4y%2B10z=-34%2C2x%2B4y-3z=29%29


Now let's use Cramer's Rule to solve this system

Solved by pluggable solver: Using Cramer's Rule to Solve Systems with 3 variables







First let A=%28matrix%283%2C3%2C5%2C-6%2C-7%2C6%2C-4%2C10%2C2%2C4%2C-3%29%29. This is the matrix formed by the coefficients of the given system of equations.


Take note that the right hand values of the system are 7, -34, and 29 and they are highlighted here:




These values are important as they will be used to replace the columns of the matrix A.




Now let's calculate the the determinant of the matrix A to get abs%28A%29=-592. To save space, I'm not showing the calculations for the determinant. However, if you need help with calculating the determinant of the matrix A, check out this solver.



Notation note: abs%28A%29 denotes the determinant of the matrix A.



---------------------------------------------------------



Now replace the first column of A (that corresponds to the variable 'x') with the values that form the right hand side of the system of equations. We will denote this new matrix A%5Bx%5D (since we're replacing the 'x' column so to speak).






Now compute the determinant of A%5Bx%5D to get abs%28A%5Bx%5D%29=-1184. Again, as a space saver, I didn't include the calculations of the determinant. Check out this solver to see how to find this determinant.



To find the first solution, simply divide the determinant of A%5Bx%5D by the determinant of A to get: x=%28abs%28A%5Bx%5D%29%29%2F%28abs%28A%29%29=%28-1184%29%2F%28-592%29=2



So the first solution is x=2




---------------------------------------------------------


We'll follow the same basic idea to find the other two solutions. Let's reset by letting A=%28matrix%283%2C3%2C5%2C-6%2C-7%2C6%2C-4%2C10%2C2%2C4%2C-3%29%29 again (this is the coefficient matrix).




Now replace the second column of A (that corresponds to the variable 'y') with the values that form the right hand side of the system of equations. We will denote this new matrix A%5By%5D (since we're replacing the 'y' column in a way).






Now compute the determinant of A%5By%5D to get abs%28A%5By%5D%29=-2368.



To find the second solution, divide the determinant of A%5By%5D by the determinant of A to get: y=%28abs%28A%5By%5D%29%29%2F%28abs%28A%29%29=%28-2368%29%2F%28-592%29=4



So the second solution is y=4




---------------------------------------------------------





Let's reset again by letting A=%28matrix%283%2C3%2C5%2C-6%2C-7%2C6%2C-4%2C10%2C2%2C4%2C-3%29%29 which is the coefficient matrix.



Replace the third column of A (that corresponds to the variable 'z') with the values that form the right hand side of the system of equations. We will denote this new matrix A%5Bz%5D






Now compute the determinant of A%5Bz%5D to get abs%28A%5Bz%5D%29=1776.



To find the third solution, divide the determinant of A%5Bz%5D by the determinant of A to get: z=%28abs%28A%5Bz%5D%29%29%2F%28abs%28A%29%29=%281776%29%2F%28-592%29=-3



So the third solution is z=-3




====================================================================================

Final Answer:




So the three solutions are x=2, y=4, and z=-3 giving the ordered triple (2, 4, -3)




Note: there is a lot of work that is hidden in finding the determinants. Take a look at this 3x3 Determinant Solver to see how to get each determinant.






If you need more help or practice with Cramer's Rule, check out this solver.