4x -2y + 9z = -2

3x + 4y + z = 5

x - 3y + 2z = 8
in Other Math Topics by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

Best answer

Cramer's Rule

Consider a system of n linear equations for n unknowns, represented in matrix multiplication form as follows:

Ax = b

where the n by n matrix A  has a nonzero determinant, and the vector x = (x_1 ...  x_n) is the column vector of the variables.

Then the theorem states that in this case the system has a unique solution, whose individual values for the unknowns are given by:

x_i = {det(A_i)}{det(A)} , i = 1... n .

where A_i  is the matrix formed by replacing the ith column of A  by the column vector b .

 

The column vecxtor b is: [-2, 5, 8].

We have A = |4   -2    9|,   and det(A) = 4{4*2 - 1*(-3)} - (-2)*{3*2 - 1*1} + 9*{3*(-3) - 1*4}

                     |3     4    1|                      = 4*11 + 2*5 + 9*(-13)

                     |1    -3    2|                      = 44 + 10 - 117 = -63

i.e. det(A) = -63

And Ax = |-2   -2    9|,   and det(Ax) = -2{4*2 - 1*(-3)} - (-2)*{5*2 - 8*1} + 9*{5*(-3) - 8*4}

                |5     4    1|                       = -2*11 + 2*2 + 9*(-47)

                |8    -3    2|                       = -22 + 4 - 423 = -441

i.e. det(Ax) = -441

And Ay = |4   -2    9|,   and det(Ay) = 4{5*2 - 1*8} - (-2)*{3*2 - 1*1} + 9*{3*8 - 1*5}

                |3     5    1|                       = 4*2 + 2*5 + 9*(19)

                |1    8     2|                       = 8 + 10 + 171 = 189

i.e. det(Ay) = 189

And Az = |4   -2    -2|,   and det(Az) = 4{4*8 - 5*(-3)} - (-2)*{3*8 - 5*1} + (-2)*{3*(-3) - 1*4}

                |3     4    5|                        = 4*47 + 2*19 - 2*(-13)

                |1    -3    8|                        = 188 + 38 + 26 = 252

i.e. det(Az) = 252

Using Cramer's Rule,

x = det(Ax)/det(A) = -441/-63 = 7

y = det(Ay)/det(A) = 189/-63 = -3

z = det(Az)/det(A) = 252/-63 = -4

Answer: the solution is :- x = 7, y = -3, z = -4

 

by Level 11 User (81.5k points)
selected by

Related questions

1 answer
asked Feb 26, 2014 in Other Math Topics by Kanabesa Level 1 User (400 points) | 1.1k views
1 answer
asked Feb 26, 2014 in Other Math Topics by Kanabesa Level 1 User (400 points) | 819 views
1 answer
asked Jul 11, 2016 in Other Math Topics by anonymous | 756 views
1 answer
1 answer
asked Dec 2, 2011 in Algebra 2 Answers by anonymous | 989 views
1 answer
asked Feb 24, 2014 in Algebra 1 Answers by Kanabesa Level 1 User (400 points) | 1.4k views
1 answer
1 answer
1 answer
asked Sep 26, 2016 in Other Math Topics by bitrus | 666 views
1 answer
asked Mar 28, 2014 in Algebra 2 Answers by anonymous | 1.4k views
1 answer
asked Sep 27, 2012 in Algebra 2 Answers by anonymous | 936 views
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,285 answers
2,420 comments
737,377 users