Letβs say we want to solve the following system of equations:
\begin{equation*}
\begin{cases}
3 \amp =x+y \\
5 \amp = 3x-y
\end{cases}
\end{equation*}
Remember that the symbol \(=\) means that whatever is on each side is exactly the same thing, even if it is written differently. As mentioned in the introduction, we can add the same thing to both sides, even if it looks different. So, letβs add 5 to both sides of the first equation, but we will write it as \(3x-y\) on the right hand side. The equation \(5=3x-y\) tells us thatβs okay, because it means that \(5\) and \(3x-y\) are the same thing:
\begin{align*}
3 + (5) \amp= x+y +(3x-y)\\
8 \amp= 4x + y - y\\
8 \amp= 4x
\end{align*}
Notice what happened: the \(y\)βs canceled. So now, we can divide both sides by 4 to get \(x=2\text{.}\) Just like with substitution, we need to plug back into either of our starting equations to get \(y\text{:}\)
\begin{align*}
3 \amp= x+y\\
3 \amp= 2+y\\
1 \amp= y
\end{align*}
Now we have our answer of \((2,1)\)