I was helping a high school student to study system of equations and he showed me this problem:
\begin{align}\frac{x-a}{b} + \frac{y-b}{a} &= x-a \\ \frac{x+y-b}{a}+\frac{y+b}{b} &= 3 . \end{align}
I suggested to him to solve for one of the variables (e.g.. $x$) and then substitute, but the problem becomes painfully hard, because of all the literals, and fractions. So, there is a intelligent way to solve this system of equations?
Rearrange the question into this: $$(x-a)\left(\frac1b-1\right)+(y-b)\frac1a=0\\ (x-a)\frac1a+(y-b)\left(\frac1a+\frac1b\right)=0$$ Then, provided the determinant of the $2\times2$ matrix is non-zero, there is exactly one solution.