Choose the value of $a$ from $\{-4, 88\}$ so that the system of equations has exactly one solution:
$$2x +20y+3z=1$$ $$2x +2y+41z=2$$ $$ax -22y-44z=-3$$
I tried solving the system for $a=-4$ and after few steps found out that it was inconsistent. I would like to ask whether there is a faster way to determine the solution (so that I don't have to plug the numbers in). Thanks.
You could look at the determinant of the matrix $$\begin{pmatrix}2&20&3\\2&2&41\\a&-22&-44\end{pmatrix}$$ which is $$2\left|\begin{array}{cc}2&41\\-22&-44\end{array}\right|-20\left|\begin{array}{cc}2&41\\a&-44\end{array}\right|+3\left|\begin{array}{cc}2&2\\a&-22\end{array}\right|$$ $$=2(-88+902)-20(-88-41a)+3(-44-2a)$$ $$=1628+1760+820a-132-6a$$ $$=814a+3256$$ Now just choose one of your values for $a$ which makes this equation non zero.