Answer
$x= 5; y=8; z= -2$
Work Step by Step
A system of equations can be written in the form: $AX=B$
where $B= \begin{bmatrix} x \\ y \\ z \end{bmatrix}$
When there exists an inverse of a matrix, the following relationship is true:
$A A^{-1} = I$
Thus, $X=A^{-1} B = \begin{bmatrix} 4&-2& 3 \\ 2 & 2 &5 \\ 8 &-5& -2 \end{bmatrix} \begin{bmatrix} -2 \\ 16 \\ 4 \end{bmatrix} $
So, $X= \begin{bmatrix} x \\ y \\ z \end{bmatrix}= \begin{bmatrix} 5 \\ 8 \\ -2 \end{bmatrix}$
Therefore, $x= 5; y=8; z= -2$