Multiple Choice Questions The order of the matrix having x rows and y columns is denoted by:
x + y
x - y
x × y
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.
The total number of elements in an m × n matrix is:
m + n
mn
mn
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.
The matrix, A = [ 3 4 − 8 2 0 − 2 1 7 − 9 ] \begin{bmatrix} 3 & 4 & -8 \\ 2 & 0 & -2 \\ 1 & 7 & -9 \end{bmatrix} 3 2 1 4 0 7 − 8 − 2 − 9 , then the value of a23 is:
2
-8
-9
-2
Answer
i = Row
j = Column
In a23 , i = 2 (Second row) j = 3 (Third column)
In given matrix:
A = [ 3 4 − 8 2 0 − 2 1 7 − 9 ] \begin{bmatrix} 3 & 4 & -8 \\ 2 & 0 & -2 \\ 1 & 7 & -9 \end{bmatrix} 3 2 1 4 0 7 − 8 − 2 − 9
The element in the second row and third column is −2.
Hence, option 4 is the correct option.
The matrix, A = [ 4 0 0 0 3 0 0 0 − 7 ] \begin{bmatrix} 4 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & -7 \end{bmatrix} 4 0 0 0 3 0 0 0 − 7 is a:
Rectangular matrix
Column matrix
Diagonal matrix
Identity matrix
Answer
Given,
A = [ 4 0 0 0 3 0 0 0 − 7 ] \begin{bmatrix} 4 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & -7 \end{bmatrix} 4 0 0 0 3 0 0 0 − 7
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.
A matrix of order of 3 × 1 whose elements aij are given by aij = (2i + j), is :
[ 3 5 7 ] \begin{bmatrix} 3 & 5 & 7 \end{bmatrix} [ 3 5 7 ]
[ 3 5 7 ] \begin{bmatrix} 3 \\ 5 \\ 7 \end{bmatrix} 3 5 7
[ 2 4 6 ] \begin{bmatrix} 2 & 4 & 6 \end{bmatrix} [ 2 4 6 ]
[ 2 4 6 ] \begin{bmatrix} 2 \\ 4 \\ 6 \end{bmatrix} 2 4 6
Answer
aij = (2i + j)
⇒ a11 = 2(1) + 1 = 3
⇒ a21 = (2)2 + 1 = 5
⇒ a31 = (2)3 + 1 = 7
Matrix A = [ 3 5 7 ] \begin{bmatrix} 3 \\ 5 \\ 7 \end{bmatrix} 3 5 7
Hence, option 2 is the correct option.
A matrix of order 3 × 2 whose elements aij are given by aij = (i + j), is:
[ 2 3 4 3 4 5 ] \begin{bmatrix} 2 & 3 & 4 \\ 3 & 4 & 5 \end{bmatrix} [ 2 3 3 4 4 5 ]
[ 2 3 4 4 5 6 ] \begin{bmatrix} 2 & 3 & 4 \\ 4 & 5 & 6 \end{bmatrix} [ 2 4 3 5 4 6 ]
[ 2 3 3 4 4 5 ] \begin{bmatrix} 2 & 3 \\ 3 & 4 \\ 4 & 5 \end{bmatrix} 2 3 4 3 4 5
[ 2 3 3 4 5 6 ] \begin{bmatrix} 2 & 3 \\ 3 & 4 \\ 5 & 6 \end{bmatrix} 2 3 5 3 4 6
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 = [ 2 3 3 4 4 5 ] \begin{bmatrix} 2 & 3 \\ 3 & 4 \\ 4 & 5 \end{bmatrix} 2 3 4 3 4 5
Hence, option 3 is the correct option.
If a matrix has 12 elements, then the total number of possible orders it can have is:
4
6
8
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.
A 2 × 2 matrix whose elements are given by aij = ( i + 2 j ) 2 2 \dfrac{(i + 2j)^2}{2} 2 ( i + 2 j ) 2 is:
[ 3 2 5 2 8 18 ] \begin{bmatrix} \dfrac{3}{2} & \dfrac{5}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix} 2 3 8 2 5 18
[ 5 2 7 2 8 18 ] \begin{bmatrix} \dfrac{5}{2} & \dfrac{7}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix} 2 5 8 2 7 18
[ 9 2 15 2 8 18 ] \begin{bmatrix} \dfrac{9}{2} & \dfrac{15}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix} 2 9 8 2 15 18
[ 9 2 25 2 8 18 ] \begin{bmatrix} \dfrac{9}{2} & \dfrac{25}{2} \\ \space & \space \\ 8 & 18 \end{bmatrix} 2 9 8 2 25 18
Answer
Given,
aij = ( i + 2 j ) 2 2 \dfrac{(i + 2j)^2}{2} 2 ( i + 2 j ) 2
a 11 = [ 1 + 2 ( 1 ) ] 2 2 = 3 2 2 = 9 2 , a 12 = [ 1 + 2 ( 2 ) ] 2 2 = 5 2 2 = 25 2 a 21 = [ 2 + 2 ] 2 2 = 4 2 2 = 16 2 = 8 , a 22 = [ 2 + 2 ( 2 ) ] 2 2 = 6 2 2 = 36 2 = 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. a 11 = 2 [ 1 + 2 ( 1 ) ] 2 = 2 3 2 = 2 9 , a 12 = 2 [ 1 + 2 ( 2 ) ] 2 = 2 5 2 = 2 25 a 21 = 2 [ 2 + 2 ] 2 = 2 4 2 = 2 16 = 8 , a 22 = 2 [ 2 + 2 ( 2 ) ] 2 = 2 6 2 = 2 36 = 18.
Matrix A = [ 9 2 25 2 8 18 ] \begin{bmatrix} \dfrac{9}{2} & \dfrac{25}{2} \\ 8 & 18 \end{bmatrix} [ 2 9 8 2 25 18 ]
Hence, option 4 is the correct option.
If [ 5 3 x 7 ] = [ y z 1 7 ] \begin{bmatrix} 5 & 3 \\ x & 7 \end{bmatrix} = \begin{bmatrix} y & z \\ 1 & 7 \end{bmatrix} [ 5 x 3 7 ] = [ y 1 z 7 ] , then the value of (x + y + z) is:
9
8
11
10
Answer
Given,
[ 5 3 x 7 ] = [ y z 1 7 ] \begin{bmatrix} 5 & 3 \\ x & 7 \end{bmatrix} = \begin{bmatrix} y & z \\ 1 & 7 \end{bmatrix} [ 5 x 3 7 ] = [ y 1 z 7 ]
Solving for x, y and z:
∴ x = 1
∴ y = 5
∴ z = 3
⇒ x + y + z = 9
Hence, option 1 is the correct option.
If [ x − y 2 x + z 2 x − y 3 z + w ] = [ − 1 5 0 13 ] \begin{bmatrix} x - y & 2x + z \\ 2x - y & 3z + w \end{bmatrix} = \begin{bmatrix} -1 & 5 \\ 0 & 13 \end{bmatrix} [ x − y 2 x − y 2 x + z 3 z + w ] = [ − 1 0 5 13 ] , then the value of (x + y + z + w) is:
8
9
10
12
Answer
Given,
⇒ [ x − y 2 x + z 2 x − y 3 z + w ] = [ − 1 5 0 13 ] \Rightarrow \begin{bmatrix} x - y & 2x + z \\ 2x - y & 3z + w \end{bmatrix} = \begin{bmatrix} -1 & 5 \\ 0 & 13 \end{bmatrix} ⇒ [ x − y 2 x − y 2 x + z 3 z + w ] = [ − 1 0 5 13 ]
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.
Which of the following statements is true for the transpose of a matrix?
The number of rows is same as that of the given matrix.
The number of columns is same as that of the given matrix.
The order is same as that of the given matrix.
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.
If [ x + y x − y ] = [ 8 4 ] \begin{bmatrix} x + y \\ x - y \end{bmatrix} = \begin{bmatrix} 8 \\ 4 \end{bmatrix} [ x + y x − y ] = [ 8 4 ] , then the value of xy is:
4
8
10
12
Answer
Given,
[ x + y x − y ] = [ 8 4 ] \begin{bmatrix} x + y \\ x - y \end{bmatrix} = \begin{bmatrix} 8 \\ 4 \end{bmatrix} [ x + y x − y ] = [ 8 4 ]
∴ x + y = 8 .....(1)
∴ x - y = 4 .....(2)
Adding equations (1) and (2), we get :
⇒ x + y + x - y = 8 + 4
⇒ 2x = 12
⇒ x = 12 2 \dfrac{12}{2} 2 12
⇒ 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.
If [ p − q 2 q 2 q + r p + q ] = [ 1 4 9 5 ] \begin{bmatrix} p - q & 2q \\ 2q + r & p + q \end{bmatrix} = \begin{bmatrix} 1 & 4 \\ 9 & 5 \end{bmatrix} [ p − q 2 q + r 2 q p + q ] = [ 1 9 4 5 ] , then the value of (p + q + r) is:
8
10
-5
-10
Answer
[ p − q 2 q 2 q + r p + q ] = [ 1 4 9 5 ] \begin{bmatrix} p - q & 2q \\ 2q + r & p + q \end{bmatrix} = \begin{bmatrix} 1 & 4 \\ 9 & 5 \end{bmatrix} [ p − q 2 q + r 2 q p + q ] = [ 1 9 4 5 ]
Solving for p, q and r:
∴ 2q = 4...(1)
⇒ q = 4 2 \dfrac{4}{2} 2 4
⇒ 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.
If [ x + 3 4 y − 4 x + y ] = [ 5 4 3 9 ] \begin{bmatrix} x + 3 & 4 \\ y - 4 & x + y \end{bmatrix} = \begin{bmatrix} 5 & 4 \\ 3 & 9 \end{bmatrix} [ x + 3 y − 4 4 x + y ] = [ 5 3 4 9 ] , then the values of x and y respectively are:
2, 7
7, 2
3, 5
2, -7
Answer
Given,
[ x + 3 4 y − 4 x + y ] = [ 5 4 3 9 ] \begin{bmatrix} x + 3 & 4 \\ y - 4 & x + y \end{bmatrix} = \begin{bmatrix} 5 & 4 \\ 3 & 9 \end{bmatrix} [ x + 3 y − 4 4 x + y ] = [ 5 3 4 9 ]
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.
[ 2 4 1 4 2 1 − 2 3 5 1 3 1 2 3 6 ] \begin{bmatrix} 2 & 4 & 1 & 4 & 2 \\ 1 & -2 & 3 & 5 & 1 \\ 3 & 1 & 2 & 3 & 6 \end{bmatrix} 2 1 3 4 − 2 1 1 3 2 4 5 3 2 1 6 is a matrix of the order:
3 × 4
5 × 3
3 × 5
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.
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:
2 × 2
2 × 1
1 × 2
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.
If A = [ − 5 4 3 − 8 ] \begin{bmatrix} -5 & 4 \\ 3 & -8 \end{bmatrix} [ − 5 3 4 − 8 ] and B = [ 2 − 3 − 1 4 ] \begin{bmatrix} 2 & -3 \\ -1 & 4 \end{bmatrix} [ 2 − 1 − 3 4 ] , then (A – B) is:
[ 7 7 − 4 12 ] \begin{bmatrix} 7 & 7 \\ -4 & 12 \end{bmatrix} [ 7 − 4 7 12 ]
[ − 7 7 4 − 12 ] \begin{bmatrix} -7 & 7 \\ 4 & -12 \end{bmatrix} [ − 7 4 7 − 12 ]
[ − 7 − 7 4 12 ] \begin{bmatrix} -7 & -7 \\ 4 & 12 \end{bmatrix} [ − 7 4 − 7 12 ]
[ 3 1 2 − 4 ] \begin{bmatrix} 3 & 1 \\ 2 & -4 \end{bmatrix} [ 3 2 1 − 4 ]
Answer
Given,
A = [ − 5 4 3 − 8 ] \begin{bmatrix} -5 & 4 \\ 3 & -8 \end{bmatrix} [ − 5 3 4 − 8 ] and B = [ 2 − 3 − 1 4 ] \begin{bmatrix} 2 & -3 \\ -1 & 4 \end{bmatrix} [ 2 − 1 − 3 4 ]
Solving for A - B:
⇒ [ − 5 − 2 4 − ( − 3 ) 3 − ( − 1 ) − 8 − 4 ] ⇒ [ − 7 7 4 − 12 ] . \Rightarrow \begin{bmatrix} -5 - 2 & 4 - (-3) \\ 3 - (-1) & -8 - 4 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} -7 & 7 \\ 4 & -12 \end{bmatrix}. ⇒ [ − 5 − 2 3 − ( − 1 ) 4 − ( − 3 ) − 8 − 4 ] ⇒ [ − 7 4 7 − 12 ] .
Hence, option 1 is the correct option.
If A = [ 4 2 − 3 − 9 ] \begin{bmatrix} 4 & 2 \\ -3 & -9 \end{bmatrix} [ 4 − 3 2 − 9 ] , then the value of (-3)A is:
[ − 8 − 4 6 18 ] \begin{bmatrix} -8 & -4 \\ 6 & 18 \end{bmatrix} [ − 8 6 − 4 18 ]
[ − 12 − 6 9 18 ] \begin{bmatrix} -12 & -6 \\ 9 & 18 \end{bmatrix} [ − 12 9 − 6 18 ]
[ − 12 − 6 9 27 ] \begin{bmatrix} -12 & -6 \\ 9 & 27 \end{bmatrix} [ − 12 9 − 6 27 ]
[ − 12 6 9 − 27 ] \begin{bmatrix} -12 & 6 \\ 9 & -27 \end{bmatrix} [ − 12 9 6 − 27 ]
Answer
Given,
[ 4 2 − 3 − 9 ] \begin{bmatrix} 4 & 2 \\ -3 & -9 \end{bmatrix} [ 4 − 3 2 − 9 ]
Solving for -3A:
⇒ − 3 [ 4 2 − 3 − 9 ] ⇒ [ − 12 − 6 9 27 ] \Rightarrow -3\begin{bmatrix} 4 & 2 \\ -3 & -9 \end{bmatrix} \\[1em] \Rightarrow \begin{bmatrix} -12 & -6 \\ 9 & 27 \end{bmatrix} ⇒ − 3 [ 4 − 3 2 − 9 ] ⇒ [ − 12 9 − 6 27 ]
Hence, option 3 is the correct option.
If A = [ 3 2 4 1 ] \begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix} [ 3 4 2 1 ] and B = [ 5 0 3 2 ] \begin{bmatrix} 5 & 0 \\ 3 & 2 \end{bmatrix} [ 5 3 0 2 ] , then (3A + 2B) is equal to:
[ 19 6 18 7 ] \begin{bmatrix} 19 & 6 \\ 18 & 7 \end{bmatrix} [ 19 18 6 7 ]
[ 8 2 7 3 ] \begin{bmatrix} 8 & 2 \\ 7 & 3 \end{bmatrix} [ 8 7 2 3 ]
[ 19 16 18 17 ] \begin{bmatrix} 19 & 16 \\ 18 & 17 \end{bmatrix} [ 19 18 16 17 ]
[ 9 16 8 17 ] \begin{bmatrix} 9 & 16 \\ 8 & 17 \end{bmatrix} [ 9 8 16 17 ]
Answer
Given,
A = [ 3 2 4 1 ] \begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix} [ 3 4 2 1 ] and B = [ 5 0 3 2 ] \begin{bmatrix} 5 & 0 \\ 3 & 2 \end{bmatrix} [ 5 3 0 2 ]
Solving for 3A + 2B:
⇒ 3 [ 3 2 4 1 ] + 2 [ 5 0 3 2 ] ⇒ [ 9 6 12 3 ] + [ 10 0 6 4 ] ⇒ 3 [ 3 2 4 1 ] + 2 [ 5 0 3 2 ] ⇒ [ 9 + 10 6 + 0 12 + 6 3 + 4 ] ⇒ [ 19 6 18 7 ] \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} ⇒ 3 [ 3 4 2 1 ] + 2 [ 5 3 0 2 ] ⇒ [ 9 12 6 3 ] + [ 10 6 0 4 ] ⇒ 3 [ 3 4 2 1 ] + 2 [ 5 3 0 2 ] ⇒ [ 9 + 10 12 + 6 6 + 0 3 + 4 ] ⇒ [ 19 18 6 7 ]
Hence, option 1 is the correct option.
Find the matrix A, if A + [ 4 6 − 3 7 ] \begin{bmatrix} 4 & 6 \\ -3 & 7 \end{bmatrix} [ 4 − 3 6 7 ] = [ 3 − 6 5 − 8 ] \begin{bmatrix} 3 & -6 \\ 5 & -8 \end{bmatrix} [ 3 5 − 6 − 8 ]
[ − 1 12 8 − 15 ] \begin{bmatrix} -1 & 12 \\ 8 & -15 \end{bmatrix} [ − 1 8 12 − 15 ]
[ − 1 − 12 8 − 15 ] \begin{bmatrix} -1 & -12 \\ 8 & -15 \end{bmatrix} [ − 1 8 − 12 − 15 ]
[ − 1 − 12 − 8 − 15 ] \begin{bmatrix} -1 & -12 \\ -8 & -15 \end{bmatrix} [ − 1 − 8 − 12 − 15 ]
[ 1 12 8 15 ] \begin{bmatrix} 1 & 12 \\ 8 & 15 \end{bmatrix} [ 1 8 12 15 ]
Answer
Given,
A + [ 4 6 − 3 7 ] \begin{bmatrix} 4 & 6 \\ -3 & 7 \end{bmatrix} [ 4 − 3 6 7 ] = [ 3 − 6 5 − 8 ] \begin{bmatrix} 3 & -6 \\ 5 & -8 \end{bmatrix} [ 3 5 − 6 − 8 ]
Solving for A:
⇒ A = [ 3 − 6 5 − 8 ] − [ 4 6 − 3 7 ] = [ 3 − 4 − 6 − 6 5 − ( − 3 ) − 8 − 7 ] = [ − 1 − 12 8 − 15 ] \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} ⇒ A = [ 3 5 − 6 − 8 ] − [ 4 − 3 6 7 ] = [ 3 − 4 5 − ( − 3 ) − 6 − 6 − 8 − 7 ] = [ − 1 8 − 12 − 15 ]
Hence, option 2 is the correct option.
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} cos θ ⋅ [ cos θ − sin θ sin θ cos θ ] + sin θ ⋅ [ sin θ cos θ − cos θ sin θ ] is equal to:
[ 1 1 1 1 ] \begin{bmatrix} 1 & 1 \\ 1 & 1 \end{bmatrix} [ 1 1 1 1 ]
[ 0 1 1 0 ] \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} [ 0 1 1 0 ]
[ 1 0 0 1 ] \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} [ 1 0 0 1 ]
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} cos θ ⋅ [ cos θ − sin θ sin θ cos θ ] + sin θ ⋅ [ sin θ cos θ − cos θ sin θ ]
Solving:
⇒ [ cos 2 θ cos θ sin θ − sin θ cos θ cos 2 θ ] + ⋅ [ sin 2 θ − sin θ cos θ sin θ cos θ sin 2 θ ] ⇒ [ cos 2 θ + sin 2 θ cos θ sin θ − sin θ cos θ − sin θ cos θ + sin θ cos θ cos 2 θ + sin 2 θ ] ⇒ [ 1 0 0 1 ] , \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}, ⇒ [ cos 2 θ − sin θ cos θ cos θ sin θ cos 2 θ ] + ⋅ [ sin 2 θ sin θ cos θ − sin θ cos θ sin 2 θ ] ⇒ [ cos 2 θ + sin 2 θ cos θ sin θ − sin θ cos θ − sin θ cos θ + sin θ cos θ cos 2 θ + sin 2 θ ] ⇒ [ 1 0 0 1 ] ,
Hence, option 3 is the correct option.
If 2 [ 3 4 5 x ] + [ 1 y 0 1 ] = [ 7 0 10 5 ] 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} 2 [ 3 5 4 x ] + [ 1 0 y 1 ] = [ 7 10 0 5 ] , then the value of (x – y) is:
10
-10
6
-6
Answer
Given,
2 [ 3 4 5 x ] + [ 1 y 0 1 ] = [ 7 0 10 5 ] 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} 2 [ 3 5 4 x ] + [ 1 0 y 1 ] = [ 7 10 0 5 ]
Solving:
⇒ [ 6 8 10 2 x ] + [ 1 y 0 1 ] = [ 7 0 10 5 ] ⇒ [ 6 + 1 8 + y 10 + 0 2 x + 1 ] = [ 7 0 10 5 ] ⇒ [ 7 8 + y 10 2 x + 1 ] = [ 7 0 10 5 ] . \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}. ⇒ [ 6 10 8 2 x ] + [ 1 0 y 1 ] = [ 7 10 0 5 ] ⇒ [ 6 + 1 10 + 0 8 + y 2 x + 1 ] = [ 7 10 0 5 ] ⇒ [ 7 10 8 + y 2 x + 1 ] = [ 7 10 0 5 ] .
∴ 8 + y = 0
⇒ y = -8
∴ 2x + 1 = 5
⇒ 2x = 5 - 1
⇒ 2x = 4
⇒ x = 4 2 \dfrac{4}{2} 2 4
⇒ x = 2
∴ x - y = 2 - (-8) = 10
Hence, option 1 is the correct option.
If 2 [ 1 3 0 x ] + [ y 0 1 2 ] = [ 5 6 1 8 ] 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} 2 [ 1 0 3 x ] + [ y 1 0 2 ] = [ 5 1 6 8 ] ,then the value of (x + y) is:
4
-4
6
8
Answer
Given,
2 [ 1 3 0 x ] + [ y 0 1 2 ] = [ 5 6 1 8 ] 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} 2 [ 1 0 3 x ] + [ y 1 0 2 ] = [ 5 1 6 8 ]
Solving:
⇒ [ 2 6 0 2 x ] + [ y 0 1 2 ] = [ 5 6 1 8 ] ⇒ [ 2 + y 6 1 2 x + 2 ] = [ 5 6 1 8 ] . \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 0 6 2 x ] + [ y 1 0 2 ] = [ 5 1 6 8 ] ⇒ [ 2 + y 1 6 2 x + 2 ] = [ 5 1 6 8 ] .
∴ 2 + y = 5
⇒ y = 5 - 2
⇒ y = 3
∴ 2x + 2 = 8
⇒ 2x = 8 - 2
⇒ 2x = 6
⇒ x = 6 2 \dfrac{6}{2} 2 6 = 3.
∴ x + y = 3 + 3 = 6.
Hence, option 3 is the correct option.
If [ a + b 2 5 a b ] = [ 6 2 5 8 ] \begin{bmatrix} a + b & 2 \\ 5 & ab \end{bmatrix} = \begin{bmatrix} 6 & 2 \\ 5 & 8 \end{bmatrix} [ a + b 5 2 ab ] = [ 6 5 2 8 ] , then the values of a and b are:
a = 4, b = 2
a = 2, b = 4
both (a) and (b)
none of these
Answer
Given,
[ a + b 2 5 a b ] = [ 6 2 5 8 ] \begin{bmatrix} a + b & 2 \\ 5 & ab \end{bmatrix} = \begin{bmatrix} 6 & 2 \\ 5 & 8 \end{bmatrix} [ a + b 5 2 ab ] = [ 6 5 2 8 ]
∴ 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.
If A = [ 0 − 1 2 1 0 3 − 2 − 3 0 ] \begin{bmatrix} 0 & -1 & 2 \\ 1 & 0 & 3 \\ -2 & -3 & 0 \end{bmatrix} 0 1 − 2 − 1 0 − 3 2 3 0 , then (A + A′) is equal to :
0
2A
–A′
A′
Answer
Given,
A = [ 0 − 1 2 1 0 3 − 2 − 3 0 ] \begin{bmatrix} 0 & -1 & 2 \\ 1 & 0 & 3 \\ -2 & -3 & 0 \end{bmatrix} 0 1 − 2 − 1 0 − 3 2 3 0
A′ = [ 0 1 − 2 − 1 0 − 3 2 3 0 ] \begin{bmatrix} 0 & 1 & -2 \\ -1 & 0 & -3 \\ 2 & 3 & 0 \end{bmatrix} 0 − 1 2 1 0 3 − 2 − 3 0
(A + A′)
⇒ [ 0 − 1 2 1 0 3 − 2 − 3 0 ] + [ 0 1 − 2 − 1 0 − 3 2 3 0 ] ⇒ [ 0 + 0 − 1 + 1 2 + ( − 2 ) 1 + ( − 1 ) 0 + 0 3 + ( − 3 ) − 2 + 2 − 3 + 3 0 + 0 ] ⇒ [ 0 0 0 0 0 0 0 0 0 ] \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} ⇒ 0 1 − 2 − 1 0 − 3 2 3 0 + 0 − 1 2 1 0 3 − 2 − 3 0 ⇒ 0 + 0 1 + ( − 1 ) − 2 + 2 − 1 + 1 0 + 0 − 3 + 3 2 + ( − 2 ) 3 + ( − 3 ) 0 + 0 ⇒ 0 0 0 0 0 0 0 0 0
Hence, option 1 is the correct option.
If [ x y + 2 z − 3 ] + [ y 4 5 ] = [ 4 9 12 ] \begin{bmatrix} x & y + 2 & z - 3 \end{bmatrix} + \begin{bmatrix} y & 4 & 5 \end{bmatrix} = \begin{bmatrix} 4 & 9 & 12 \end{bmatrix} [ x y + 2 z − 3 ] + [ y 4 5 ] = [ 4 9 12 ] , then the value of xyz is:
24
20
36
30
Answer
⇒ [ x y + 2 z − 3 ] + [ y 4 5 ] = [ 4 9 12 ] ⇒ [ x + y y + 2 + 4 z − 3 + 5 ] = [ 4 9 12 ] ⇒ [ x + y y + 6 z + 2 ] = [ 4 9 12 ] \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] ⇒ [ x y + 2 z − 3 ] + [ y 4 5 ] = [ 4 9 12 ] ⇒ [ x + y y + 2 + 4 z − 3 + 5 ] = [ 4 9 12 ] ⇒ [ x + y y + 6 z + 2 ] = [ 4 9 12 ]
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.
If x [ 2 1 ] + y [ 3 5 ] + [ − 8 − 11 ] x\begin{bmatrix} 2 \\ 1 \end{bmatrix} + y\begin{bmatrix} 3 \\ 5 \end{bmatrix} + \begin{bmatrix} -8 \\ -11 \end{bmatrix} x [ 2 1 ] + y [ 3 5 ] + [ − 8 − 11 ] = 0, then the value of (2x – 3y) is:
1
-4
3
-3
Answer
⇒ x [ 2 1 ] + y [ 3 5 ] + [ − 8 − 11 ] = [ 0 0 ] ⇒ [ 2 x x ] + [ 3 y 5 y ] + [ − 8 − 11 ] = [ 0 0 ] ⇒ [ 2 x + 3 y − 8 x + 5 y − 11 ] = [ 0 0 ] . \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}. ⇒ x [ 2 1 ] + y [ 3 5 ] + [ − 8 − 11 ] = [ 0 0 ] ⇒ [ 2 x x ] + [ 3 y 5 y ] + [ − 8 − 11 ] = [ 0 0 ] ⇒ [ 2 x + 3 y − 8 x + 5 y − 11 ] = [ 0 0 ] .
∴ 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 = − 14 − 7 \dfrac{-14}{-7} − 7 − 14
⇒ 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.
If [ 2 3 − 4 1 ] + 2 A = 4 [ − 1 2 3 4 ] \begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} + 2A = 4 \begin{bmatrix} -1 & 2 \\ 3 & 4 \end{bmatrix} [ 2 − 4 3 1 ] + 2 A = 4 [ − 1 3 2 4 ] , then the matrix A is:
[ − 3 5 8 15 ] \begin{bmatrix} -3 & 5 \\ 8 & 15 \end{bmatrix} [ − 3 8 5 15 ]
[ 5 − 3 15 8 ] \begin{bmatrix} 5 & -3 \\ 15 & 8 \end{bmatrix} [ 5 15 − 3 8 ]
[ − 3 5 2 8 15 2 ] \begin{bmatrix} -3 & \dfrac{5}{2} \\ 8 & \dfrac{15}{2} \end{bmatrix} − 3 8 2 5 2 15
[ 5 2 − 3 15 2 8 ] \begin{bmatrix} \dfrac{5}{2} & -3 \\ \dfrac{15}{2} & 8 \end{bmatrix} 2 5 2 15 − 3 8
Answer
Given,
⇒ [ 2 3 − 4 1 ] + 2 A = 4 [ − 1 2 3 4 ] ⇒ 2 A = 4 [ − 1 2 3 4 ] − [ 2 3 − 4 1 ] ⇒ A = 1 2 ( 4 [ − 1 2 3 4 ] − [ 2 3 − 4 1 ] ) ⇒ A = 1 2 ( [ − 4 8 12 16 ] − [ 2 3 − 4 1 ] ) ⇒ A = 1 2 ( [ − 4 − 2 8 − 3 12 − ( − 4 ) 16 − 1 ] ) ⇒ 1 2 [ − 6 5 16 15 ] ⇒ [ − 3 5 2 8 15 2 ] . \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}. ⇒ [ 2 − 4 3 1 ] + 2 A = 4 [ − 1 3 2 4 ] ⇒ 2 A = 4 [ − 1 3 2 4 ] − [ 2 − 4 3 1 ] ⇒ A = 2 1 ( 4 [ − 1 3 2 4 ] − [ 2 − 4 3 1 ] ) ⇒ A = 2 1 ( [ − 4 12 8 16 ] − [ 2 − 4 3 1 ] ) ⇒ A = 2 1 ( [ − 4 − 2 12 − ( − 4 ) 8 − 3 16 − 1 ] ) ⇒ 2 1 [ − 6 16 5 15 ] ⇒ − 3 8 2 5 2 15 .
Hence, option 3 is the correct option.
The product AB of two matrices A and B is possible if:
A and B have the same number of rows.
The number of columns of A is equal to the number of rows of B.
The number of rows of A is equal to the number of columns of B.
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.
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?
m = p
m = q
n = p
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.
If P and Q are two different matrices of order 3 × n and n × p, then the order of the matrix PQ is:
3 × p
p × 3
n × n
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.
If [ 2 4 3 2 ] × P = [ 6 8 ] \begin{bmatrix} 2 & 4 \\ 3 & 2 \end{bmatrix} \times P = \begin{bmatrix} 6 \\ 8 \end{bmatrix} [ 2 3 4 2 ] × P = [ 6 8 ] , then the order of matrix P is:
2 × 2
2 × 1
1 × 2
cannot be determined
Answer
Let A = [ 2 4 3 2 ] \begin{bmatrix} 2 & 4 \\ 3 & 2 \end{bmatrix} [ 2 3 4 2 ]
Let B = [ 6 8 ] \begin{bmatrix} 6 \\ 8 \end{bmatrix} [ 6 8 ]
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.
If A = [ 3 − 6 ] \begin{bmatrix} 3 & -6 \end{bmatrix} [ 3 − 6 ] and B = [ 3 − 1 4 3 ] \begin{bmatrix} 3 & -1 \\ 4 & 3 \end{bmatrix} [ 3 4 − 1 3 ] , then the order of matrix AB is:
1 × 2
2 × 1
2 × 2
1 × 3
Answer
A = [ 3 − 6 ] \begin{bmatrix} 3 & -6 \end{bmatrix} [ 3 − 6 ]
Order of matrix A = 1 × 2
B = [ 3 − 1 4 3 ] \begin{bmatrix} 3 & -1 \\ 4 & 3 \end{bmatrix} [ 3 4 − 1 3 ]
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.
If [ 2 0 0 4 ] [ x y ] \begin{bmatrix} 2 & 0 \\ 0 & 4 \end{bmatrix}\begin{bmatrix} x \\ y \end{bmatrix} [ 2 0 0 4 ] [ x y ] = [ 2 − 8 ] \begin{bmatrix} 2 \\ -8 \end{bmatrix} [ 2 − 8 ] , the values of x and y respectively are:
1, -2
-2, 1
1, 2
-2, -1
Answer
Given,
[ 2 0 0 4 ] [ x y ] \begin{bmatrix} 2 & 0 \\ 0 & 4 \end{bmatrix}\begin{bmatrix} x \\ y \end{bmatrix} [ 2 0 0 4 ] [ x y ] = [ 2 − 8 ] \begin{bmatrix} 2 \\ -8 \end{bmatrix} [ 2 − 8 ]
Solving,
⇒ [ 2 ( x ) + 0 ( y ) 0 ( x ) + 4 ( y ) ] = [ 2 − 8 ] ⇒ [ 2 x 4 y ] = [ 2 − 8 ] \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} ⇒ [ 2 ( x ) + 0 ( y ) 0 ( x ) + 4 ( y ) ] = [ 2 − 8 ] ⇒ [ 2 x 4 y ] = [ 2 − 8 ]
∴ 2x = 2
⇒ x = 2 2 \dfrac{2}{2} 2 2
⇒ x = 1.
∴ 4y = -8
⇒ y = − 8 4 \dfrac{-8}{4} 4 − 8
⇒ y = -2.
Hence, option 1 is the correct option.
If [ x 1 ] [ 1 0 − 2 0 ] = 0 \begin{bmatrix} x & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ -2 & 0 \end{bmatrix} = 0 [ x 1 ] [ 1 − 2 0 0 ] = 0 , then the value of x is :
0
1
2
-2
Answer
Given,
[ x 1 ] [ 1 0 − 2 0 ] = 0 \begin{bmatrix} x & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ -2 & 0 \end{bmatrix} = 0 [ x 1 ] [ 1 − 2 0 0 ] = 0
Solving,
⇒ [ x ( 1 ) + ( 1 ) ( − 2 ) ( x ) ( 0 ) + ( 1 ) ( 0 ) ] = 0 ⇒ [ x − 2 0 ] = [ 0 0 ] \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 ( 1 ) + ( 1 ) ( − 2 ) ( x ) ( 0 ) + ( 1 ) ( 0 ) ] = 0 ⇒ [ x − 2 0 ] = [ 0 0 ]
∴ x - 2 = 0
⇒ x = 2
Hence, option 3 is the correct option.
If matrix A = [ − 1 2 ] \begin{bmatrix} -1 & 2 \end{bmatrix} [ − 1 2 ] and matrix B = [ 3 4 ] \begin{bmatrix} 3 \\ 4 \end{bmatrix} [ 3 4 ] , then matrix AB is equal to:
[ − 3 ] \begin{bmatrix} -3 \end{bmatrix} [ − 3 ]
[ 8 ] \begin{bmatrix} 8 \end{bmatrix} [ 8 ]
[ 5 ] \begin{bmatrix} 5 \end{bmatrix} [ 5 ]
[ − 1 2 3 4 ] \begin{bmatrix} -1 & 2 \\ 3 & 4 \end{bmatrix} [ − 1 3 2 4 ]
Answer
Calculating,
⇒ A B = [ − 1 2 ] [ 3 4 ] = [ − 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}. ⇒ A B = [ − 1 2 ] [ 3 4 ] = [ − 1 × 3 + 2 × 4 ] = [ − 3 + 8 ] = [ 5 ] .
Hence, option 3 is the correct option.
If, x [ 2 3 ] + y [ − 1 1 ] = [ 10 5 ] x \begin{bmatrix} 2 \\ 3 \end{bmatrix} + y \begin{bmatrix} -1 \\ 1 \end{bmatrix} = \begin{bmatrix} 10 \\ 5 \end{bmatrix} x [ 2 3 ] + y [ − 1 1 ] = [ 10 5 ] , then the value of xy is:
3
-12
-6
15
Answer
Solving for x and y:
⇒ x [ 2 3 ] + y [ − 1 1 ] = [ 10 5 ] ⇒ [ 2 x 3 x ] + [ − y y ] = [ 10 5 ] ⇒ [ 2 x − y 3 x + y ] = [ 10 5 ] \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] ⇒ x [ 2 3 ] + y [ − 1 1 ] = [ 10 5 ] ⇒ [ 2 x 3 x ] + [ − y y ] = [ 10 5 ] ⇒ [ 2 x − y 3 x + y ] = [ 10 5 ]
∴ 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 = 15 5 \dfrac{15}{5} 5 15
⇒ 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.
If, A = [ 4 3 1 2 ] \begin{bmatrix} 4 & 3 \\ 1 & 2 \end{bmatrix} [ 4 1 3 2 ] and B = [ − 4 3 ] \begin{bmatrix} -4 \\ 3 \end{bmatrix} [ − 4 3 ] , then the matrix AB is :
[ − 7 2 ] \begin{bmatrix} -7 \\ 2 \end{bmatrix} [ − 7 2 ]
[ − 7 2 ] \begin{bmatrix} -7 & 2 \end{bmatrix} [ − 7 2 ]
[ − 7 − 2 ] \begin{bmatrix} -7 \\ -2 \end{bmatrix} [ − 7 − 2 ]
[ − 7 − 2 ] \begin{bmatrix} -7 & -2 \end{bmatrix} [ − 7 − 2 ]
Answer
Given,
A = [ 4 3 1 2 ] \begin{bmatrix} 4 & 3 \\ 1 & 2 \end{bmatrix} [ 4 1 3 2 ] and B = [ − 4 3 ] \begin{bmatrix} -4 \\ 3 \end{bmatrix} [ − 4 3 ]
Solving for AB:
⇒ [ 4 3 1 2 ] × [ − 4 3 ] ⇒ [ ( 4 ) ( − 4 ) + ( 3 ) ( 3 ) ( 1 ) ( − 4 ) + ( 2 ) ( 3 ) ] ⇒ [ − 16 + 9 − 4 + 6 ] ⇒ [ − 7 2 ] . \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}. ⇒ [ 4 1 3 2 ] × [ − 4 3 ] ⇒ [ ( 4 ) ( − 4 ) + ( 3 ) ( 3 ) ( 1 ) ( − 4 ) + ( 2 ) ( 3 ) ] ⇒ [ − 16 + 9 − 4 + 6 ] ⇒ [ − 7 2 ] .
Hence, option 1 is the correct option.
If A = [ a b ] \begin{bmatrix} a & b \end{bmatrix} [ a b ] and B = [ c d ] \begin{bmatrix} c \\ d \end{bmatrix} [ c d ] , then :
only matrix AB is possible
only matrix BA is possible
both matrices AB and BA are possible
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.
A B = [ a × c + b × d ] = [ a c + b d ] . B A = [ c × a c × b d × a d × b ] = [ c a c b d a d b ] . 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}. A B = [ a × c + b × d ] = [ a c + b d ] . B A = [ c × a d × a c × b d × b ] = [ c a d a c b d b ] .
∴ AB ≠ BA.
Hence, Option 3 is the correct option.
If matrix A = [ − 1 2 ] \begin{bmatrix*}[r] -1 & 2 \end{bmatrix*} [ − 1 2 ] and matrix B = [ 3 4 ] \begin{bmatrix*}[r] 3 \\ 4 \end{bmatrix*} [ 3 4 ] , then matrix AB is equal to:
1. [ − 3 ] 1. \begin{bmatrix*}[r] -3 \end{bmatrix*} 1. [ − 3 ]
2. [ 8 ] 2. \begin{bmatrix*}[r] 8 \end{bmatrix*} 2. [ 8 ]
3. [ 5 ] 3. \begin{bmatrix*}[r] 5 \end{bmatrix*} 3. [ 5 ]
4. [ − 1 2 3 4 ] 4. \begin{bmatrix*}[r] -1 & 2 \\ 3 & 4 \end{bmatrix*} 4. [ − 1 3 2 4 ]
Answer
Calculating,
⇒ A B = [ − 1 2 ] [ 3 4 ] = [ − 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*}. ⇒ A B = [ − 1 2 ] [ 3 4 ] = [ − 1 × 3 + 2 × 4 ] = [ − 3 + 8 ] = [ 5 ] .
Hence, option 3 is the correct option.
If A is a matrix of order m × n such that AB and BA are both defined, then B is a/an:
m × n matrix
n × m matrix
m × m matrix
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.
If A = [ 5 10 3 − 4 ] \begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix} [ 5 3 10 − 4 ] and I = [ 1 0 0 1 ] \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} [ 1 0 0 1 ] , then AI is equal to:
[ 1 0 0 1 ] \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} [ 1 0 0 1 ]
[ 5 10 − 3 4 ] \begin{bmatrix} 5 & 10 \\ -3 & 4 \end{bmatrix} [ 5 − 3 10 4 ]
[ 5 10 3 − 4 ] \begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix} [ 5 3 10 − 4 ]
[ 15 15 − 1 − 1 ] \begin{bmatrix} 15 & 15 \\ -1 & -1 \end{bmatrix} [ 15 − 1 15 − 1 ]
Answer
Given,
A = [ 5 10 3 − 4 ] \begin{bmatrix} 5 & 10 \\ 3 & -4 \end{bmatrix} [ 5 3 10 − 4 ] and I = [ 1 0 0 1 ] \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} [ 1 0 0 1 ]
Solving for AI:
A I = [ 5 10 3 − 4 ] × [ 1 0 0 1 ] = [ 5 ( 1 ) + 10 ( 0 ) 5 ( 0 ) + 10 ( 1 ) 3 ( 1 ) + ( − 4 ) ( 0 ) 3 ( 0 ) + ( − 4 ) ( 1 ) ] = [ 5 + 0 0 + 10 3 + 0 0 + ( − 4 ) ] = [ 5 10 3 − 4 ] . 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}. A I = [ 5 3 10 − 4 ] × [ 1 0 0 1 ] = [ 5 ( 1 ) + 10 ( 0 ) 3 ( 1 ) + ( − 4 ) ( 0 ) 5 ( 0 ) + 10 ( 1 ) 3 ( 0 ) + ( − 4 ) ( 1 ) ] = [ 5 + 0 3 + 0 0 + 10 0 + ( − 4 ) ] = [ 5 3 10 − 4 ] .
Hence, option 3 is the correct option.
If A = [ 0 1 1 0 ] A = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} A = [ 0 1 1 0 ] , then A2 is equal to:
[ 1 1 0 0 ] \begin{bmatrix} 1 & 1 \\ 0 & 0 \end{bmatrix} [ 1 0 1 0 ]
[ 0 0 1 1 ] \begin{bmatrix} 0 & 0 \\ 1 & 1 \end{bmatrix} [ 0 1 0 1 ]
[ 1 0 0 1 ] \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} [ 1 0 0 1 ]
[ 0 1 1 0 ] \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} [ 0 1 1 0 ]
Answer
Given,
A = [ 0 1 1 0 ] A = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} A = [ 0 1 1 0 ]
Substituting values we get :
A 2 = [ 0 1 1 0 ] . [ 0 1 1 0 ] = [ 0 × 0 + 1 × 1 0 × 1 + 1 × 0 1 × 0 + 0 × 1 1 × 1 + 0 × 0 ] = [ 0 + 1 0 + 0 0 + 0 1 + 0 ] = [ 1 0 0 1 ] . 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}. A 2 = [ 0 1 1 0 ] . [ 0 1 1 0 ] = [ 0 × 0 + 1 × 1 1 × 0 + 0 × 1 0 × 1 + 1 × 0 1 × 1 + 0 × 0 ] = [ 0 + 1 0 + 0 0 + 0 1 + 0 ] = [ 1 0 0 1 ] .
Hence, option 3 is the correct option.
The product of A = [ 1 − 2 − 3 4 ] \begin{bmatrix} 1 & -2 \\ -3 & 4 \end{bmatrix} [ 1 − 3 − 2 4 ] and matrix M, AM = B where B = [ 2 24 ] \begin{bmatrix} 2 \\ 24 \end{bmatrix} [ 2 24 ] , then the order of matrix M is:
2 × 2
2 × 1
1 × 2
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.
If matrix 𝐴 = [ 2 2 0 2 ] and A 2 = [ 4 x 0 4 ] \begin{bmatrix} 2 & 2 \\ 0 & 2 \end{bmatrix}\text{ and } A^2 = \begin{bmatrix} 4 & x \\ 0 & 4 \end{bmatrix} [ 2 0 2 2 ] and A 2 = [ 4 0 x 4 ] , then the value of x is :
2
4
8
10
Answer
⇒ A 2 = [ 2 2 0 2 ] [ 2 2 0 2 ] ⇒ A 2 = [ 2 × 2 + 2 × 0 2 × 2 + 2 × 2 0 × 2 + 2 × 0 0 × 2 + 2 × 2 ] ⇒ [ 4 x 0 4 ] = [ 4 + 0 4 + 4 0 + 0 0 + 4 ] ⇒ [ 4 x 0 4 ] = [ 4 8 0 4 ] ⇒ 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. ⇒ A 2 = [ 2 0 2 2 ] [ 2 0 2 2 ] ⇒ A 2 = [ 2 × 2 + 2 × 0 0 × 2 + 2 × 0 2 × 2 + 2 × 2 0 × 2 + 2 × 2 ] ⇒ [ 4 0 x 4 ] = [ 4 + 0 0 + 0 4 + 4 0 + 4 ] ⇒ [ 4 0 x 4 ] = [ 4 0 8 4 ] ⇒ x = 8.
Hence, Option 3 is the correct option.
Matrix A = [ 6 9 − 4 k ] such that A 2 = [ 0 0 0 0 ] \begin{bmatrix} 6 & 9 \\ -4 & k \end{bmatrix} \text{ such that } A^2 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} [ 6 − 4 9 k ] such that A 2 = [ 0 0 0 0 ] . Then k is :
6
-6
36
±6
Answer
Given,
A 2 = [ 0 0 0 0 ] A^2 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} A 2 = [ 0 0 0 0 ] .
∴ [ 6 9 − 4 k ] [ 6 9 − 4 k ] = [ 0 0 0 0 ] ⇒ [ 6 × 6 + 9 × ( − 4 ) 6 × 9 + 9 × k − 4 × 6 + k × ( − 4 ) ( − 4 ) × 9 + k × k ] = [ 0 0 0 0 ] ⇒ [ 36 + ( − 36 ) 54 + 9 k − 24 − 4 k − 36 + k 2 ] = [ 0 0 0 0 ] ⇒ [ 0 54 + 9 k − 24 − 4 k − 36 + k 2 ] = [ 0 0 0 0 ] ⇒ 54 + 9 k = 0 ⇒ 9 k = − 54 ⇒ k = − 54 9 = − 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. ∴ [ 6 − 4 9 k ] [ 6 − 4 9 k ] = [ 0 0 0 0 ] ⇒ [ 6 × 6 + 9 × ( − 4 ) − 4 × 6 + k × ( − 4 ) 6 × 9 + 9 × k ( − 4 ) × 9 + k × k ] = [ 0 0 0 0 ] ⇒ [ 36 + ( − 36 ) − 24 − 4 k 54 + 9 k − 36 + k 2 ] = [ 0 0 0 0 ] ⇒ [ 0 − 24 − 4 k 54 + 9 k − 36 + k 2 ] = [ 0 0 0 0 ] ⇒ 54 + 9 k = 0 ⇒ 9 k = − 54 ⇒ k = − 9 54 = − 6.
Hence, Option 2 is the correct option.