In solving a system of linear equations \(AX = B\) by Cramer's rule, in the usual notation, if
\[
\Delta_1 = \begin{vmatrix}
-11 & 1 & -7\\
-4 & 1 & -2 \\
5 & 1 & 1
\end{vmatrix}
\quad \text{and} \quad
\Delta_3 = \begin{vmatrix}
4 & 1 & -11 \\
3 & 1 & -4 \\
4 & 1 & 5
\end{vmatrix},
\quad \text{then } X = ?
\]