document.write( "Question 162532: Find matrix X:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "4. [3 4] [-3 -2] * X = [10 -10] [-8 8]\r
\n" );
document.write( "\n" );
document.write( "I have no clue where to even begin with this, I apperciate any help you have to offer me, id love to see the steps and correct answer. Thank you so much! \n" );
document.write( "
Algebra.Com's Answer #119778 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! \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]= |