
If $A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ and $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$, then find ${\left( {AB} \right)^T}$.
A. $\left[ {\begin{array}{*{20}{c}}
{ - 3}&{ - 2} \\
{10}&7
\end{array}} \right]$
B. $\left[ {\begin{array}{*{20}{c}}
{ - 3}&{10} \\
{ - 2}&7
\end{array}} \right]$
C. $\left[ {\begin{array}{*{20}{c}}
{ - 3}&{10} \\
7&{ - 2}
\end{array}} \right]$
D. $\left[ {\begin{array}{*{20}{c}}
3&{10} \\
2&7
\end{array}} \right]$
Answer
161.1k+ views
Hint: In this question we have to find the product of the two given matrices, A and B. Then, we have to find the transpose of the resultant matrix. 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: $\;A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ and $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
For multiplication of matrix:
Step 1: Multiply and add each element of the first row of matrix $A$with the respective elements of the first column of matrix $B$, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R1 = \;\left[ {(1 \times 2) + (( - 2) \times 3) + (1 \times 1)} \right]$
Step 2: Multiply and add each element of the first row of matrix A with the respective elements of the second column of matrix B, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R2 = \left[ {(1 \times 1) + (( - 2) \times 2) + (1 \times 1)} \right]$
Step 3: Multiply and add each element of the second row of matrix A with the respective elements of the first column of matrix B, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R3 = \left[ {(2 \times 2) + (1 \times 3) + (3 \times 1)} \right]$
Step 4: Multiply and add each element of the second row of matrix A with the respective elements of the second column of matrix B, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R4 = \left[ {(2 \times 1) + (1 \times 2) + (3 \times 1)} \right]$
Step 5: Matrix multiplication of matrices A and B will be,
$AB = \left[ {\begin{array}{*{20}{c}}
{R1}&{R2} \\
{R3}&{R4}
\end{array}} \right]$
Now, substituting the values of $R1,R2,R3$ and \[R4,\] we get:
$AB = \left[ {\begin{array}{*{20}{c}}
{(1 \times 2) + (( - 2) \times 3) + (1 \times 1)}&{(1 \times 1) + (( - 2) \times 2) + (1 \times 1)} \\
{(2 \times 2) + (1 \times 3) + (3 \times 1)}&{(2 \times 1) + (1 \times 2) + (3 \times 1)}
\end{array}} \right]$
After solving the above expressions, we get:
$AB = \left[ {\begin{array}{*{20}{c}}
{2 + \left( { - 6} \right) + \;1}&{\;\;\;\;\;\;1 + \left( { - 4} \right) + 1} \\
{4 + 3 + 3}&{2 + 2 + 3}
\end{array}} \right]$
$AB = \left[ {\begin{array}{*{20}{c}}
{ - 3}&{ - 2} \\
{10}&7
\end{array}} \right]$
Now, for transposing the matrix:
Step 1: Interchange the rows with columns, as shown below:
${\left( {AB} \right)^T} = \left[ {\begin{array}{*{20}{c}}
{R1}&{R3} \\
{R2}&{R4}
\end{array}} \right]$
Step 2: Final transpose matrix, ${\text{=}}{\left( {AB} \right)^T} = \left[ {\begin{array}{*{20}{c}}
{ - 3}&{10} \\
{ - 2}&7
\end{array}} \right]$
Therefore, the correct option is (B).
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.
Complete step by step Solution:
Given: $\;A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ and $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
For multiplication of matrix:
Step 1: Multiply and add each element of the first row of matrix $A$with the respective elements of the first column of matrix $B$, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R1 = \;\left[ {(1 \times 2) + (( - 2) \times 3) + (1 \times 1)} \right]$
Step 2: Multiply and add each element of the first row of matrix A with the respective elements of the second column of matrix B, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R2 = \left[ {(1 \times 1) + (( - 2) \times 2) + (1 \times 1)} \right]$
Step 3: Multiply and add each element of the second row of matrix A with the respective elements of the first column of matrix B, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R3 = \left[ {(2 \times 2) + (1 \times 3) + (3 \times 1)} \right]$
Step 4: Multiply and add each element of the second row of matrix A with the respective elements of the second column of matrix B, as shown below:
$A = \;\left[ {\begin{array}{*{20}{c}}
1&{ - 2}&1 \\
2&1&3
\end{array}} \right]$ $B = \;\left[ {\begin{array}{*{20}{c}}
2&1 \\
3&2 \\
1&1
\end{array}} \right]$
Result for this will be, $R4 = \left[ {(2 \times 1) + (1 \times 2) + (3 \times 1)} \right]$
Step 5: Matrix multiplication of matrices A and B will be,
$AB = \left[ {\begin{array}{*{20}{c}}
{R1}&{R2} \\
{R3}&{R4}
\end{array}} \right]$
Now, substituting the values of $R1,R2,R3$ and \[R4,\] we get:
$AB = \left[ {\begin{array}{*{20}{c}}
{(1 \times 2) + (( - 2) \times 3) + (1 \times 1)}&{(1 \times 1) + (( - 2) \times 2) + (1 \times 1)} \\
{(2 \times 2) + (1 \times 3) + (3 \times 1)}&{(2 \times 1) + (1 \times 2) + (3 \times 1)}
\end{array}} \right]$
After solving the above expressions, we get:
$AB = \left[ {\begin{array}{*{20}{c}}
{2 + \left( { - 6} \right) + \;1}&{\;\;\;\;\;\;1 + \left( { - 4} \right) + 1} \\
{4 + 3 + 3}&{2 + 2 + 3}
\end{array}} \right]$
$AB = \left[ {\begin{array}{*{20}{c}}
{ - 3}&{ - 2} \\
{10}&7
\end{array}} \right]$
Now, for transposing the matrix:
Step 1: Interchange the rows with columns, as shown below:
${\left( {AB} \right)^T} = \left[ {\begin{array}{*{20}{c}}
{R1}&{R3} \\
{R2}&{R4}
\end{array}} \right]$
Step 2: Final transpose matrix, ${\text{=}}{\left( {AB} \right)^T} = \left[ {\begin{array}{*{20}{c}}
{ - 3}&{10} \\
{ - 2}&7
\end{array}} \right]$
Therefore, the correct option is (B).
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.
Recently Updated Pages
Geometry of Complex Numbers – Topics, Reception, Audience and Related Readings

