If I want to show that $ax + by = e$ for some $x$ and $y$, can I just substitute and algebraically derive $0 = 0$?
$ax + by = e$
$cx + dy = f$
Let $x = \dfrac{de - bf}{ad - bc}$ where $ad - bc \not = 0$ and $y = \dfrac{af - ce}{ad - bc}$ where $ad - bc \not = 0$.
Show that, for these values of x and y, ax + by = e and cx + dy = f.
$\therefore a\left( \dfrac{de - bf}{ad - bc} \right) + b \left( \dfrac{af - ce}{ad - bc} \right) = e$
$\implies \dfrac{ade - abf}{ad - bc} + \dfrac{baf - bce}{ad-bc} = e$
$\implies \dfrac{ade - abf + baf - bce}{ad - bc} = e$
$\implies ade - bce = ead - bce$
$\implies 0 = 0$
Since $0 = 0$ is always true (infinite number of solutions), doesn't that mean that my calculations are correct?