Assume that $A$ is invertible, and prove that the unique solution to the solution $Ax = b$ is given by
$$x_j = \frac{\det(B[j])}{\det(A)} $$
where A the matrix whose columns are denoted by the column vectors $c_1,...,c_n$ and where $B[j]$ is obtained by replacing the jth column of A by the vector $b$, viewed as the column vector.
I am really not sure how to prove this statement.