document.write( "Question 1160480: Perform the sequence of row operations on the matrix.
\n" );
document.write( "(a)SwapR1 andR3.
\n" );
document.write( "(b) Replace R2 by R2 plus -5 times R1.
\n" );
document.write( "(C) Replace R3 by R3 plus -3 times R1.
\n" );
document.write( "The matrix is
\n" );
document.write( "3 -10 -2
\n" );
document.write( "5 1 5
\n" );
document.write( "1 6 -1\r
\n" );
document.write( "\n" );
document.write( "The possible answers are
\n" );
document.write( "(A)
\n" );
document.write( "1 6 -1
\n" );
document.write( "0 -29 10
\n" );
document.write( "0 -28 1\r
\n" );
document.write( "\n" );
document.write( "(B)
\n" );
document.write( "1 5 -3
\n" );
document.write( "0 -17 8
\n" );
document.write( "0 -40 3\r
\n" );
document.write( "\n" );
document.write( "(C)
\n" );
document.write( "7 6 -7
\n" );
document.write( "-3 -28 1
\n" );
document.write( "-8 -29 10\r
\n" );
document.write( "\n" );
document.write( "(D)
\n" );
document.write( "7 6 -7
\n" );
document.write( "-3 -40 3
\n" );
document.write( "-8 -17 8 \n" );
document.write( "
Algebra.Com's Answer #783747 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "What is it about this that you need help with? \n" ); document.write( "Simply do what it tells you to do and see what you end up with. \n" ); document.write( "In case you don't understand what it is they are asking you to do, I will get you started. \n" ); document.write( "The original matrix is \n" ); document.write( "(a)Swap R1 and R3 \n" ); document.write( "This says switch rows 1 and 3. That will give you \n" ); document.write( "(b) Replace R2 by R2 plus -5 times R1 \n" ); document.write( "This says replace row 2 with row 2 plus (-5) times row 1. \r\n" ); document.write( " row 2: 5 1 5\r\n" ); document.write( " -5 times row 1: -5 -30 5\r\n" ); document.write( " -------------------\r\n" ); document.write( " new row 2: 0 -29 10 \n" ); document.write( "The matrix is now \n" ); document.write( "(c) Replace R3 by R3 plus -3 times R1 \n" ); document.write( "Similar to step (b), replace row 3 with row 3 plus (-3) times row 1. \n" ); document.write( "I'll let you do that step, in the same way as shown above for step (b). \n" ); document.write( "Step (c) does not change row 1 of the matrix, and only answer choice A has the correct first row, so that has to be the right answer. \n" ); document.write( "You can complete the details of step (c) to verify that answer A is correct. \n" ); document.write( " \n" ); document.write( " |