document.write( "Question 532859: how do you find the answer to x, y, and z if you have to use matrix row reduction?
\n" );
document.write( "this is the problem:\r
\n" );
document.write( "\n" );
document.write( "x+2y+3z=3
\n" );
document.write( "2x+3y+4z=2
\n" );
document.write( "-3x-5y+2z=4\r
\n" );
document.write( "\n" );
document.write( "I know how to do it with a calculator but I'm not allowed to use one this time. Please show me step by step how to do it. I would appreciate it if it could be by before tonight. Thanks. \n" );
document.write( "
Algebra.Com's Answer #350937 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! multiply r1 by -2 and add to r2; multiply r1 by 3 and add to r3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 2y + 3z = 3 \n" ); document.write( "___-y - 2z = -4 \n" ); document.write( "___ y + 11z = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply r2 by 2 and add to r1; add r3 to r2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x ___ - z = -5 \n" ); document.write( "___ ___ + 9z = 9 \n" ); document.write( "___ y + 11z = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide r2 by 9 and add to r1; multiply r2 by -11/9 and add to r3; divide r2 by 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x ___ ___ = -4 \n" ); document.write( "___ ___ + z = 1 \n" ); document.write( "___ + y ___ = 2 \n" ); document.write( " |