All Exams Test series for 1 year @ ₹349 only
Question

If A is a 2 × 3 matrix and AB is a 2 × 5 matrix, then B must be a

This question was previously asked in
NDA I 2018 GAT Previous Year Paper (22-Apr-2018)
The correct answer is

3 × 5 matrix

Understanding Matrix Dimensions in Matrix Multiplication

When performing matrix multiplication, the dimensions of the matrices involved follow specific rules. Let's consider two matrices, matrix P and matrix Q, that are being multiplied to produce a resulting matrix PQ.

If matrix P has dimensions \(m \times n\) and matrix Q has dimensions \(p \times q\), the matrix product PQ is defined only if the number of columns in P (\(n\)) is equal to the number of rows in Q (\(p\)).

If the multiplication is possible (i.e., \(n = p\)), the resulting matrix PQ will have dimensions \(m \times q\). That is, the number of rows in PQ is the number of rows in P, and the number of columns in PQ is the number of columns in Q.

Applying the Rule to Find Matrix B Dimensions

In this question, we are given:

  • Matrix A has dimensions \(2 \times 3\).
  • The product matrix AB has dimensions \(2 \times 5\).
  • We need to find the dimensions of matrix B.

Let the dimensions of matrix B be \(p \times q\).

According to the rules of matrix multiplication:

  • For the product AB to be defined, the number of columns in A must equal the number of rows in B. The number of columns in A is 3. The number of rows in B is \(p\). Therefore, \(p = 3\).
  • The resulting matrix AB has dimensions given by (number of rows in A) \(\times\) (number of columns in B). The number of rows in A is 2. The number of columns in B is \(q\). The dimensions of AB are given as \(2 \times 5\). Therefore, \(2 \times q = 2 \times 5\), which implies \(q = 5\).

Combining these results, the dimensions of matrix B must be \(p \times q = 3 \times 5\).

Comparing with Given Options

We found that matrix B must have dimensions \(3 \times 5\). Let's look at the provided options:

Option Dimensions
1 \(3 \times 5\) matrix
2 \(5 \times 3\) matrix
3 \(3 \times 2\) matrix
4 \(5 \times 4\) matrix

Our derived dimensions for matrix B, \(3 \times 5\), match Option 1.

Detailed Explanation of Matrix Multiplication Dimensions

Let's summarize the rule with a general example:

If matrix M has dimensions \(m \times n\) and matrix N has dimensions \(n \times p\), then the product MN is defined and has dimensions \(m \times p\). Notice that the inner dimensions (n and n) must match, and the outer dimensions (m and p) give the dimensions of the result.

In our problem, A is \(2 \times 3\) and AB is \(2 \times 5\). Let B be \(p \times q\).

A\(_{(2 \times 3)}\) \(\times\) B$_{(p \times q)}$ \(=\) AB$_{(2 \times 5)}$

For multiplication to be valid, the number of columns in A must equal the number of rows in B: \(3 = p\).

The resulting matrix AB has dimensions (rows of A) \(\times\) (columns of B): \(2 \times q\). We are given that AB is \(2 \times 5\). So, \(2 \times q = 2 \times 5\), which means \(q = 5\).

Therefore, the dimensions of B are \(p \times q = 3 \times 5\).

Revision Table: Key Concepts in Matrix Dimensions

Concept Description Requirement for Multiplication (A × B) Resulting Dimension (A × B)
Matrix Dimensions Number of rows \(\times\) Number of columns Number of columns in A must equal Number of rows in B (Number of rows in A) \(\times\) (Number of columns in B)
Example: A is \(m \times n\), B is \(p \times q\) \(n = p\) \(m \times q\)
Our Case: A is \(2 \times 3\), AB is \(2 \times 5\) Let B be \(p \times q\) \(3 = p\) \(2 \times q = 2 \times 5\), so \(q = 5\)

Additional Information: Why Dimensions Matter in Matrix Multiplication

