40.0k views
1 vote
Help me figure out if this is the correct answer or not please

Help me figure out if this is the correct answer or not please-example-1
User Ekaerovets
by
5.8k points

1 Answer

1 vote
It is extremely easy. Your answer is absolutely correct.

We have to reduce the rows into the row echelon form according to the Gauss-Jordan Reduction or elimination method to obtain the zeroes in the following first two columns and obtaining the solution with the assistance of an augmented matrix. Here is my process to get the D) Option or the fourth option. Using the interpreter LaTeX:


\begin{vmatrix}3 & -4 & 2 \\ \\ 0 & -1 & 7 \\ \\ (3)/(2) & -2 & 1 \end{vmatrix}

Perform sets of operations to augment the matrix equation of the given sets by row operations with scalar products.


\mathbf{R_3 \longleftarrow R_3 - (1)/(2) * R_1}


\begin{vmatrix}3 & -4 & 2 \\ 0 & -1 & 7 \\ 0 & 0 & 0 \end{vmatrix}


\mathbf{R_2 \longleftarrow - 1 * R_2}


\begin{vmatrix}3 & -4 & 2 \\ 0 & 1 & -7 \\ 0 & 0 & 0 \end{vmatrix}


\mathbf{R_1 \longleftarrow R_1 + 4 * R_2}


\begin{vmatrix}3 & 0 & -26 \\ 0 & 1 & -7 \\ 1 & 0 & 0 \end{vmatrix}


\mathbf{R_1 \longleftarrow (1)/(3) * R_1}


\boxed{\underline{\begin{vmatrix}1 & 0 & -(26)/(3) \\ \\ 0 & 1 & -7 \\ \\ 0 & 0 & 0 \end{vmatrix}}}

Hope it helps.
User Tmarthal
by
6.4k points