document.write( "Question 162528: Find matrix X:\r
\n" ); document.write( "\n" ); document.write( "3. [6 5] [4 -2] * X = [18 49] [-20 6]\r
\n" ); document.write( "\n" ); document.write( "I'm so confused with this problem. I would love to see the correct steps,and correct answer. I could really use some help with this, Thank you so much for your time!
\n" ); document.write( "

Algebra.Com's Answer #119775 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Do you mean like this??
\n" ); document.write( "
\n" ); document.write( "First find the inverse of your first matrix, which we'll call [A].
\n" ); document.write( "[A]=\"%28matrix%282%2C2%2C6%2C5%2C4%2C-2%29%29\"
\n" ); document.write( "and the inverse of A called [A]inv.
\n" ); document.write( "[A]inv=\"-%281%2F32%29%2A%28matrix%282%2C2%2C-2%2C-5%2C-4%2C6%29%29\"
\n" ); document.write( "and then matrix multiply both sides to solve for [X].
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "The problem would then look like this,
\n" ); document.write( "[A][X]=[B]
\n" ); document.write( "[A]inv[A][X]=[A]inv[B]
\n" ); document.write( "[I][X]=[A]inv[B]
\n" ); document.write( "[X]=[A]inv[B]
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "So we do the matrix multiplication,
\n" ); document.write( "[X]=
\n" ); document.write( "[X]=\"%28matrix%282%2C2%2C-2%2C4%2C6%2C5%29%29\"
\n" ); document.write( "
\n" );