Letβs determine if
\((4,1)\) is a solution to the following system of equations:
\begin{equation*}
\begin{cases}y \amp = x-3 \\ x - 4y \amp= 6\end{cases}
\end{equation*}
Just as we did before, we will plug in
\(x=4\) and
\(y=1\text{.}\) However, this time, we need to plug it into both equations and check that it works for both. Letβs start with the first one:
\begin{align*}
y \amp = x-3 \\
(1) \amp = (4)-3\\
1 \amp = 1
\end{align*}
Now, letβs check the second one:
\begin{align*}
x-4y \amp = 6 \\
(4)-4(1) \amp = 6\\
0 \amp = 6
\end{align*}
Since the point only worked for the first equation, but not the second, it is
not a solution to this system of equations.