Solve for x and y, when \left[\begin{array}{cc} 3 & -4 \\ 1 & 2 \end{array}\right]\left[\begin{array}{l} \mathrm{x} \\ \mathrm{y} \end{array}\right]=\left[\begin{array}{l} 3 \\ 11 \end{array}\right]
Solve for x and y, when \left[\begin{array}{cc} 3 & -4 \\ 1 & 2 \end{array}\right]\left[\begin{array}{l} \mathrm{x} \\ \mathrm{y} \end{array}\right]=\left[\begin{array}{l} 3 \\ 11 \end{array}\right]

Solution:

We have A=\left(\begin{array}{cc}3 & -4 \\ 1 & 2\end{array}\right), B=\left(\begin{array}{c}3 \\ 11\end{array}\right) and X=\left(\begin{array}{l}x \\ y\end{array}\right).
We need to find X.
Now if number of columns in left matrix is equals to the number of rows in right matrix, multiplication of two matrices is possible.

Next discuss the order of the matrices which are given the order of matrix \boldsymbol{A} is \mathbf{2} \times \mathbf{2}, order of the matrix \boldsymbol{B} is 2 \times 1 and order of the matrix C is 2 \times 1.
Therefore the multiplications we can proceed as
(i) The multiplication A X is possible.
A X=\left(\begin{array}{cc} 3 & -4 \\ 1 & 2 \end{array}\right)\left(\begin{array}{l} x \\ y \end{array}\right)=\left(\begin{array}{c} 3 x-4 y \\ x+2 y \end{array}\right)
(ii)We have \boldsymbol{A X}=\boldsymbol{B}.
\left(\begin{array}{c} 3 x-4 y \\ x+2 y \end{array}\right)=\left(\begin{array}{c} 3 \\ 11 \end{array}\right)
Thus we can write
3 x-4 y=3 ; x+2 y=11
On solving the equations we obtain
x=5, y=3