1
The value of the determinant \(\begin{vmatrix} \cos 75^\circ & \sin 75^\circ \\ \sin 15^\circ & \cos 15^\circ \end{vmatrix}\) is :
(A) 1 ย  (B) zero ย  (C) \(\frac{1}{2}\) ย  (D) \(\frac{\sqrt{3}}{2}\)
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
For a 2ร—2 determinant \(\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad – bc\). Also use \(\cos A \cos B – \sin A \sin B = \cos(A+B)\).
Step 1
Expand:
\[
\begin{vmatrix}
\cos 75^\circ & \sin 75^\circ\\
\sin 15^\circ & \cos 15^\circ
\end{vmatrix}
=
\cos75^\circ\cos15^\circ-\sin75^\circ\sin15^\circ
\]
Step 2
Apply \(\cos A \cos B – \sin A \sin B = \cos(A+B)\):
\[
= \cos(75^\circ + 15^\circ) = \cos 90^\circ.
\]
Step 3
\(\cos 90^\circ = 0\). Hence the determinant is zero.
โœ… Final Answer
(B) zero
๐Ÿ” Verification
\(\cos 90^\circ = 0\), so determinant = 0. โœ“

2
If A = \(\begin{bmatrix} 1 & 2 \\ 4 & 2 \end{bmatrix}\) and |3A| = k|A|, then the value of k is :
(A) 3 ย  (B) 9 ย  (C) 6 ย  (D) 27
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
For a square matrix A of order n, \(|kA| = k^n |A|\). Here A is 2ร—2 โ‡’ n = 2.
Step 1
\[
|A| = 1\cdot2 – 2\cdot4 = 2 – 8 = -6.
\]
Step 2
Since order = 2, \(|3A| = 3^2 |A| = 9|A|\).
Step 3
Given \(|3A| = k|A|\) โ‡’ \(9|A| = k|A|\) โ‡’ \(k = 9\) (since |A| โ‰  0).
โœ… Final Answer
(B) 9
๐Ÿ” Verification
\(|3A| = 9(-6) = -54\), \(k|A| = 9(-6) = -54\). โœ“

3
If A and B are square matrices both of order 3, such that |A| = -3 and |B| = 2, then |2AB| is equal to :
(A) 48 ย  (B) -48 ย  (C) -24 ย  (D) -12
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
For nร—n matrices, \(|kA| = k^n |A|\) and \(|AB| = |A||B|\). Here n = 3.
Step 1
\[
|2AB| = |2A| \cdot |B| = 2^3 |A| \cdot |B|.
\]
Step 2
Substitute: \(8 \cdot (-3) \cdot 2 = 8 \cdot (-6) = -48\).
โœ… Final Answer
(B) -48
๐Ÿ” Verification
\(8\cdot(-3)\cdot2 = -48\). โœ“

4
If \(\left| \begin{array}{cc} x+1 & x-1 \\ x-3 & x+2 \end{array} \right| = \left| \begin{array}{cc} 5 & 5 \\ 3 & 7 \end{array} \right|\), then the value of x is :
(A) 4 ย  (B) 3 ย  (C) 6 ย  (D) 2
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
Evaluate both determinants using \(ad-bc\) and equate.
Step 1
LHS:
\[
(x+1)(x+2) – (x-1)(x-3)
\]
\[
= (x^2+3x+2) – (x^2-4x+3) = 7x-1.
\]
Step 2
RHS:
\[
5\cdot7 – 5\cdot3 = 35 – 15 = 20.
\]
Step 3
Equate: \(7x – 1 = 20\) โ‡’ \(7x = 21\) โ‡’ \(x = 3\).
โœ… Final Answer
(B) 3
๐Ÿ” Verification
For \(x=3\), LHS = \(7(3)-1=20\), RHS = 20. โœ“

5
If A is a square matrix of order 3 such that A(adj A) = 7 I, then | adj A | is equal to :
(A) 1 ย  (C) 7 ย  (D) 49
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
For a square matrix A of order n: \(A(\text{adj }A) = |A| I\) and \(|\text{adj }A| = |A|^{n-1}\).
Step 1
Given \(A(\text{adj }A) = 7I\) โ‡’ \(|A| = 7\).
Step 2
For n=3, \(|\text{adj }A| = |A|^{3-1} = |A|^2 = 7^2 = 49\).
โœ… Final Answer
(D) 49
๐Ÿ” Verification
\(|A(\text{adj }A)| = |7I| = 7^3 = 343\) and \(|A|\cdot|\text{adj }A| = 7\cdot49 = 343\). โœ“

6
The area of a triangle with vertices (3, 0), (0, k) and (-3, 0) is 9 sq units. The value of k is :
(A) 9 ย  (B) -9 ย  (C) 3 ย  (D) 6
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
Area = \(\frac12 | x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2) |\).
Step 1
Substitute:
\[
\text{Area} = \frac12 | 3(k-0) + 0(0-0) + (-3)(0-k) |
\]
\[
= \frac12 | 3k + 3k | = 3|k|.
\]
Step 2
Given \(3|k| = 9\) โ‡’ \(|k| = 3\) โ‡’ \(k = \pm 3\). From options, \(k=3\).
โœ… Final Answer
(C) 3
๐Ÿ” Verification
For \(k=3\), Area = \(3\cdot3 = 9\). โœ“

