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)![]() ![]() 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]= \n" ); document.write( "and the inverse of A called [A]inv. \n" ); document.write( "[A]inv= \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]= |