Cramer's Rule is pretty cool, but you need to be able to find the determinant of a 3x3 matrix. D is the determinant of the matrix of coefficients. Dx, Dy, and Dz are the determinants of the matrices with the ith column (i = x, y, or z) substituted by the solution vector column. Once you have these, then
x = Dx/D, y = Dy/D, and z = Dz/D
determinant of the coefficient matrix is |4 -3 1|
|6 9 -2| = 4*9*4 +(-3*-2*3) + 1*6*-2 -3*9*1-(-2*-2*4)-4*-3*6 =
| 3 -2 4| 179
determinant, Dy is |4 29 1|
|6 6 -2| = 4*6*4+29*-2*3+1*6*31-1*6*3-4*-2*31-4*29*6=
|3 31 4| -358
Therefore y = (-358/179) = -2
By the way the solution vector (x y z) = (5 -2 3)
I'll leave the rest to you.
Rudy O.
Thank you Mr. Jacques03/26/20