Matrix multiplication is not simply multiplying corresponding elements. Each element in the resulting matrix is calculated as the sum of products of elements from a row of the first matrix and a column of the second matrix. This process requires that the 'inner' dimensions match. Specifically, the number of elements in each row of the first matrix must equal the number of elements in each column of the second matrix so that the element-wise multiplication and summation can occur. If the dimensions do not match (\(n \neq p\) in the \(m \times n\) times \(p \times q\) example), the multiplication is undefined. The dimensions of the resulting matrix are determined by the 'outer' dimensions, representing the total number of rows from the first matrix and the total number of columns from the second matrix.

Was this answer helpful?

Similar Questions

  1. If \({\rm{E}}\left( {\rm{\theta }} \right) = \left[ {\begin{array}{*{20}{c}} {\cos {\rm{\theta }}}&{\sin {\rm{\theta }}}\\ { - \sin {\rm{\theta \;}}}&{\cos {\rm{\theta }}} \end{array}} \right]\) then E(α) E(β) is equal to

  2. Consider the following in respect of matrices A, B and C of same order:

    1) (A + B + C)' = A' + B’ + C’

    2) (AB)’ = A’B’

    3) (ABC)’ = C’B’A’

    Where A’ is the transpose of the matrix A.

    Which of the above are correct?
  3. If \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 1&0&{ - 2}\\ 2&{ - 3}&4 \end{array}} \right]\) , then the matrix X for which 2X + 3A = 0 holds true is

  4. Let \(A = \begin{bmatrix} 0 & 2 \\ -2 & 0 \end{bmatrix}\)  and (mI + nA) 2= A where m, n are positive real numbers and I is the identify matrix. What is (m + n) equal to?

  5. Let \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} {\rm x + y}& \rm y\\ {\rm 2x}&{\rm x - y} \end{array}} \right],\;\rm B = \left[ {\begin{array}{*{20}{c}} 2\\ { - 1} \end{array}} \right]\)  and \(\rm C = \left[ {\begin{array}{*{20}{c}} 3\\ 2 \end{array}} \right]\) . If AB = C, then what is the value of the determinant of the matrix A?

  6. If \(A = \left[ {\begin{array}{c} 1&{ - 1}\\ { - 1}&1 \end{array}} \right],\) then the expression A 3- 2A 2is

  7. If \(A = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&3\\ 3&4 \end{array}} \right)\) and \(B = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&1 \end{array}} \right),\)  then which one of the following is correct?

  8. A square matrix A is called orthogonal if_______ where A’ is the transpose of A.

  9. Consider the following in respect of matrices A and B of same order:

    1) A 2– B 2= (A + B) (A – B)

    2) (A – I) (I + A) = O ⇔ A 2= I

    Where I is the identity matrix and O is the null matrix.

    Which of the above is/are correct?
  10. If \(A = \left( {\begin{array}{} 1&2\\ 2&3 \end{array}} \right)\) and A 2– kA – I 2= 0, where I 2is the 2 × 2 identity matrix, then what is the value of k?


Important Questions from Operations on Matrices

  1. The adjoint of matrix \(\left[ {\begin{array}{*{20}{c}} a&b\\ c&d \end{array}} \right]\)is

  2. If \({\rm{E}}\left( {\rm{\theta }} \right) = \left[ {\begin{array}{*{20}{c}} {\cos {\rm{\theta }}}&{\sin {\rm{\theta }}}\\ { - \sin {\rm{\theta \;}}}&{\cos {\rm{\theta }}} \end{array}} \right]\) then E(α) E(β) is equal to

  3. Consider the following in respect of matrices A, B and C of same order:

    1) (A + B + C)' = A' + B’ + C’

    2) (AB)’ = A’B’

    3) (ABC)’ = C’B’A’

    Where A’ is the transpose of the matrix A.

    Which of the above are correct?
  4. If \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 1&0&{ - 2}\\ 2&{ - 3}&4 \end{array}} \right]\) , then the matrix X for which 2X + 3A = 0 holds true is

  5. Find a matrix X such that 2A + B + X = 0 , where

    \(A=\begin{bmatrix} -1 & 2 \\\ 3 & 4 \end{bmatrix} \ \text{and} \;\rm B =\ \begin{bmatrix} 3 & -2 \\\ 1 & 5 \end{bmatrix} \ ?\)

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1057 Attempts
4.6(136)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App