The augmented matrix for this system is
\begin{equation*}
\left(\begin{array}{c c | c} 2 \amp 3 \amp 1 \\ 3 \amp -4 \amp 10 \end{array}\right)
\end{equation*}
We now want to row reduce this matrix to reduced row-echelon form. Following the steps as outlined:
\begin{align*}
\begin{pmatrix} 2 \amp 3 \amp 1 \\ 3 \amp -4 \amp 10 \end{pmatrix} \amp \sim \begin{pmatrix} 1 \amp \frac{3}{2} \amp \frac{1}{2} \\ 0 \amp -\frac{17}{2} \amp \frac{17}{2} \end{pmatrix} \begin{matrix} R_1'=R_1/2 \\ \hspace{8mm} R_2'=R_2-3R_1' \end{matrix}\\
\amp \sim \begin{pmatrix} 1 \amp 0 \amp 2 \\ 0 \amp 1 \amp -1 \end{pmatrix} \begin{matrix} \hspace{15mm} R_1'=R_1-3R_2'/2 \\ \hspace{10mm} R_2'=-2R_2/17 \end{matrix}
\end{align*}
We can now read off the solution as
\begin{equation*}
(x,y)=(2,-1)
\end{equation*}
Of course we can check that this solution is correct by substituting these values into the original equations.
In doing the row reduction here were had to use fractions. It is possible to apply the elementary row operations in a manner that avoids the fractions until the last steps. However you have to be very careful in doing this that you don’t lose some of the \(0\)’s that you have already created and hence start going around in circles!