JEE Main 2021 July 25 Shift 1 Question Paper with Answer Key

JEE Main 2021 July 22 Shift 2 Question Paper with Answer Key

JEE Atomic Structure and Chemical Bonding important Concepts and Tips

JEE Amino Acids and Peptides Important Concepts and Tips for Exam Preparation

Chemical Properties of Hydrogen - Important Concepts for JEE Exam Preparation

Trending doubts
JEE Main 2025 Session 2: Application Form (Out), Exam Dates (Released), Eligibility, & More

JEE Main 2025: Derivation of Equation of Trajectory in Physics

Electric Field Due to Uniformly Charged Ring for JEE Main 2025 - Formula and Derivation

Displacement-Time Graph and Velocity-Time Graph for JEE

Degree of Dissociation and Its Formula With Solved Example for JEE

Free Radical Substitution Mechanism of Alkanes for JEE Main 2025

Other Pages
JEE Advanced Marks vs Ranks 2025: Understanding Category-wise Qualifying Marks and Previous Year Cut-offs

JEE Advanced 2025: Dates, Registration, Syllabus, Eligibility Criteria and More

JEE Advanced Weightage 2025 Chapter-Wise for Physics, Maths and Chemistry

JEE Advanced 2025 Notes

JEE Main 2025: Conversion of Galvanometer Into Ammeter And Voltmeter in Physics

Learn About Angle Of Deviation In Prism: JEE Main Physics 2025
