KnowledgeBoat Logo
|
OPEN IN APP

Chapter 9

Matrices — Multiple Choice Questions

Class - 10 RS Aggarwal Mathematics Solutions



Multiple Choice Questions

Question 1

The order of the matrix having x rows and y columns is denoted by:

  1. x + y

  2. x - y

  3. x × y

  4. none of these

Answer

The order of a matrix is written as "rows by columns."

If a matrix has x rows and y columns, its order is written as x × y.

Hence, option 3 is the correct option.

Question 2

The total number of elements in an m × n matrix is:

  1. m + n

  2. mn

  3. mn

  4. 2m + n

Answer

The order of an m × n matrix indicates that it has m rows and n columns. To find the total number of elements, you multiply the number of rows by the number of columns = mn.

Hence, option 3 is the correct option.

Question 3

The matrix, A = [348202179]\begin{bmatrix} 3 & 4 & -8 \\ 2 & 0 & -2 \\ 1 & 7 & -9 \end{bmatrix}, then the value of a23 is:

  1. 2

  2. -8

  3. -9

  4. -2

Answer

i = Row

j = Column

In a23, i = 2 (Second row) j = 3 (Third column)

In given matrix:

A = [348202179]\begin{bmatrix} 3 & 4 & -8 \\ 2 & 0 & -2 \\ 1 & 7 & -9 \end{bmatrix}

The element in the second row and third column is −2.

Hence, option 4 is the correct option.

Question 4

The matrix, A = [400030007]\begin{bmatrix} 4 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & -7 \end{bmatrix} is a:

  1. Rectangular matrix

  2. Column matrix

  3. Diagonal matrix

  4. Identity matrix

Answer

Given,

A = [400030007]\begin{bmatrix} 4 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & -7 \end{bmatrix}

A diagonal matrix is a square matrix in which all the elements outside the main diagonal are zero.

Thus, A is a diagonal matrix.

Hence, option 3 is the correct option.

Question 5

A matrix of order of 3 × 1 whose elements aij are given by aij = (2i + j), is :

  1. [357]\begin{bmatrix} 3 & 5 & 7 \end{bmatrix}

  2. [357]\begin{bmatrix} 3 \\ 5 \\ 7 \end{bmatrix}

  3. [246]\begin{bmatrix} 2 & 4 & 6 \end{bmatrix}

  4. [246]\begin{bmatrix} 2 \\ 4 \\ 6 \end{bmatrix}

Answer

aij = (2i + j)

⇒ a11 = 2(1) + 1 = 3

⇒ a21 = (2)2 + 1 = 5

⇒ a31 = (2)3 + 1 = 7

Matrix A = [357]\begin{bmatrix} 3 \\ 5 \\ 7 \end{bmatrix}

Hence, option 2 is the correct option.

Question 6

A matrix of order 3 × 2 whose elements aij are given by aij = (i + j), is:

  1. [234345]\begin{bmatrix} 2 & 3 & 4 \\ 3 & 4 & 5 \end{bmatrix}

  2. [234456]\begin{bmatrix} 2 & 3 & 4 \\ 4 & 5 & 6 \end{bmatrix}

  3. [233445]\begin{bmatrix} 2 & 3 \\ 3 & 4 \\ 4 & 5 \end{bmatrix}

  4. [233456]\begin{bmatrix} 2 & 3 \\ 3 & 4 \\ 5 & 6 \end{bmatrix}

Answer

aij = i + j.

∴ a11 = 1 + 1 = 2, a12 = 1 + 2 = 3.

a21 = 2 + 1 = 3, a22 = 2 + 2 = 4.

a31 = 3 + 1 = 4, a32 = 3 + 2 = 5.

Matrix A = [233445]\begin{bmatrix} 2 & 3 \\ 3 & 4 \\ 4 & 5 \end{bmatrix}

Hence, option 3 is the correct option.

Question 7

If a matrix has 12 elements, then the total number of possible orders it can have is:

  1. 4

  2. 6

  3. 8

  4. cannot be determined

Answer

If a matrix has 12 elements the possible orders are, 1 x 12, 12 x 1, 2 x 6, 6 x 2, 3 x 4, 4 x 3.

There are 6 possible orders.

Hence, option 2 is the correct option.

Question 8

A 2 × 2 matrix whose elements are given by aij = (i+2j)22\dfrac{(i + 2j)^2}{2} is:

  1. [3252  818]\begin{bmatrix} \dfrac{3}{2} & \dfrac{5}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix}

  2. [5272  818]\begin{bmatrix} \dfrac{5}{2} & \dfrac{7}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix}

  3. [92152  818]\begin{bmatrix} \dfrac{9}{2} & \dfrac{15}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix}

  4. [92252  818]\begin{bmatrix} \dfrac{9}{2} & \dfrac{25}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix}

Answer

Given,

aij = (i+2j)22\dfrac{(i + 2j)^2}{2}

a11=[1+2(1)]22=322=92,a12=[1+2(2)]22=522=252a21=[2+2]22=422=162=8,a22=[2+2(2)]22=622=362=18.a_{11} = \dfrac{[1 + 2(1)]^2}{2} = \dfrac{3^2}{2} = \dfrac{9}{2}, a_{12} = \dfrac{[1 + 2(2)]^2}{2} = \dfrac{5^2}{2} = \dfrac{25}{2} \\[1em] a_{21} = \dfrac{[2 + 2]^2}{2} = \dfrac{4^2}{2} = \dfrac{16}{2} = 8, a_{22} = \dfrac{[2 + 2(2)]^2}{2} = \dfrac{6^2}{2} = \dfrac{36}{2} = 18.

Matrix A = [92252818]\begin{bmatrix} \dfrac{9}{2} & \dfrac{25}{2} \\ 8 & 18 \end{bmatrix}

Hence, option 4 is the correct option.

Question 9

If [53x7]=[yz17]\begin{bmatrix} 5 & 3 \\ x & 7 \end{bmatrix} = \begin{bmatrix} y & z \\ 1 & 7 \end{bmatrix}, then the value of (x + y + z) is:

  1. 9

  2. 8

  3. 11

  4. 10

