Exploration 2.1.1.
The purpose of this problem is to formalize what you may already know (perhaps under a different name) about elementary row operations as means of solving systems of linear equations. Consider the system
\begin{equation*}
\begin{matrix}
2x\amp -\amp y\amp =\amp -4\\
3x \amp +\amp 2y\amp = \amp 1
\end{matrix}
\end{equation*}
We will begin by adding twice the first row to the second row, and replacing the second row with the sum.
\begin{equation*}
R_2+2R_1\rightarrow R_2
\end{equation*}
\begin{equation*}
\begin{matrix}
2x\amp -\amp y\amp =\amp -4\\
7x \amp +\amp 0y\amp = \amp -7
\end{matrix}
\end{equation*}
Note that this step eliminates \(y\) from the second equation. Next we divide both sides of the second equation by \(7\text{.}\)
\begin{equation*}
\frac{1}{7}R_2\rightarrow R_2
\end{equation*}
\begin{equation*}
\begin{matrix}
2x\amp - \amp y\amp =\amp -4\\
x \amp \amp \amp = \amp -1
\end{matrix}
\end{equation*}
We now know what \(x\) is. Our next goal is to eliminate \(x\) from the first equation. To this end, we subtract twice the second row from the first row and replace the first row with the difference.
\begin{equation*}
R_1-2R_2\rightarrow R_1
\end{equation*}
\begin{equation*}
\begin{matrix}
0x\amp -\amp y\amp =\amp -2\\
x \amp \amp \amp = \amp -1 \\
\end{matrix}
\end{equation*}
Next we multiply both sides of the first equation by \(-1\text{.}\)
\begin{equation*}
-R_1\rightarrow R_1
\end{equation*}
\begin{equation*}
\begin{matrix}
\amp \amp y\amp =\amp 2\\
x \amp \amp \amp = \amp -1
\end{matrix}
\end{equation*}
Finally, we can switch the order of equations in order to display \(x\) in the top row.
\begin{equation*}
R_1\leftrightarrow R_2
\end{equation*}
\begin{equation*}
\begin{matrix}
x \amp \amp \amp = \amp -1\\
\amp \amp y\amp =\amp 2
\end{matrix}
\end{equation*}
This solution can be written as an ordered pair \((-1, 2)\text{.}\)