10. Solve using Cramer's rule

2x + 3y + z = 10

x - y + z = 4

4x - y - 5z = -8

Each unknown will be the quotient of the determinant obtained by substituting the answers in the right sides of the equations for the coefficients of the unknown divided by the determinant formed by taking the coefficients on the left sides of the equations.

and

To evaluate 3x3 determinants, we reduce the problem down to finding 2x2 determinants. Let us start with the determinant which is in all of the bottoms.

First make up a 3x3 checkerboard array of + and - signs.

Start in the upper left with a + and alternate signs going in both directions.

Next choose any row or any column. In our example, let us choose the third row. Since it doesn't make any difference which row or column we choose, the third row has more negative entries, and so will be more instructive as an example. Multiply each entry in the row or column by the 2x2 determinant you get by throwing out the row and column in which we find the entry.

If the entry comes from a positive position in the checkerboard array, add the product. If it comes from a negative position, subtract the product.

This gives us

4(3 - (-1)) + (2 - 1) - 5(-2 -3)

= 4(4) + (1) - 5(-5)

= 16 + 1 + 25

= 42

Let us check our result by expanding by the middle column.

= -3(-5 - 4) - (-10 - 4) + (2 - 1)

= -3(-9) - (-14) + (1)

= 27 + 14 + 1

= 42

You can show that no matter which row or column you use in the expansion, you will get the same answer. It is important to find the determinant in the bottom first, because if it is zero, this method will not work. There will be some kind of parallelism happening with the planes in the graph, and there will not be a unique solution. Now that we have the bottoms in the computation for all three unknowns, let us expand the top determinants in each case by the top row.

= 10(5 - (-1)) - 3(-20 - (-8)) + (-4 - 8)
42

= 10(6) - 3(-12) + (-12)
42

= 60 + 36 -12
42

= 84
42

= 2

= 2(-20 -(-8)) - 10(-5 - 4) + (-8 - 16)
42

= 2(-12) - 10(-9) + (-24)
42

= -24 + 90 - 24
42

= 42
42

= 1

= 2(8 -(-4)) - 3(-8 - 16) + 10(-1 - (-4))
42

= 2(12) - 3(-24) + 10(3)
42

= 24 + 72 + 30
42

= 126
42

= 3

and we get the same answer we got with the substitution method, the addition method, row operations, and the inverse method, and that answer will check.

top