By Cramer's rule, for a system \(AX = B\), the solution vector \(X\) is given by
\[
X = \begin{bmatrix} \frac{\Delta_1}{\Delta}
\frac{\Delta_2}{\Delta}
\frac{\Delta_3}{\Delta} \end{bmatrix},
\]
where \(\Delta = \det(A)\) and \(\Delta_i\) is the determinant of matrix \(A\) with the \(i^{th}\) column replaced by vector \(B\).
Given the determinants \(\Delta_1\) and \(\Delta_3\), and by evaluating the determinants (or given the relation in the problem), the solution vector is found to be
\[
X = \begin{bmatrix} 1 \\ -1 \\ 2 \end{bmatrix}.
\]