Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store
seo-qna
SearchIcon
banner

If $U = \;\left[ {\begin{array}{*{20}{c}}
  2&{ - 3}&4
\end{array}} \right],X = \left[ {\begin{array}{*{20}{c}}
  0&2&3
\end{array}} \right],V = \left[ {\begin{array}{*{20}{c}}
  3 \\
  2 \\
  1
\end{array}} \right]$ and $Y = \left[ {\begin{array}{*{20}{c}}
  2 \\
  2 \\
  4
\end{array}} \right]$, then find $UV + XY$.
A. $20$
B. $\left[ { - 20} \right]$
C. $ - 20$
D. $\left[ {20} \right]$

Answer
VerifiedVerified
161.1k+ views
Hint: In this question, first we have to find the product of the matrices and then add it, as per the equation mentioned in the question. To solve these types of questions, we must know the basic operations on matrices, such as addition, subtraction, multiplication, and transpose.

Complete step by step Solution:
Given: $U = \;\left[ {\begin{array}{*{20}{c}}
  2&{ - 3}&4
\end{array}} \right],X = \left[ {\begin{array}{*{20}{c}}
  0&2&3
\end{array}} \right],V = \left[ {\begin{array}{*{20}{c}}
  3 \\
  2 \\
  1
\end{array}} \right]$ and $Y = \left[ {\begin{array}{*{20}{c}}
  2 \\
  2 \\
  4
\end{array}} \right]$

For multiplication of matrix $U$ and $V$:
Step 1: Multiply and add each element of the first row of matrix $U$ with the respective elements of the first column of matrix $V$, as shown below:
$U = \;\left[ {\begin{array}{*{20}{c}}
  2&{ - 3}&4
\end{array}} \right]$ $V = \left[ {\begin{array}{*{20}{c}}
  3 \\
  2 \\
  1
\end{array}} \right]$
Result for this will be, \[R1 = \left[ {(2 \times 3) + (( - 3) \times 2) + (4 \times 1)} \right]\]
Step 2: Matrix multiplication of matrix $U$ and $V$ will be,
$UV = \left[ {R1} \right]$
Now, replacing $R1$ with its value, we get:
$UV = \left[ {(2 \times 3) + (( - 3) \times 2) + (4 \times 1)} \right]$
After solving the above expressions, we get:
$UV = \left[ {6 + ( - 6) + 4} \right]$
$UV = \left[ 4 \right]$

For multiplication of matrix $X$ and $Y$:
Step 1: Multiply and add each element of the first row of matrix $X$ with the respective elements of the first column of matrix $Y$, as shown below:
$X = \left[ {\begin{array}{*{20}{c}}
  0&2&3
\end{array}} \right]$ $Y = \left[ {\begin{array}{*{20}{c}}
  2 \\
  2 \\
  4
\end{array}} \right]$
Result for this will be, \[R1 = \left[ {(0 \times 2) + (2 \times 2) + (3 \times 4)} \right]\]
Step 2: Matrix multiplication of matrix $X$ and $Y$ will be,
$XY = \left[ {R1} \right]$
Now, replacing $R1$ with its value, we get:
$XY = \left[ {(0 \times 2) + (2 \times 2) + (3 \times 4)} \right]$
After solving the above expressions, we get:
$XY = \left[ {0 + 4 + 12} \right]$
$XY = \left[ {16} \right]$
Now, we have to add $UV$ and $XY$:
$UV + XY \Rightarrow \left[ 4 \right] + \left[ {16} \right] = \left[ {20} \right]$ $(\because 4 + 16 = 20)$

Therefore, the correct option is (D).

Additional Information: In this type of question, where we have to multiply two given matrices, whose order is different, like a matrix A of order \[\left( {m \times n} \right)\], where ‘m’ is the number of rows of matrix A and ‘n’ is the number of columns of matrix A.
Another matrix B of order \[\left( {n \times p} \right)\], where ‘n’ is the number of rows of matrix B and ‘p’ is the number of columns of matrix B.
Then, the order of the resultant matrix should be\[\left( {m \times p} \right)\].

Note: In this type of question, where we have to multiply two given matrices, if the number of columns of the first matrix is equal to the number of rows of the second matrix, then multiplication is possible. Otherwise, multiplication is not possible.