Solve the matrix equation AX=B for X.
By calculating the inverse of matrix, X = [tex]\left[\begin{array}{ccc}0.5&2\\1.5&1\\\end{array}\right][/tex].
The inverse of matrix is another matrix, which on multiplying with the given matrix gives the multiplicative identity.
[tex]A = \left[\begin{array}{ccc}3&1\\4&2\end{array}\right] \\\\B = \left[\begin{array}{ccc}3&7\\5&10\end{array}\right] \\\\AX = B\\\\X = A^{-1}B\\ \\A^{-1} = adjA/|A| = \left[\begin{array}{ccc}1&-0.5\\-2&1.5\end{array}\right] \\\\X = \left[\begin{array}{ccc}0.5&2\\1.5&1\end{array}\right][/tex]
Learn more about inverse of matrix here
https://brainly.com/question/4017205
#SPJ3