document.write( "Question 111583: The problem is- Solve the system by using matrix elimination:
\n" ); document.write( "3a-2b=5
\n" ); document.write( "2a+7b=9\r
\n" ); document.write( "\n" ); document.write( "I know that its suppose to end up looking like this:
\n" ); document.write( "1 0 a
\n" ); document.write( "0 1 b
\n" ); document.write( "but I dont know how to solve this because of the 3a and the 2a.
\n" ); document.write( "

Algebra.Com's Answer #81374 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Write the coefficients and the right side constants in an augmented matrix:\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%282%2C3%2C3%2C-2%2C5%2C2%2C7%2C9%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply Row 1 by \"1%2F3\" to make the pivot 1:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%282%2C3%2C1%2C-2%2F3%2C5%2F3%2C2%2C7%2C9%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Add -2*Row 1 to Row 2 to get the new Row 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%282%2C3%2C1%2C-2%2F3%2C5%2F3%2C0%2C25%2F3%2C17%2F3%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply Row 2 by \"3%2F25\" to make the pivot 1:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%282%2C3%2C1%2C-2%2F3%2C5%2F3%2C0%2C1%2C17%2F25%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Add 2/3*Row 2 to Row 1 to get the new row 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28matrix%282%2C3%2C1%2C0%2C53%2F25%2C0%2C1%2C17%2F25%29%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The matrix is now in reduced row echelon form\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you need more help with row reduction, check out the Linear Algebra Toolkit
\n" ); document.write( "
\n" ); document.write( "
\n" );