document.write( "Question 182497: I have a 4 by 4 system of equation that I'm trying to solve using a matrix.
\n" ); document.write( "I'm very stuck on the row reduction. Please help.
\n" ); document.write( "Here are my equations:
\n" ); document.write( "a+b+2c+d=14
\n" ); document.write( "2a-b-c+d=8
\n" ); document.write( "a+2b+c-d=15
\n" ); document.write( "3a-2b+3c+2d=24\r
\n" ); document.write( "\n" ); document.write( "and this is the matrix I have so far (sorry, I'm not sure how to put the brackets):
\n" ); document.write( "[1 1 2 1] [14]
\n" ); document.write( "[2 -1 -1 1] [8]
\n" ); document.write( "[1 2 1 -1] [15]
\n" ); document.write( "[3 -2 3 2] [24]\r
\n" ); document.write( "\n" ); document.write( "Please help me. This is due today. I've been working on it all night.
\n" ); document.write( "

Algebra.Com's Answer #137041 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Check out this link to see the solution which was generated by the Linear Algebra Toolkit\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Notice how the right hand column of the last step has the values (from top to bottom): 7, 2, 3, -1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So this tells us that the solutions are\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"a=7\", \"b=2\", \"c=3\", and \"d=-1\"
\n" ); document.write( "
\n" );