document.write( "Question 33642: Please help me solve this problem (2x2 matrix)
\n" ); document.write( "If A=[1 -2, 1 0] and AB=[1 0, -1 2]Find B.\r
\n" ); document.write( "\n" ); document.write( "I tried multiplying A*AB changing the signs of AB but the answer did not come out right.
\n" ); document.write( "Answer should be B=[-1 0, -1 1]
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #20044 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
let us use variables:
\n" ); document.write( "B[a b, c d]
\n" ); document.write( "A=[1 -2, 1 0]
\n" ); document.write( "AB=[1 0, -1 2]
\n" ); document.write( "A[1 -2, 1 0]*B[a b, c d]
\n" ); document.write( "AB[a+b -2a, c+d -2c]=[1 0, -1 2]
\n" ); document.write( "from this, we know that a=0 and c=-1
\n" ); document.write( "AB[0+b 0, -1+d 2]=[1 0, -1 2]
\n" ); document.write( "from this, we know that b=1 and d=0
\n" ); document.write( "So..... B[0 1, -1 0]\r
\n" ); document.write( "\n" ); document.write( "I solved by using:
\n" ); document.write( "A[a b, c d]
\n" ); document.write( "is
\n" ); document.write( "................................
\n" ); document.write( "I a , b I
\n" ); document.write( "I c , d I\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );