KnowledgeBoat Logo
|

Mathematics

Matrix A = [xy]\begin{bmatrix}[r] x & y \end{bmatrix} and Matrix B = [ab]\begin{bmatrix}[r] a \ b \end{bmatrix}.

Assertion (A) : Product BA is possible and order of resulting matrix is 2 x 2.

Reason (R) : The product BA of two matrices A and B is possible only if number of rows in matrix B Is same as number of columns in matrix A.

  1. A is true, R is false.

  2. A is false, R is true.

  3. Both A and R are true and R is correct reason for A.

  4. Both A and R are true and R is incorrect reason for A.

Matrices

5 Likes

Answer

∴ Order of matrix A = 1 x 2

∴ Order of matrix B = 2 x 1

Since product of matrix is possible, only when the number of columns in the first matrix is equal to number of rows in second.

Since,

Number of columns in B = 1

Number of rows in A = 1

∴ Product BA is possible.

We know that,

The no. of rows in the resulting matrix is equal to the no. of rows in first matrix and no. of columns equals to the no. of columns in second matrix.

∴ Order of matrix BA = 2 x 2

So, assertion is true. But reason says the product BA is possible only if number of rows in matrix B is same as number of columns in matrix A, which is false.

Hence, option 1 is the correct option.

Answered By

3 Likes


Related Questions