Answer

Given,

[53x7]=[yz17]\begin{bmatrix} 5 & 3 \\ x & 7 \end{bmatrix} = \begin{bmatrix} y & z \\ 1 & 7 \end{bmatrix}

Solving for x, y and z:

∴ x = 1

∴ y = 5

∴ z = 3

⇒ x + y + z = 9

Hence, option 1 is the correct option.

Question 10

If [xy2x+z2xy3z+w]=[15013]\begin{bmatrix} x - y & 2x + z \\ 2x - y & 3z + w \end{bmatrix} = \begin{bmatrix} -1 & 5 \\ 0 & 13 \end{bmatrix}, then the value of (x + y + z + w) is:

  1. 8

  2. 9

  3. 10

  4. 12

Answer

Given,

[xy2x+z2xy3z+w]=[15013]\Rightarrow \begin{bmatrix} x - y & 2x + z \\ 2x - y & 3z + w \end{bmatrix} = \begin{bmatrix} -1 & 5 \\ 0 & 13 \end{bmatrix}

Solving for x and y:

∴ 2x - y = 0

⇒ y = 2x ...(1)

∴ x - y = -1 ...(2)

Substituting value of y from equation (1) in x - y = -1, we get:

⇒ x - 2x = -1

⇒ -x = -1

⇒ x = 1.

Substituting value of x in equation(1), we get:

⇒ y = 2(1)

⇒ y = 2.

Solving for w and z:

∴ 2x + z = 5

⇒ 2(1) + z = 5

⇒ 2 + z = 5

⇒ z = 5 - 2

⇒ z = 3.

∴ 3z + w = 13

⇒ 3(3) + w = 13

⇒ 9 + w = 13

⇒ w = 13 - 9

⇒ w = 4.

∴ x + y + z + w = 1 + 2 + 3 + 4 = 10.

Hence, option 3 is the correct option.

Question 11

Which of the following statements is true for the transpose of a matrix?

  1. The number of rows is same as that of the given matrix.

  2. The number of columns is same as that of the given matrix.

  3. The order is same as that of the given matrix.

  4. The number of elements is same as that of the given matrix.

Answer

If A = m × n then AT = n × m

The total number of elements is calculated by multiplying the dimensions: m × n. Since m × n = n × m

Therefore, total number of elements in A is exactly the same as the total number of elements in AT

Hence, option 4 is the correct option.

Question 12

If [x+yxy]=[84]\begin{bmatrix} x + y \\ x - y \end{bmatrix} = \begin{bmatrix} 8 \\ 4 \end{bmatrix}, then the value of xy is:

  1. 4

  2. 8

  3. 10

  4. 12

Answer

Given,

[x+yxy]=[84]\begin{bmatrix} x + y \\ x - y \end{bmatrix} = \begin{bmatrix} 8 \\ 4 \end{bmatrix}

∴ x + y = 8 .....(1)

∴ x - y = 4 .....(2)

Adding equations (1) and (2), we get :

⇒ x + y + x - y = 8 + 4

⇒ 2x = 12

⇒ x = 122\dfrac{12}{2}

⇒ x = 6.

Substituting value of x in equation (1) :

⇒ x + y = 8

⇒ 6 + y = 8

⇒ y = 8 - 6

⇒ y = 2.

∴ xy = 6 × 2 = 12.

Hence, option 4 is the correct option.

Question 13

If [pq2q2q+rp+q]=[1495]\begin{bmatrix} p - q & 2q \\ 2q + r & p + q \end{bmatrix} = \begin{bmatrix} 1 & 4 \\ 9 & 5 \end{bmatrix}, then the value of (p + q + r) is:

  1. 8

  2. 10

  3. -5

  4. -10

Answer

[pq2q2q+rp+q]=[1495]\begin{bmatrix} p - q & 2q \\ 2q + r & p + q \end{bmatrix} = \begin{bmatrix} 1 & 4 \\ 9 & 5 \end{bmatrix}

Solving for p, q and r:

∴ 2q = 4...(1)

⇒ q = 42\dfrac{4}{2}

⇒ q = 2.

∴ p - q = 1

⇒ p - 2 = 1

⇒ p = 1 + 2

⇒ p = 3.

∴ 2q + r = 9

⇒ 2(2) + r = 9

⇒ 4 + r = 9

⇒ r = 9 - 4

⇒ r = 5.

∴ p + q + r = 3 + 2 + 5 = 10.

Hence, option 2 is the correct option.

Question 14

If [x+34y4x+y]=[5439]\begin{bmatrix} x + 3 & 4 \\ y - 4 & x + y \end{bmatrix} = \begin{bmatrix} 5 & 4 \\ 3 & 9 \end{bmatrix}, then the values of x and y respectively are:

  1. 2, 7

  2. 7, 2

  3. 3, 5

  4. 2, -7

Answer

Given,

[x+34y4x+y]=[5439]\begin{bmatrix} x + 3 & 4 \\ y - 4 & x + y \end{bmatrix} = \begin{bmatrix} 5 & 4 \\ 3 & 9 \end{bmatrix}

Solving for x and y :

∴ x + 3 = 5

⇒ x = 5 - 3

⇒ x = 2.

∴ y - 4 = 3

⇒ y = 3 + 4

⇒ y = 7.

Hence, option 1 is the correct option.

Question 15

[241421235131236]\begin{bmatrix} 2 & 4 & 1 & 4 & 2 \\ 1 & -2 & 3 & 5 & 1 \\ 3 & 1 & 2 & 3 & 6 \end{bmatrix} is a matrix of the order:

  1. 3 × 4

  2. 5 × 3

  3. 3 × 5

  4. none of these

Answer

Given matrix has :

3 rows and 5 columns

Therefore, the order of the matrix is 3 × 5.

Hence, option 3 is the correct option.

Question 16

