I am just trying to solve through some problems in my book. The problem was
Let $a,b,c,d$ and $e$ be constants in the system of equations
$ax+by = d$
$ax+cy = e$
suppose $b$ and $c$ are not equal and $a$ is not $0$. Must the system of equations have exactly one solution $(x,y)$?
My attempt:
I added equation $1$ and equation $2$ so to find
$y$ = $\frac{d-e}{b-c}$
I plugged this in equation $1$ to find the value of $x$. I noticed the solution for $x$ depended on the constant $a$, which means that there are infinite solutions for $x$.
Is my logic correct? I am not sure if I am approaching this problem the corret way