document.write( "Question 73203: What is the product of this matrix equation using inverse matrices?\r
\n" );
document.write( "\n" );
document.write( "[3 -4 x [a = [6
\n" );
document.write( " 2 1] x b] = 7]\r
\n" );
document.write( "\n" );
document.write( "(That is supposed to be a 2x2, a 1x1, and another 1x1. I put the equal and multiplication signs on both top and bottom to make the matrices look a little more aligned.)\r
\n" );
document.write( "\n" );
document.write( "Thank you!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52440 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the product of this matrix equation using inverse matrices?\r \n" ); document.write( "\n" ); document.write( "[3 -4] x [a] = [6] \n" ); document.write( "[2 1] x [b] = [7]\r \n" ); document.write( "\n" ); document.write( "---------------- \n" ); document.write( "The inverse of the 2x2 is \n" ); document.write( " [3 -4] \n" ); document.write( " [2 1] \n" ); document.write( "------------------ \n" ); document.write( "Multiply that 2x2 times \n" ); document.write( "[6] \n" ); document.write( "[7] \n" ); document.write( "to get a=-10; b=19 \n" ); document.write( "-------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H> \n" ); document.write( " |