7
For a non-singular matrix X, if Xยฒ = I, then Xโปยน is equal to :
(A) X ย  (C) I
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
If \(X^2 = I\), then \(X \cdot X = I\), so X is its own inverse.
Step 1
Given \(X^2 = I\) โ‡’ \(X \cdot X = I\).
Step 2
By definition of inverse, \(X^{-1} = X\).
โœ… Final Answer
(A) X
๐Ÿ” Verification
\(X \cdot X = I\) โ‡’ \(X^{-1} = X\). โœ“

8
The cofactor of the element aโ‚ƒโ‚‚ in the determinant \(\Delta = \begin{vmatrix} 1 & 2 & 3 \\ 2 & 3 & 1 \\ 3 & 1 & 2 \end{vmatrix}\) is :
(A) ยฑ5 ย  (C) 5
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
Cofactor \(C_{ij} = (-1)^{i+j} M_{ij}\), where \(M_{ij}\) is the minor.
Step 1
For aโ‚ƒโ‚‚, remove row 3, column 2:
\[
M_{32} = \begin{vmatrix} 1 & 3 \\ 2 & 1 \end{vmatrix} = 1\cdot1 – 3\cdot2 = 1-6 = -5.
\]
Step 2
Sign: \((-1)^{3+2} = (-1)^5 = -1\).
Step 3
\[
C_{32} = (-1)^{3+2} \cdot M_{32} = -1 \cdot (-5) = 5.
\]
โœ… Final Answer
(C) 5
๐Ÿ” Verification
\(C_{32} = (-1)^5 \cdot (-5) = 5\). โœ“

9
Assertion (A): If A is a skew-symmetric matrix of order 3, then |A| = 0.
Reason (R): If A is a square matrix of order 3, then |A| = |Aโ€ฒ|.
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
Skew-symmetric of odd order has determinant zero. Also \(|A| = |A’|\) for any square matrix.
Step 1
For skew-symmetric A of order 3: \(A’ = -A\).
Step 2
Taking determinant: \(|A’| = |-A| = (-1)^3 |A| = -|A|\).
Step 3
But \(|A’| = |A|\) (property). So \(|A| = -|A|\) โ‡’ \(2|A| = 0\) โ‡’ \(|A| = 0\). Assertion (A) is true.
Step 4
Reason (R): \(|A| = |A’|\) is always true for any square matrix. So R is true, but it does not specifically explain why a skew-symmetric matrix of order 3 has determinant 0.
โœ… Final Answer
Both A and R are true, but R is not the correct explanation of A.
๐Ÿ” Verification
A is true (odd-order skew-symmetric determinant is 0). R is true. R does not directly explain A.

10
If \(A = \begin{bmatrix} 3 & 2 & 1 \\ 4 & -1 & 2 \\ 7 & 3 & -3 \end{bmatrix}\), find \(A^{-1}\). Using \(A^{-1}\), solve the given system of equations \(3x + 4y + 7z = 14;\; 2x – y + 3z = 4;\; x + 2y – 3z = 0\).
๐Ÿ“Œ Step-by-Step Answer
๐Ÿ“– Concept
\(A^{-1} = \frac{1}{|A|}\text{adj}(A)\). The system \(A’X = B\) has solution \(X = (A^{-1})’B\).
Step 1
Compute \(|A|\):
\[
|A| = 3((-1)(-3)-2\cdot3) – 2(4(-3)-2\cdot7) + 1(4\cdot3 – (-1)\cdot7)
\]
\[
= 3(3-6) – 2(-12-14) + 1(12+7)
\]
\[
= -9 + 52 + 19 = 62 \neq 0.
\]
Step 2
Cofactor matrix:
\[
\begin{bmatrix}
-3 & 26 & 19 \\
9 & -16 & 5 \\
5 & -2 & -11
\end{bmatrix}.
\]
Step 3
\(\text{adj}(A) =
\begin{bmatrix}
-3 & 9 & 5 \\
26 & -16 & -2 \\
19 & 5 & -11
\end{bmatrix}\).
Step 4
\[
A^{-1} = \frac{1}{62} \begin{bmatrix}
-3 & 9 & 5 \\
26 & -16 & -2 \\
19 & 5 & -11
\end{bmatrix}.
\]
Step 5
System as \(A’X = B\) with \(X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}\), \(B = \begin{bmatrix} 14 \\ 4 \\ 0 \end{bmatrix}\).
Step 6
\[
X = (A^{-1})’B = \frac{1}{62} \begin{bmatrix}
-3 & 26 & 19 \\
9 & -16 & 5 \\
5 & -2 & -11
\end{bmatrix} \begin{bmatrix} 14 \\ 4 \\ 0 \end{bmatrix}.
\]
Step 7
Compute \(x, y, z\):
\[
x = \frac{1}{62}[(-3)(14)+26(4)+19(0)] = \frac{-42+104}{62} = 1,
\]
\[
y = \frac{1}{62}[9(14)+(-16)(4)+5(0)] = \frac{126-64}{62} = 1,
\]
\[
z = \frac{1}{62}[5(14)+(-2)(4)+(-11)(0)] = \frac{70-8}{62} = 1.
\]
โœ… Final Answer

\(A^{-1} = \frac{1}{62} \begin{bmatrix} -3 & 9 & 5 \\ 26 & -16 & -2 \\ 19 & 5 & -11 \end{bmatrix}\)
\(x = 1,\; y = 1,\; z = 1\)
๐Ÿ” Verification
\(3(1)+4(1)+7(1)=14\), \(2(1)-1(1)+3(1)=4\), \(1(1)+2(1)-3(1)=0\). โœ“