If matrix A of order 2 × 1 and matrix B of order 2 × 2 are added, then the order of the matrix A + B is:

  1. 2 × 2

  2. 2 × 1

  3. 1 × 2

  4. A + B is not possible

Answer

Given,

A of order 2 × 1

B of order 2 × 2

Since their orders are different, thus matrix A and B cannot be added.

Thus, A + B is not possible.

Hence, option 4 is the correct option.

Question 17

If A = [5438]\begin{bmatrix} -5 & 4 \\ 3 & -8 \end{bmatrix} and B = [2314]\begin{bmatrix} 2 & -3 \\ -1 & 4 \end{bmatrix}, then (A – B) is:

  1. [77412]\begin{bmatrix} 7 & 7 \\ -4 & 12 \end{bmatrix}

  2. [77412]\begin{bmatrix} -7 & 7 \\ 4 & -12 \end{bmatrix}

  3. [77412]\begin{bmatrix} -7 & -7 \\ 4 & 12 \end{bmatrix}

  4. [3124]\begin{bmatrix} 3 & 1 \\ 2 & -4 \end{bmatrix}

Answer

Given,

A = [5438]\begin{bmatrix} -5 & 4 \\ 3 & -8 \end{bmatrix} and B = [2314]\begin{bmatrix} 2 & -3 \\ -1 & 4 \end{bmatrix}

Solving for A - B:

[524(3)3(1)84][77412].\Rightarrow \begin{bmatrix} -5 - 2 & 4 - (-3) \\ 3 - (-1) & -8 - 4 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} -7 & 7 \\ 4 & -12 \end{bmatrix}.

Hence, option 1 is the correct option.

Question 18

If A = [4239]\begin{bmatrix} 4 & 2 \\ -3 & -9 \end{bmatrix}, then the value of (-3)A is:

  1. [84618]\begin{bmatrix} -8 & -4 \\ 6 & 18 \end{bmatrix}

  2. [126918]\begin{bmatrix} -12 & -6 \\ 9 & 18 \end{bmatrix}

  3. [126927]\begin{bmatrix} -12 & -6 \\ 9 & 27 \end{bmatrix}

  4. [126927]\begin{bmatrix} -12 & 6 \\ 9 & -27 \end{bmatrix}

Answer

Given,

[4239]\begin{bmatrix} 4 & 2 \\ -3 & -9 \end{bmatrix}

Solving for -3A:

3[4239][126927]\Rightarrow -3\begin{bmatrix} 4 & 2 \\ -3 & -9 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} -12 & -6 \\ 9 & 27 \end{bmatrix}

Hence, option 3 is the correct option.

Question 19

If A = [3241]\begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix} and B = [5032]\begin{bmatrix} 5 & 0 \\ 3 & 2 \end{bmatrix}, then (3A + 2B) is equal to:

  1. [196187]\begin{bmatrix} 19 & 6 \\ 18 & 7 \end{bmatrix}

  2. [8273]\begin{bmatrix} 8 & 2 \\ 7 & 3 \end{bmatrix}

  3. [19161817]\begin{bmatrix} 19 & 16 \\ 18 & 17 \end{bmatrix}

  4. [916817]\begin{bmatrix} 9 & 16 \\ 8 & 17 \end{bmatrix}

Answer

Given,

A = [3241]\begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix} and B = [5032]\begin{bmatrix} 5 & 0 \\ 3 & 2 \end{bmatrix}

Solving for 3A + 2B:

3[3241]+2[5032][96123]+[10064]3[3241]+2[5032][9+106+012+63+4][196187]\Rightarrow 3\begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix} + 2\begin{bmatrix} 5 & 0 \\ 3 & 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 9 & 6 \\ 12 & 3 \end{bmatrix} + \begin{bmatrix} 10 & 0 \\ 6 & 4 \end{bmatrix} \\[1em] \Rightarrow 3\begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix} + 2\begin{bmatrix} 5 & 0 \\ 3 & 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 9 + 10 & 6 + 0 \\ 12 + 6 & 3 + 4 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 19 & 6 \\ 18 & 7 \end{bmatrix}

Hence, option 1 is the correct option.

Question 20

Find the matrix A, if A + [4637]\begin{bmatrix} 4 & 6 \\ -3 & 7 \end{bmatrix} = [3658]\begin{bmatrix} 3 & -6 \\ 5 & -8 \end{bmatrix}

  1. [112815]\begin{bmatrix} -1 & 12 \\ 8 & -15 \end{bmatrix}

  2. [112815]\begin{bmatrix} -1 & -12 \\ 8 & -15 \end{bmatrix}

  3. [112815]\begin{bmatrix} -1 & -12 \\ -8 & -15 \end{bmatrix}

  4. [112815]\begin{bmatrix} 1 & 12 \\ 8 & 15 \end{bmatrix}

Answer

Given,

A + [4637]\begin{bmatrix} 4 & 6 \\ -3 & 7 \end{bmatrix} = [3658]\begin{bmatrix} 3 & -6 \\ 5 & -8 \end{bmatrix}

Solving for A:

A=[3658][4637]=[34665(3)87]=[112815]\Rightarrow A = \begin{bmatrix} 3 & -6 \\ 5 & -8 \end{bmatrix} - \begin{bmatrix} 4 & 6 \\ -3 & 7 \end{bmatrix} \\[1em] = \begin{bmatrix} 3 - 4 & -6 - 6 \\ 5 - (-3) & -8 - 7 \end{bmatrix} \\[1em] = \begin{bmatrix} -1 & -12 \\ 8 & -15 \end{bmatrix}

Hence, option 2 is the correct option.

Question 21

cosθ[cosθsinθsinθcosθ]+sinθ[sinθcosθcosθsinθ]\cosθ \cdot \begin{bmatrix} \cosθ & \sinθ \\ -\sinθ & \cosθ \end{bmatrix} + \sinθ \cdot \begin{bmatrix} \sinθ & -\cosθ \\ \cosθ & \sinθ \end{bmatrix} is equal to:

  1. [1111]\begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix}

  2. [0110]\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}

  3. [1001]\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

  4. none of these

Answer

Given,

cosθ[cosθsinθsinθcosθ]+sinθ[sinθcosθcosθsinθ]\cosθ \cdot \begin{bmatrix} \cosθ & \sinθ \\ -\sinθ & \cosθ \end{bmatrix} + \sinθ \cdot \begin{bmatrix} \sinθ & -\cosθ \\ \cosθ & \sinθ \end{bmatrix}

Solving:

[cos2θcosθsinθsinθcosθcos2θ]+[sin2θsinθcosθsinθcosθsin2θ][cos2θ+sin2θcosθsinθsinθcosθ sinθcosθ+sinθcosθcos2θ+sin2θ][1001],\Rightarrow \begin{bmatrix} \cos^2θ & \cosθ\sinθ \\ -\sinθ\cosθ & \cos^2θ \end{bmatrix} + \cdot \begin{bmatrix} \sin^2θ & -\sinθ\cosθ \\ \sinθ\cosθ & \sin^2θ \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} \cos^2θ + \sin^2θ & \cosθ\sinθ - \sinθ\cosθ\ -\sinθ\cosθ + \sinθ\cosθ & \cos^2θ + \sin^2θ \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix},

Hence, option 3 is the correct option.

Question 22

If 2[345x]+[1y01]=[70105]2\begin{bmatrix} 3 & 4 \\ 5 & x \end{bmatrix} + \begin{bmatrix} 1 & y \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 7 & 0 \\ 10 & 5 \end{bmatrix}, then the value of (x – y) is:

  1. 10

  2. -10

  3. 6

  4. -6

Answer

Given,

2[345x]+[1y01]=[70105]2\begin{bmatrix} 3 & 4 \\ 5 & x \end{bmatrix} + \begin{bmatrix} 1 & y \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 7 & 0 \\ 10 & 5 \end{bmatrix}

Solving:

[68102x]+[1y01]=[70105][6+18+y10+02x+1]=[70105][78+y102x+1]=[70105].\Rightarrow \begin{bmatrix} 6 & 8 \\ 10 & 2x \end{bmatrix} + \begin{bmatrix} 1 & y \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 7 & 0 \\ 10 & 5 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 6 + 1 & 8 + y \\ 10 + 0 & 2x + 1 \end{bmatrix} = \begin{bmatrix} 7 & 0 \\ 10 & 5 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 7 & 8 + y \\ 10 & 2x + 1 \end{bmatrix} = \begin{bmatrix} 7 & 0 \\ 10 & 5 \end{bmatrix}.

∴ 8 + y = 0

⇒ y = -8

∴ 2x + 1 = 5

⇒ 2x = 5 - 1

⇒ 2x = 4

⇒ x = 42\dfrac{4}{2}

⇒ x = 2

∴ x - y = 2 - (-8) = 10

Hence, option 1 is the correct option.

Question 23

If 2[130x]+[y012]=[5618]2\begin{bmatrix} 1 & 3 \\ 0 & x \end{bmatrix} + \begin{bmatrix} y & 0 \\ 1 & 2 \end{bmatrix} = \begin{bmatrix} 5 & 6 \\ 1 & 8 \end{bmatrix},then the value of (x + y) is:

  1. 4

  2. -4

  3. 6

  4. 8

Answer

Given,

2[130x]+[y012]=[5618]2\begin{bmatrix} 1 & 3 \\ 0 & x \end{bmatrix} + \begin{bmatrix} y & 0 \\ 1 & 2 \end{bmatrix} = \begin{bmatrix} 5 & 6 \\ 1 & 8 \end{bmatrix}

Solving:

[2602x]+[y012]=[5618][2+y612x+2]=[5618].\Rightarrow \begin{bmatrix} 2 & 6 \\ 0 & 2x \end{bmatrix} + \begin{bmatrix} y & 0 \\ 1 & 2 \end{bmatrix} = \begin{bmatrix} 5 & 6 \\ 1 & 8 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2 + y & 6 \\ 1 & 2x + 2 \end{bmatrix} = \begin{bmatrix} 5 & 6 \\ 1 & 8 \end{bmatrix}.

∴ 2 + y = 5

⇒ y = 5 - 2

⇒ y = 3

∴ 2x + 2 = 8

⇒ 2x = 8 - 2

⇒ 2x = 6

⇒ x = 62\dfrac{6}{2} = 3.

∴ x + y = 3 + 3 = 6.

Hence, option 3 is the correct option.

Question 24

If [a+b25ab]=[6258]\begin{bmatrix} a + b & 2 \\ 5 & ab \end{bmatrix} = \begin{bmatrix} 6 & 2 \\ 5 & 8 \end{bmatrix}, then the values of a and b are:

  1. a = 4, b = 2

  2. a = 2, b = 4

  3. both (a) and (b)

  4. none of these

Answer

Given,

[a+b25ab]=[6258]\begin{bmatrix} a + b & 2 \\ 5 & ab \end{bmatrix} = \begin{bmatrix} 6 & 2 \\ 5 & 8 \end{bmatrix}

∴ a + b = 6

⇒ b = 6 - a...(1)

∴ ab = 8...(2)

Substituting value of b from equation(1) in ab = 8, we get:

⇒ a (6 - a) = 8

⇒ 6a - a2 = 8

⇒ a2 - 6a + 8 = 0

⇒ a2 - 4a - 2a + 8 = 0

⇒ a(a - 4) -2(a - 4) = 0

⇒ (a - 2)(a - 4) = 0

(a - 2)= 0 or (a - 4) = 0 [Using zero product rule]

⇒ a = 2 or a = 4

If a = 2, then b = 6 − 2 = 4.

If a = 4, then b = 6 − 4 = 2.

Hence, option 3 is the correct option.

Question 25

If A = [012103230]\begin{bmatrix} 0 & -1 & 2 \\ 1 & 0 & 3 \\ -2 & -3 & 0 \end{bmatrix}, then (A + A′) is equal to :

  1. 0

  2. 2A

  3. –A′

  4. A′

Answer

Given,

A = [012103230]\begin{bmatrix} 0 & -1 & 2 \\ 1 & 0 & 3 \\ -2 & -3 & 0 \end{bmatrix}

A′ = [012103230]\begin{bmatrix} 0 & 1 & -2 \\ -1 & 0 & -3 \\ 2 & 3 & 0 \end{bmatrix}

(A + A′)

[012103230]+[012103230][0+01+12+(2)1+(1)0+03+(3)2+23+30+0][000000000]\Rightarrow \begin{bmatrix} 0 & -1 & 2 \\ 1 & 0 & 3 \\ -2 & -3 & 0 \end{bmatrix} + \begin{bmatrix} 0 & 1 & -2 \\ -1 & 0 & -3 \\ 2 & 3 & 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 0 + 0 & -1 + 1 & 2 + (-2) \\ 1 + (-1) & 0 + 0 & 3 + (-3) \\ -2 + 2 & -3 + 3 & 0 + 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}

Hence, option 1 is the correct option.

Question 26

If [xy+2z3]+[y45]=[4912]\begin{bmatrix} x & y + 2 & z - 3 \end{bmatrix} + \begin{bmatrix} y & 4 & 5 \end{bmatrix} = \begin{bmatrix} 4 & 9 & 12 \end{bmatrix}, then the value of xyz is:

  1. 24

  2. 20

  3. 36

  4. 30

Answer

[xy+2z3]+[y45]=[4912][x+yy+2+4z3+5]=[4912][x+yy+6z+2]=[4912]\Rightarrow \begin{bmatrix} x & y + 2 & z - 3 \end{bmatrix} + \begin{bmatrix} y & 4 & 5 \end{bmatrix} = \begin{bmatrix} 4 & 9 & 12 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} x + y & y + 2 + 4 & z - 3 + 5 \end{bmatrix} = \begin{bmatrix} 4 & 9 & 12 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} x + y & y + 6 & z + 2 \end{bmatrix} = \begin{bmatrix} 4 & 9 & 12 \end{bmatrix} \\[1em]

Solving for y and z:

∴ y + 6 = 9

⇒ y = 9 - 6

⇒ y = 3.

∴ x + y = 4

⇒ x + 3 = 4

⇒ x = 4 - 3

⇒ x = 1

∴ z + 2 = 12

⇒ z = 12 - 2

⇒ z = 10.

∴ xyz = (1)(3)(10) = 30.

Hence, option 4 is the correct option.

Question 27

If x[21]+y[35]+[811]x\begin{bmatrix} 2 \\ 1 \end{bmatrix} + y\begin{bmatrix} 3 \\ 5 \end{bmatrix} + \begin{bmatrix} -8 \\ -11 \end{bmatrix} = 0, then the value of (2x – 3y) is:

  1. 1

  2. -4

  3. 3

  4. -3

Answer

x[21]+y[35]+[811]=[00][2xx]+[3y5y]+[811]=[00][2x+3y8x+5y11]=[00].\Rightarrow x\begin{bmatrix} 2 \\ 1 \end{bmatrix} + y\begin{bmatrix} 3 \\ 5 \end{bmatrix} + \begin{bmatrix} -8 \\ -11 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2x \\ x \end{bmatrix} + \begin{bmatrix} 3y \\ 5y \end{bmatrix} + \begin{bmatrix} -8 \\ -11 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2x + 3y - 8 \\ x + 5y - 11 \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix}.

∴ 2x + 3y - 8 = 0

⇒ 2x + 3y = 8 ....(1)

∴ x + 5y - 11 = 0

⇒ x = 11 - 5y ....(2)

Substituting value of x from equation (2) in (1), we get :

⇒ 2(11 - 5y) + 3y = 8

⇒ 22 - 10y + 3y = 8

⇒ -7y = 8 - 22

⇒ -7y = -14

⇒ y = 147\dfrac{-14}{-7}

⇒ y = 2.

Substituting value of y in equation (2) we get:

⇒ x = 11 - 5(2)

⇒ x = 11 - 10

⇒ x = 1.

∴ 2x - 3y = 2(1) - 3(2) = 2 - 6 = -4.

Hence, option 2 is the correct option.

Question 28

If [2341]+2A=4[1234]\begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} + 2A = 4 \begin{bmatrix} -1 & 2 \\ 3 & 4 \end{bmatrix}, then the matrix A is:

  1. [35815]\begin{bmatrix} -3 & 5 \\ 8 & 15 \end{bmatrix}

  2. [53158]\begin{bmatrix} 5 & -3 \\ 15 & 8 \end{bmatrix}

  3. [3528152]\begin{bmatrix} -3 & \dfrac{5}{2} \\ 8 & \dfrac{15}{2} \end{bmatrix}

  4. [5231528]\begin{bmatrix} \dfrac{5}{2} & -3 \\ \dfrac{15}{2} & 8 \end{bmatrix}

Answer

Given,

[2341]+2A=4[1234]2A=4[1234][2341]A=12(4[1234][2341])A=12([481216][2341])A=12([428312(4)161])12[651615][3528152].\Rightarrow \begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} + 2A = 4 \begin{bmatrix} -1 & 2 \\ 3 & 4 \end{bmatrix} \\[1em] \Rightarrow 2A = 4 \begin{bmatrix} -1 & 2 \\ 3 & 4 \end{bmatrix} - \begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} \\[1em] \Rightarrow A = \dfrac{1}{2} \Big(4\begin{bmatrix} -1 & 2 \\ 3 & 4 \end{bmatrix} - \begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} \Big) \\[1em] \Rightarrow A = \dfrac{1}{2} \Big(\begin{bmatrix} -4 & 8 \\ 12 & 16 \end{bmatrix} - \begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} \Big) \\[1em] \Rightarrow A = \dfrac{1}{2} \Big(\begin{bmatrix} -4 - 2 & 8 - 3 \\ 12 - (-4) & 16 - 1 \end{bmatrix}\Big) \\[1em] \Rightarrow \dfrac{1}{2}\begin{bmatrix} -6 & 5 \\ 16 & 15 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} -3 & \dfrac{5}{2} \\ 8 & \dfrac{15}{2} \end{bmatrix}.

