document.write( "Question 628831: if you were solving the following system of equations using matrices, how would you set up your matrices to solve?
\n" ); document.write( "x+y=1
\n" ); document.write( "2x+5y=4
\n" ); document.write( "

Algebra.Com's Answer #395859 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"system%28x%2By=1%2C%0D%0A+2x%2B5y=4%29\"\r\n" );
document.write( "\r\n" );
document.write( "If you're doing it by the augmented matrix method (Gauss-Jordan method),\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C4%2C%0D%0A%0D%0A1%2C1%2C%22%7C%22%2C1%2C%0D%0A2%2C5%2C%22%7C%22%2C4%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "If you're doing it by the AX=B matrix method and multiplying\r\n" );
document.write( "by the inverse:\r\n" );
document.write( "\r\n" );
document.write( "\"%28matrix%282%2C2%2C1%2C1%2C2%2C5%29%29\"·\"%28matrix%282%2C1%2Cx%2Cy%29%29\" = \"%28matrix%282%2C1%2C1%2C4%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );