We are given the matrix equation:
\(AB = \begin{bmatrix} 4 & 3 \\ 5 & 4 \end{bmatrix}\)
and
\(A^{-1} = \begin{bmatrix} 3 & -2 \\ -1 & 1 \end{bmatrix}\)
To find \( B \), we can multiply both sides of the equation \( AB = \begin{bmatrix} 4 & 3 \\ 5 & 4 \end{bmatrix} \) by \( A^{-1} \) on the right. This gives:
\(AB \cdot A^{-1} = \begin{bmatrix} 4 & 3 \\ 5 & 4 \end{bmatrix} \cdot A^{-1}\)
Since \( A \cdot A^{-1} = I \) (the identity matrix), this simplifies to:
\(B = \begin{bmatrix} 4 & 3 \\ 5 & 4 \end{bmatrix} \cdot A^{-1}\)
Now perform the matrix multiplication:
\(B = \begin{bmatrix} 4 & 3 \\ 5 & 4 \end{bmatrix} \cdot \begin{bmatrix} 3 & -2 \\ -1 & 1 \end{bmatrix}\)
The result of the multiplication is:
\(B = \begin{bmatrix} (4 \cdot 3 + 3 \cdot -1) & (4 \cdot -2 + 3 \cdot 1) \\ (5 \cdot 3 + 4 \cdot -1) & (5 \cdot -2 + 4 \cdot 1) \end{bmatrix}\)
\(B = \begin{bmatrix} (12 - 3) & (-8 + 3) \\ (15 - 4) & (-10 + 4) \end{bmatrix}\)
\(B = \begin{bmatrix} 9 & -5 \\ 11 & -6 \end{bmatrix}\)
The correct value of \( B \) is:
\(\begin{bmatrix} 2 & 1 \\ 1 & 2 \end{bmatrix}\)
Three students, Neha, Rani, and Sam go to a market to purchase stationery items. Neha buys 4 pens, 3 notepads, and 2 erasers and pays ₹ 60. Rani buys 2 pens, 4 notepads, and 6 erasers for ₹ 90. Sam pays ₹ 70 for 6 pens, 2 notepads, and 3 erasers.
Based upon the above information, answer the following questions:
(i) Form the equations required to solve the problem of finding the price of each item, and express it in the matrix form \( A \mathbf{X} = B \).