Hence, option 3 is the correct option.

Question 29

The product AB of two matrices A and B is possible if:

  1. A and B have the same number of rows.

  2. The number of columns of A is equal to the number of rows of B.

  3. The number of rows of A is equal to the number of columns of B.

  4. A and B have the same number of columns.

Answer

For matrix multiplication A × B to be defined, the inner dimensions must match.

If matrix A has the order m × n.And matrix B has the order p × q.The product AB is only possible if n = p.

The number of columns of A is equal to the number of rows of B.

Hence, option 2 is the correct option.

Question 30

If the orders of matrices A and B are m × n and p × q respectively, then which of the following is true for the product BA?

  1. m = p

  2. m = q

  3. n = p

  4. n = q

Answer

Given,

Matrix A: m × n

Matrix B: p × q

The product BA is defined if number of columns in B = number of rows in A, m = q .

Hence, option 2 is the correct option.

Question 31

If P and Q are two different matrices of order 3 × n and n × p, then the order of the matrix PQ is:

  1. 3 × p

  2. p × 3

  3. n × n

  4. 3 × 3

Answer

Given,

Matrix P: 3 × n

Matrix Q: n × p

The product PQ is defined if number of columns in P × number of rows in Q, 3 × p .

Hence, option 1 is the correct option.

Question 32

If [2432]×P=[68]\begin{bmatrix} 2 & 4 \\ 3 & 2 \end{bmatrix} \times P = \begin{bmatrix} 6 \\ 8 \end{bmatrix}, then the order of matrix P is:

  1. 2 × 2

  2. 2 × 1

  3. 1 × 2

  4. cannot be determined

Answer

Let A = [2432]\begin{bmatrix} 2 & 4 \\ 3 & 2 \end{bmatrix}

Let B = [68]\begin{bmatrix} 6 \\ 8 \end{bmatrix}

Let order of P be m × n:

Thus, AP = B

For matrix multiplication:

The number of columns in A must equal the number of rows in P.

⇒ m = 2

The order of the product B = Rows of A × Columns of P.

⇒ 2 × 1 = 2 × n

⇒ n = 1.

Order of matrix P = 2 × 1.

Hence, option 2 is the correct option.

Question 33

If A = [36]\begin{bmatrix} 3 & -6 \end{bmatrix} and B = [3143]\begin{bmatrix} 3 & -1 \\ 4 & 3 \end{bmatrix}, then the order of matrix AB is:

  1. 1 × 2

  2. 2 × 1

  3. 2 × 2

  4. 1 × 3

Answer

A = [36]\begin{bmatrix} 3 & -6 \end{bmatrix}

Order of matrix A = 1 × 2

B = [3143]\begin{bmatrix} 3 & -1 \\ 4 & 3 \end{bmatrix}

Order of matrix B = 2 × 2

The resulting matrix AB will have the number of rows from the first matrix A and the number of columns from the second matrix B.

Order of matrix AB = 1 × 2

Hence, option 1 is the correct option.

Question 34

If [2004][xy]\begin{bmatrix} 2 & 0 \\ 0 & 4 \end{bmatrix}\begin{bmatrix} x \\ y \end{bmatrix} = [28]\begin{bmatrix} 2 \\ -8 \end{bmatrix}, the values of x and y respectively are:

  1. 1, -2

  2. -2, 1

  3. 1, 2

  4. -2, -1

Answer

Given,

[2004][xy]\begin{bmatrix} 2 & 0 \\ 0 & 4 \end{bmatrix}\begin{bmatrix} x \\ y \end{bmatrix} = [28]\begin{bmatrix} 2 \\ -8 \end{bmatrix}

Solving,

[2(x)+0(y)0(x)+4(y)]=[28][2x4y]=[28]\Rightarrow \begin{bmatrix} 2(x) + 0(y) \\ 0(x) + 4(y) \end{bmatrix}= \begin{bmatrix} 2 \\ -8 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2x \\ 4y \end{bmatrix}= \begin{bmatrix} 2 \\ -8 \end{bmatrix}

∴ 2x = 2

⇒ x = 22\dfrac{2}{2}

⇒ x = 1.

∴ 4y = -8

⇒ y = 84\dfrac{-8}{4}

⇒ y = -2.

Hence, option 1 is the correct option.

Question 35

If [x1][1020]=0\begin{bmatrix} x & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ -2 & 0 \end{bmatrix} = 0, then the value of x is :

  1. 0

  2. 1

  3. 2

  4. -2

Answer

Given,

[x1][1020]=0\begin{bmatrix} x & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ -2 & 0 \end{bmatrix} = 0

Solving,

[x(1)+(1)(2)(x)(0)+(1)(0)]=0[x20]=[00]\Rightarrow \begin{bmatrix} x(1) + (1)(-2) & (x)(0) + (1)(0) \end{bmatrix} = 0 \\[1em] \Rightarrow \begin{bmatrix} x - 2 & 0 \end{bmatrix} = \begin{bmatrix} 0 & 0 \end{bmatrix}

∴ x - 2 = 0

⇒ x = 2

Hence, option 3 is the correct option.

Question 36

If matrix A = [12]\begin{bmatrix} -1 & 2 \end{bmatrix} and matrix B = [34]\begin{bmatrix} 3 \\ 4 \end{bmatrix}, then matrix AB is equal to:

  1. [3]\begin{bmatrix} -3 \end{bmatrix}

  2. [8]\begin{bmatrix} 8 \end{bmatrix}

  3. [5]\begin{bmatrix} 5 \end{bmatrix}

  4. [1234]\begin{bmatrix} -1 & 2 \\ 3 & 4 \end{bmatrix}

Answer

Calculating,

