Answer:
x = 2 , y = 0 , z = 3
Explanation:
Cramer's rule is a rule through which we can find the solution of linear equation. 
we have the three linear equations as 
x+2y+3z=11
2x+y+2z=10
3x+2y+z=9
AX=B 
A: coefficient matrix
X= unknown vectors(x,y,z)
D = values of the linear equation (11 , 10 , 9)
now we find the determinant of the given linear equation 
determinant of the matrix will be
 A = 
![\left[\begin{array}{ccc}1&2&3\\2&1&2\\3&2&1\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/high-school/tjsq3lwf0fz8xhvfuz1mkzm45b6dqxu7dp.png) = 1(1-4) - 2(2-6) + 3(4 - 3)
 = 1(1-4) - 2(2-6) + 3(4 - 3)
 = 1(-3) - 2(-4) + 3(1)
 = -3+8+3 = 8
also D
 
 
so the determinant is Non zero we can apply Cramer's rule
we will be replacing the first column of the coefficient matrix A with the values of D
by replacing the first column we will get the value of the variable 'x'
Dx = 
![\left[\begin{array}{ccc}11&2&3\\10&1&2\\9&2&1\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/high-school/7mzyvvbdam8ajgqnn7cvggy6p07vco0hnn.png) = 11(1-4) -2(10-18) + 3(20-9) = -33+16+33 = 16
 = 11(1-4) -2(10-18) + 3(20-9) = -33+16+33 = 16
x = 
 =
 = 
 = 2
 = 2
similarly
Dy = 
![\left[\begin{array}{ccc}1&11&3\\2&10&2\\3&9&1\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/high-school/uiige5yrm353nv53tktiibcumvjiiyahd6.png) = 1(10-18) -11(2-6) + 3(18 -30) = -8 +44 -36 = 0
 = 1(10-18) -11(2-6) + 3(18 -30) = -8 +44 -36 = 0
y = 
 = 0
 = 0
Dz= 
![\left[\begin{array}{ccc}1&2&11\\2&1&10\\3&2&9\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/high-school/gdb0bz41340ii67k1yl63io3dcs8zcxfo6.png) = 1(9 - 20) -2(18 - 30) + 11(4 -3) = -11 +24 +11 = 24
 = 1(9 - 20) -2(18 - 30) + 11(4 -3) = -11 +24 +11 = 24
z = 
 =
 = 
 
 
so we have the solution as 
x = 2 , y = 0 , z = 3
Therefore the solution for the given linear equations is (2,0,3).