Step 1: Represent as a matrix equation. \[ AX = B \] where \[ A = \begin{bmatrix} 2 & 3 & 3
1 & -2 & 1
3 & -1 & -2 \end{bmatrix}, \quad X = \begin{bmatrix} x
y
z \end{bmatrix}, \quad B = \begin{bmatrix} 5
-4
3 \end{bmatrix} \]
Step 2: Compute \( X = A^{-1} B \). After solving, \[ X = \begin{bmatrix} 1
-2
3 \end{bmatrix} \] Thus, \( x = 1 \), \( y = -2 \), \( z = 3 \).
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 \).