AB=[12][34]=[1×3+2×4]=[3+8]=[5].\Rightarrow AB = \begin{bmatrix} -1 & 2 \\ \end{bmatrix}\begin{bmatrix} 3 \\ 4 \end{bmatrix} \\[1em] = \begin{bmatrix} -1 \times 3 + 2 \times 4 \\ \end{bmatrix} \\[1em] = \begin{bmatrix} -3 + 8 \\ \end{bmatrix} \\[1em] = \begin{bmatrix} 5 \end{bmatrix}.

Hence, option 3 is the correct option.

Question 37

If, x[23]+y[11]=[105]x \begin{bmatrix} 2 \\ 3 \end{bmatrix} + y \begin{bmatrix} -1 \\ 1 \end{bmatrix} = \begin{bmatrix} 10 \\ 5 \end{bmatrix}, then the value of xy is:

  1. 3

  2. -12

  3. -6

  4. 15

Answer

Solving for x and y:

x[23]+y[11]=[105][2x3x]+[yy]=[105][2xy3x+y]=[105]\Rightarrow x \begin{bmatrix} 2 \\ 3 \end{bmatrix} + y \begin{bmatrix} -1 \\ 1 \end{bmatrix} = \begin{bmatrix} 10 \\ 5 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2x \\ 3x \end{bmatrix} + \begin{bmatrix} -y \\ y \end{bmatrix} = \begin{bmatrix} 10 \\ 5 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 2x - y \\ 3x + y \end{bmatrix} = \begin{bmatrix} 10 \\ 5 \end{bmatrix} \\[1em]

∴ 2x - y = 10 ....(1)

∴ 3x + y = 5 .....(2)

Adding equations (1) and (2), we get :

⇒ 2x - y + 3x + y = 10 + 5

⇒ 2x + 3x = 15

⇒ 5x = 15

⇒ x = 155\dfrac{15}{5}

⇒ x = 3.

Substituting value of x in 2x - y = 10, we get :

⇒ 2(3) - y = 10

⇒ 6 - y = 10

⇒ y = 6 - 10

⇒ y = -4.

∴ xy = (3)(-4) = -12.

Hence, option 2 is the correct option.

Question 38

If, A = [4312]\begin{bmatrix} 4 & 3 \\ 1 & 2 \end{bmatrix} and B = [43]\begin{bmatrix} -4 \\ 3 \end{bmatrix}, then the matrix AB is :

  1. [72]\begin{bmatrix} -7 \\ 2 \end{bmatrix}

  2. [72]\begin{bmatrix} -7 & 2 \end{bmatrix}

  3. [72]\begin{bmatrix} -7 \\ -2 \end{bmatrix}

  4. [72]\begin{bmatrix} -7 & -2 \end{bmatrix}

Answer

Given,

A = [4312]\begin{bmatrix} 4 & 3 \\ 1 & 2 \end{bmatrix} and B = [43]\begin{bmatrix} -4 \\ 3 \end{bmatrix}

Solving for AB:

[4312]×[43][(4)(4)+(3)(3)(1)(4)+(2)(3)][16+94+6][72].\Rightarrow \begin{bmatrix} 4 & 3 \\ 1 & 2 \end{bmatrix} \times \begin{bmatrix} -4 \\ 3 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} (4)(-4) + (3)(3) \\ (1)(-4) + (2)(3) \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} -16 + 9 \\ -4 + 6 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} -7 \\ 2 \end{bmatrix}.

Hence, option 1 is the correct option.

Question 39

If A = [ab]\begin{bmatrix} a & b \end{bmatrix} and B = [cd]\begin{bmatrix} c \\ d \end{bmatrix}, then :

  1. only matrix AB is possible

  2. only matrix BA is possible

  3. both matrices AB and BA are possible

  4. both matrices AB and BA are possible, AB = BA

Answer

Order of matrix A = 1 × 2

Order of matrix B = 2 × 1

Since, no. of columns in A is equal to the no. of rows in B and no. of columns in B is equal to the no. of rows in A.

∴ AB and BA are possible.

AB=[a×c+b×d]=[ac+bd].BA=[c×ac×bd×ad×b]=[cacbdadb].AB = \begin{bmatrix} a \times c + b \times d \end{bmatrix} \\[1em] = \begin{bmatrix} ac + bd \end{bmatrix}. \\[1em] BA = \begin{bmatrix} c \times a & c \times b \\ d \times a & d \times b \end{bmatrix} \\[1em] = \begin{bmatrix} ca & cb \\ da & db \end{bmatrix}.

∴ AB ≠ BA.

Hence, Option 3 is the correct option.

Question 40

If matrix A = [12]\begin{bmatrix*}[r] -1 & 2 \end{bmatrix*} and matrix B = [34]\begin{bmatrix*}[r] 3 \\ 4 \end{bmatrix*}, then matrix AB is equal to:

1.[3]1. \begin{bmatrix*}[r] -3 \end{bmatrix*}

2.[8]2. \begin{bmatrix*}[r] 8 \end{bmatrix*}

3.[5]3. \begin{bmatrix*}[r] 5 \end{bmatrix*}

4.[1234]4. \begin{bmatrix*}[r] -1 & 2 \\ 3 & 4 \end{bmatrix*}

Answer

Calculating,

AB=[12][34]=[1×3+2×4]=[3+8]=[5].\Rightarrow AB = \begin{bmatrix*}[r] -1 & 2 \\ \end{bmatrix*}\begin{bmatrix*}[r] 3 \\ 4 \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -1 \times 3 + 2 \times 4 \\ \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] -3 + 8 \\ \end{bmatrix*} \\[1em] = \begin{bmatrix*}[r] 5 \end{bmatrix*}.

Hence, option 3 is the correct option.

Question 41

If A is a matrix of order m × n such that AB and BA are both defined, then B is a/an:

  1. m × n matrix

  2. n × m matrix

  3. m × m matrix

  4. n × n matrix

Answer

If A is of order m × n:

For matrix multiplication AB to exist, the number of columns of A must equal the number of rows of B.

Number of rows in B = n

