Let $ad - bc \neq 0$.
The system is: $$ ax + by = 1 \\ cx + dy = 2$$
I couldn't get far with elimination. I heard you could do this with row reduction, but i'd like an algebraic answer to this. Using substitution, solving for y in the first equation i get $y = \frac{1 - ax}{b}$. Plugging this into the second yields: $cx + \frac{d(1 - ax)}{b} = 2$.
Now, when solving for x, i can get as far as $cx * b = 2b - d(1 - ax)$. But once i get to this point i'm quite stuck as to what to do next.
Is there a better way to solve this? Am i on the right track? A walk through would be really nice--i have similar to answer.