document.write( "Question 824992: Perform in order (a), (b), and (c) on the augmented matrix.
\n" ); document.write( "(a) R2= -2r1 + r2
\n" ); document.write( "(b) R3= -2r1 + r3
\n" ); document.write( "(c) R3= 6r2 + r3
\n" ); document.write( "[1 -3 -5 | -2]
\n" ); document.write( "[2 -5 -4 | 5]
\n" ); document.write( "[2 5 4 | 6]
\n" ); document.write( "

Algebra.Com's Answer #496971 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Now just do what it says:
\n" ); document.write( "\"r%5B2%5D=+-2r%5B1%5D+%2B+r%5B2%5D\"
\n" ); document.write( "means: Replace row 2 with the sum of (-2 times row 1) and row 2.
\n" ); document.write( "\"r%5B3%5D=+-2r%5B1%5D+%2B+r%5B3%5D\"
\n" ); document.write( "means: Replace row 3 with the sum of (-2 times row 1) and row 3.
\n" ); document.write( "\"r%5B3%5D=+6r%5B2%5D+%2B+r%5B3%5D\"
\n" ); document.write( "means: Replace row 3 with the sum of (6 times row 2) and row 3.
\n" ); document.write( "
\n" ); document.write( "
\n" );