Answer:
The Rouché-Capelli Theorem. This theorem establishes a connection between how a linear system behaves and the ranks of its coefficient matrix (A) and its counterpart the augmented matrix.
![rank(A)=rank\left ( \left [ A|B \right ] \right )\:and\:n=rank(A)](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/l5twnae8p7v8ge75h7rkaemhh45ztfs3nl.png)
Then satisfying this theorem the system is consistent and has one single solution.
Step-by-step explanation:
1) To answer that, you should have to know The Rouché-Capelli Theorem. This theorem establishes a connection between how a linear system behaves and the ranks of its coefficient matrix (A) and its counterpart the augmented matrix.
![rank(A)=rank\left ( \left [ A|B \right ] \right )\:and\:n=rank(A)](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/l5twnae8p7v8ge75h7rkaemhh45ztfs3nl.png)
![rank(A) <n](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/3in2vihwgv050k4ax6yyk46et8ij65q50q.png)
Then the system is consistent and has a unique solution.
E.g.
![\left\{\begin{matrix}x-3y-2z=6 \\ 2x-4y-3z=8 \\ -3x+6y+8z=-5 \end{matrix}\right.](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/798hxtxh2ye6w45yw952vzi7vv829fg5pr.png)
2) Writing it as Linear system
![B=\begin{pmatrix}6\\ 8\\ 5\end{pmatrix}](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/jr2epmt2suvfmezfjgpcxj409ggd5ab58u.png)
![rank(A) =\left(\begin{matrix}7 & 0 & 0 \\0 & 7 & 0 \\0 & 0 & 7\end{matrix}\right)=3](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/okhvw00aib4i1igx4utkdp4pqeia86fvdc.png)
3) The Rank (A) is 3 found through Gauss elimination
![(A|B)=\begin{pmatrix}1 & -3 &-2 &6 \\ 2& -4 &-3 &8 \\ -3&6 &8 &-5 \end{pmatrix}](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/6q2tspuu7zragslqnlflyhzwqpow1i4i4z.png)
![rank(A|B)=\left(\begin{matrix}1 & -3 & -2 \\0 & 2 & 1 \\0 & 0 & (7)/(2)\end{matrix}\right)=3](https://img.qammunity.org/2021/formulas/computers-and-technology/high-school/gwu069f8n3k3n2z4vr0yo18da2ol8uf9mf.png)
4) The rank of (A|B) is also equal to 3, found through Gauss elimination:
So this linear system is consistent and has a unique solution.