We are given that: XA=B.To solve for X, we multiply both sides by the inverse of A on the right: X=BA−1.Step 1: Find the inverse of A. The formula for the inverse of a 2x2 matrix A=(ab<br>cd) is: A−1=ad−bc1(d−b<br>−ca).For A=(01−12), we have: DeterminantofA=(0)(2)−(1)(−1)=1.So, the inverse is: A−1=(2−1<br>10).Step 2: Now, calculate X=BA−1: B=(11<br>−1−1),A−1=(2−1<br>10).Multiply B and A−1: X=(11<br>−1−1)(2−1<br>10)=((1)(2)+(1)(1)(1)(−1)+(1)(0)<br>(−1)(2)+(−1)(1)(−1)(−1)+(−1)(0)).X=(3−1<br>−31).Thus, the value of X is (3−1<br>−31).Therefore, the correct answer is option (C).Quick Tip: When solving matrix equations of the form XA=B, you can isolate X by multiplying both sides by A−1 from the right. Be sure to compute the inverse correctly using the determinant and the adjoint matrix.