For matrix multiplication BA to exist, the number of columns of B must be equal to the number of rows of A.

Number of columns in B = m.

B is of order = n × m.

Hence, option 2 is the correct option.

Question 42

If A = [51034]\begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix} and I = [1001]\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}, then AI is equal to:

  1. [1001]\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

  2. [51034]\begin{bmatrix} 5 & 10 \\ -3 & 4 \end{bmatrix}

  3. [51034]\begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix}

  4. [151511]\begin{bmatrix} 15 & 15 \\ -1 & -1 \end{bmatrix}

Answer

Given,

A = [51034]\begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix} and I = [1001]\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

Solving for AI:

AI=[51034]×[1001]=[5(1)+10(0)5(0)+10(1)3(1)+(4)(0)3(0)+(4)(1)]=[5+00+103+00+(4)]=[51034].AI = \begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix} \times \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \\[1em] = \begin{bmatrix} 5(1) + 10(0) & 5(0) + 10(1) \\ 3(1) + (-4)(0) & 3(0) + (-4)(1) \end{bmatrix} \\[1em] = \begin{bmatrix} 5 + 0 & 0 + 10 \\ 3 + 0 & 0 + (-4) \end{bmatrix} \\[1em] = \begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix}.

Hence, option 3 is the correct option.

Question 43

If A=[0110]A = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}, then A2 is equal to:

  1. [1100]\begin{bmatrix} 1 & 1 \\ 0 & 0 \end{bmatrix}

  2. [0011]\begin{bmatrix} 0 & 0 \\ 1 & 1 \end{bmatrix}

  3. [1001]\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

  4. [0110]\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}

Answer

Given,

A=[0110]A = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}

Substituting values we get :

A2=[0110].[0110]=[0×0+1×10×1+1×01×0+0×11×1+0×0]=[0+10+00+01+0]=[1001].A^2 = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} . \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}\\[1em] = \begin{bmatrix} 0 \times 0 + 1 \times 1 & 0 \times 1 + 1 \times 0 \\ 1 \times 0 + 0 \times 1 & 1 \times 1 + 0 \times 0 \end{bmatrix}\\[1em] = \begin{bmatrix} 0 + 1 & 0 + 0 \\ 0 + 0 & 1 + 0 \end{bmatrix}\\[1em] = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}.

Hence, option 3 is the correct option.

Question 44

The product of A = [1234]\begin{bmatrix} 1 & -2 \\ -3 & 4 \end{bmatrix} and matrix M, AM = B where B = [224]\begin{bmatrix} 2 \\ 24 \end{bmatrix}, then the order of matrix M is:

  1. 2 × 2

  2. 2 × 1

  3. 1 × 2

  4. 4 × 1

Answer

Order of matrix A = 2 × 2

Order of matrix B = 2 × 1

Order of matrix M (let) = a × b

We know that,

Two matrix can be multiplied if the no. of columns of the first matrix is equal to the no. of rows of the second matrix and the resultant matrix has the no. of rows of first matrix and no. of columns of second matrix.

Given,

⇒ AM = B

⇒ A2 × 2 × Ma × b = B2 × 1

⇒ a = 2 and b = 1.

Order of matrix M = 2 × 1.

Hence, Option 2 is the correct option.

Question 45

If matrix 𝐴 = [2202] and A2=[4x04]\begin{bmatrix} 2 & 2 \\ 0 & 2 \end{bmatrix}\text{ and } A^2 = \begin{bmatrix} 4 & x \\ 0 & 4 \end{bmatrix}, then the value of x is :

  1. 2

  2. 4

  3. 8

  4. 10

Answer

A2=[2202][2202]A2=[2×2+2×02×2+2×20×2+2×00×2+2×2][4x04]=[4+04+40+00+4][4x04]=[4804]x=8.\phantom{\Rightarrow} A^2 = \begin{bmatrix} 2 & 2 \\ 0 & 2 \end{bmatrix}\begin{bmatrix} 2 & 2 \\ 0 & 2 \end{bmatrix} \\[1em] \Rightarrow A^2 = \begin{bmatrix} 2 \times 2 + 2\times 0 & 2 \times 2 + 2 \times 2 \\ 0 \times 2 + 2 \times 0 & 0 \times 2 + 2 \times 2 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 4 & x \\ 0 & 4 \end{bmatrix} = \begin{bmatrix} 4 + 0 & 4 + 4 \\ 0 + 0 & 0 + 4 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 4 & x \\ 0 & 4 \end{bmatrix} = \begin{bmatrix} 4 & 8 \\ 0 & 4 \end{bmatrix} \\[1em] \Rightarrow x = 8.

Hence, Option 3 is the correct option.

Question 46

Matrix A = [694k] such that A2=[0000]\begin{bmatrix} 6 & 9 \\ -4 & k \end{bmatrix} \text{ such that } A^2 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}. Then k is :

  1. 6

  2. -6

  3. 36

  4. ±6

Answer

Given,

A2=[0000]A^2 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}.

[694k][694k]=[0000][6×6+9×(4)6×9+9×k4×6+k×(4)(4)×9+k×k]=[0000][36+(36)54+9k244k36+k2]=[0000][054+9k244k36+k2]=[0000]54+9k=09k=54k=549=6.\therefore \begin{bmatrix} 6 & 9 \\ -4 & k \end{bmatrix}\begin{bmatrix} 6 & 9 \\ -4 & k \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 6 \times 6 + 9 \times (-4) & 6 \times 9 + 9 \times k \\ -4 \times 6 + k \times (-4) & (-4) \times 9 + k \times k \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 36 + (-36) & 54 + 9k \\ -24 - 4k & -36 + k^2 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} 0 & 54 + 9k \\ -24 - 4k & -36 + k^2 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \\[1em] \Rightarrow 54 + 9k = 0 \\[1em] \Rightarrow 9k = -54 \\[1em] \Rightarrow k = -\dfrac{54}{9} = -6.

Hence, Option 2 is the correct option.

PrevNext