Triangularizing matrix gives the matrix that has only zeroes above or below the main diagonal. To find which option is correct we need to calculate all of them.
In all these options we calculate result and write it into row that is first mentioned:
A)R1-R3
![\left[\begin{array}{ccc}-1&0&0|0\\0&1&1|6\\2&0&1|1\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/88fyfwhtceb9ipqusb146ytmdkkjs4kggc.png)
B)2R2-R3
![\left[\begin{array}{ccc}1&0&1|1\\-2&2&1|4\\2&0&1|1\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/g0qo291e4ft4ar834me51yjsx7279piq8y.png)
C)-2R1+R3
![\left[\begin{array}{ccc}0&0&-1|-1\\0&1&1|6\\2&0&1|1\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/rn9uy3i5yp0ns3xjf6nee7qbp4ndpn9o09.png)
D)2R1+R3
![\left[\begin{array}{ccc}4&0&3|3\\0&1&1|6\\2&0&1|1\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/m9j3m8l54itwtdw0xp5kid0xlewh470sjs.png)
E)3R1+R3
![\left[\begin{array}{ccc}5&0&4|4\\0&1&1|6\\2&0&1|1\end{array}\right]](https://img.qammunity.org/2019/formulas/mathematics/high-school/avv5eegncc4nvjrh3h0b196yoxe0bp2stl.png)
None of the options will triangularize this matrix. The only way to
triangularize this matrix is
R3-2R1

This equation is similar to C) but in reverse order. Order in which rows are written is important.