<exercise checkit-seed="0009" checkit-slug="G1" checkit-title="Row operations and determinants">
<statement>
<p>Let <m>A</m> be a <m>4 \times 4</m> matrix with determinant <m> 6 </m>.</p>
<ol>
<li>Let <m>Q</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_2 \to R_2 + 4R_3 </m>.
What is <m>\operatorname{det}\ Q</m>?</li>
<li>Let <m>B</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_3 \to -4R_3 </m>.
What is <m>\operatorname{det}\ B</m>?</li>
<li>Let <m>P</m> be the matrix obtained from <m>A</m> by applying the row operation <m> R_4 \leftrightarrow R_2 </m>.
What is <m>\operatorname{det}\ P</m>?</li>
</ol>
</statement>
<answer>
<ol>
<li>
<m>\operatorname{det}\ Q= 6 </m>
</li>
<li>
<m>\operatorname{det}\ B= -24 </m>
</li>
<li>
<m>\operatorname{det}\ P= -6 </m>
</li>
</ol>
</answer>
</exercise>