Answer
See below
Work Step by Step
Let $A$ be an $n × n$ matrix
Given: $Ax_i=b_i$
Multiply both sides by $A^{-1}$:
$A^{-1}Ax_i=A^{-1}b_i$
Since $A^{-1}A=I$
then $Ix_i=A^{-1}b_i\\\rightarrow x_i=A^{-1}b_i$
Using Gauss-Jordan method, we write: $[A|b]$ as augmented matrix.
Apply Gauss- Jordan elimination, we get: $[I|x_i]$
Hence, $I$ is a identity matrix and $x_i$ are its solutions.