$\begin{vmatrix}aㅤa^2ㅤa^3-1 \\bㅤb^2ㅤb^3-1 \\ cㅤc^2ㅤc^3-1 \end{vmatrix}=0$
$\begin{vmatrix}aㅤa^2ㅤa^3 \\bㅤb^2ㅤb^3 \\ cㅤc^2ㅤc^3 \end{vmatrix}+\begin{vmatrix}aㅤa^2 ㅤ-1 \\bㅤb^2ㅤ-1 \\ cㅤc^2ㅤ-1 \end{vmatrix}=0$
Taking -1 common from the second matrix of the third row.
$\begin{vmatrix}aㅤa^2ㅤa^3 \\bㅤb^2ㅤb^3 \\ cㅤc^2ㅤc^3 \end{vmatrix}-\begin{vmatrix}aㅤa^2ㅤ1 \\bㅤb^2ㅤ1 \\ cㅤc^2ㅤ1 \end{vmatrix}=0$
Taking a,b,c common from row 1, row 2 and row 3 respectively from the first matrix.
$abc\begin{vmatrix}1ㅤaㅤa^2 \\ 1ㅤbㅤb^2 \\ 1ㅤcㅤc^2 \end{vmatrix}-\begin{vmatrix}aㅤa^2ㅤ1 \\bㅤb^2ㅤ1 \\ cㅤc^2ㅤ1 \end{vmatrix}=0$
Now, we will switch column 3 of the second matrix to column 1. Since with each switch the sign changes, and for this we have to switch the columns twice, thus the sign will remain the same as before.
$abc\begin{vmatrix}1ㅤaㅤa^2 \\ 1ㅤbㅤb^2 \\ 1ㅤcㅤc^2 \end{vmatrix}-\begin{vmatrix}1ㅤaㅤa^2 \\ 1ㅤbㅤb^2 \\ 1ㅤcㅤc^2 \end{vmatrix}=0$
$(abc-1)\begin{vmatrix}1ㅤaㅤa^2 \\ 1ㅤbㅤb^2 \\ 1ㅤcㅤc^2 \end{vmatrix}=0$
Performing row operations on matrix, R2 - R2-R1, and R3 - R3-R1.
$(abc-1)\begin{vmatrix}1ㅤaㅤa^2 \\ 0ㅤb-aㅤb^2-a^2 \\ 0ㅤc-aㅤc^2-a^2 \end{vmatrix}=0$
$\left(abc-1\right)\left[\left(b-a\right)\left(c^2-a^2\right)-\left(c-a\right)\left(b^2-a^2\right)\right]$
$\left(abc-1\right)\left(b-a\right)\left(c-a\right)\left(c+a-b-a\right)$
$\left(abc-1\right)\left(b-a\right)\left(c-a\right)\left(c-b\right)$
Since a,b,c are distinct values, thus (b-a), (c-a), and (c-b) can never be 0, therefore, only (abc-1) can be = 0.
= $abc-1=0$
= $abc=1$