Q. Find the determinant of \( G = \begin{pmatrix} 2 & 3 \\ 5 & 7 \end{pmatrix} \). (2021)
Solution
The determinant is calculated as \( 2*7 - 3*5 = 14 - 15 = -1 \).
Correct Answer: A — 1
Learn More →
Q. Find the determinant of \( G = \begin{pmatrix} 4 & 2 \\ 3 & 1 \end{pmatrix} \). (2020)
Solution
The determinant is \( 4*1 - 2*3 = 4 - 6 = -2 \).
Correct Answer: A — -2
Learn More →
Q. Find the value of \( x \) if \( \begin{vmatrix} 1 & 2 \\ 3 & x \end{vmatrix} = 0 \). (2023)
Solution
Setting the determinant to zero: \( 1*x - 2*3 = 0 \) gives \( x - 6 = 0 \) or \( x = 6 \).
Correct Answer: C — 3
Learn More →
Q. For the matrix E = [[1, 2, 3], [0, 1, 4], [5, 6, 0]], find det(E). (2021)
Solution
Using the determinant formula, det(E) = 1*(1*0 - 4*6) - 2*(0*0 - 4*5) + 3*(0*6 - 1*5) = 1*(-24) - 2*(-20) - 15 = -24 + 40 - 15 = 1.
Correct Answer: A — -24
Learn More →
Q. For the matrix E = [[1, 2, 3], [0, 1, 4], [5, 6, 0]], find the determinant. (2023)
Solution
Determinant of E = 1(1*0 - 4*6) - 2(0*0 - 4*5) + 3(0*6 - 1*5) = 1(0 - 24) - 2(0 - 20) + 3(0 - 5) = -24 + 40 - 15 = 1.
Correct Answer: A — -24
Learn More →
Q. For the matrix E = [[1, 2], [2, 4]], what is the determinant? (2021)
Solution
Determinant of E = (1*4) - (2*2) = 4 - 4 = 0.
Correct Answer: A — 0
Learn More →
Q. If C = [[0, 1], [1, 0]], what is det(C)? (2022)
Solution
Determinant of C = (0*0) - (1*1) = 0 - 1 = -1.
Correct Answer: C — -1
Learn More →
Q. If E = [[2, 1, 3], [1, 0, 2], [4, 1, 1]], what is det(E)? (2020)
Solution
The determinant of E can be calculated using the rule of Sarrus or cofactor expansion, resulting in 0.
Correct Answer: A — -1
Learn More →
Q. If E = [[a, b], [c, d]], what is the expression for det(E)? (2023)
-
A.
ad - bc
-
B.
ab + cd
-
C.
ac - bd
-
D.
bc - ad
Solution
The determinant of E is calculated as (a*d) - (b*c) = ad - bc.
Correct Answer: A — ad - bc
Learn More →
Q. If F = [[1, 2, 3], [0, 1, 4], [5, 6, 0]], what is det(F)? (2021)
Solution
Det(F) = 1(1*0 - 4*6) - 2(0*0 - 4*5) + 3(0*6 - 1*5) = 1(0 - 24) - 2(0 - 20) + 3(0 - 5) = -24 + 40 - 15 = 1.
Correct Answer: A — -14
Learn More →
Q. If F = [[2, 0], [0, 3]], what is det(F)? (2020)
Solution
The determinant of F is calculated as (2*3) - (0*0) = 6.
Correct Answer: B — 6
Learn More →
Q. If F = [[2, 1, 3], [1, 0, 2], [0, 1, 1]], what is det(F)? (2023)
Solution
Det(F) = 2(0*1 - 2*1) - 1(1*1 - 2*0) + 3(1*1 - 0*0) = 2(0 - 2) - 1(1) + 3(1) = -4 - 1 + 3 = -2.
Correct Answer: C — 3
Learn More →
Q. If F = [[2, 1, 3], [1, 0, 2], [3, 1, 1]], find det(F). (2022)
Solution
Using the determinant formula, det(F) = 2(0*1 - 2*1) - 1(1*1 - 2*3) + 3(1*1 - 0*3) = 2(0 - 2) - 1(1 - 6) + 3(1 - 0) = -4 + 5 + 3 = 4.
Correct Answer: A — -4
Learn More →
Q. If F = [[2, 1, 3], [1, 0, 2], [3, 4, 1]], find det(F). (2022)
Solution
Using the determinant formula, det(F) = 2*(0*1 - 2*4) - 1*(1*1 - 2*3) + 3*(1*4 - 0*3) = 2*(-8) - 1*(-5) + 3*4 = -16 + 5 + 12 = 1.
Correct Answer: A — -10
Learn More →
Q. If F = [[2, 1], [1, 3]], what is the value of det(F)? (2022)
Solution
The determinant of F is (2*3) - (1*1) = 6 - 1 = 5.
Correct Answer: A — 5
Learn More →
Q. If H = [[1, 2, 1], [0, 1, 0], [2, 1, 1]], find det(H). (2021)
Solution
The determinant of H is calculated as 1(1*1 - 0*1) - 2(0*1 - 0*2) + 1(0*1 - 1*2) = 1 - 0 - 2 = -1.
Correct Answer: B — 1
Learn More →
Q. If H = [[1, 2], [2, 4]], what is det(H)? (2020)
Solution
The determinant of H is (1*4) - (2*2) = 4 - 4 = 0.
Correct Answer: A — 0
Learn More →
Q. If H = [[2, 3], [4, 5]], find det(H). (2022)
Solution
Det(H) = (2*5) - (3*4) = 10 - 12 = -2.
Correct Answer: D — 7
Learn More →
Q. If I = [[1, 0, 2], [0, 1, 3], [1, 0, 4]], find det(I). (2021)
Solution
Using cofactor expansion, det(I) = 1(1*4 - 3*0) - 0 + 2(0*0 - 1*1) = 4 - 2 = 2.
Correct Answer: B — 2
Learn More →
Q. If I = [[1, 0, 2], [0, 1, 3], [1, 1, 0]], find det(I). (2023)
Solution
Using the determinant formula for 3x3 matrices, det(I) = 1(1*0 - 3*1) - 0(0 - 3*1) + 2(0 - 1*1) = 0 - 0 - 2 = -2.
Correct Answer: A — -1
Learn More →
Q. If I = [[1, 2], [2, 4]], what is det(I)? (2021)
Solution
The determinant of I is 0 because the rows are linearly dependent.
Correct Answer: A — 0
Learn More →
Q. If J = [[1, 1], [1, 1]], what is det(J)? (2019)
Solution
Det(J) = (1*1) - (1*1) = 1 - 1 = 0.
Correct Answer: A — 0
Learn More →
Q. If J = [[1, 2, 1], [0, 1, 3], [2, 1, 0]], calculate det(J). (2023)
Solution
Using the determinant formula, det(J) = 1*(1*0 - 3*1) - 2*(0*0 - 3*2) + 1*(0*1 - 1*2) = 1*(-3) - 2*(-6) + 1*(-2) = -3 + 12 - 2 = 7.
Correct Answer: A — -4
Learn More →
Q. If J = [[1, 2], [2, 4]], what is det(J)? (2022)
Solution
Det(J) = (1*4) - (2*2) = 4 - 4 = 0.
Correct Answer: A — 0
Learn More →
Q. If \( B = \begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix} \), what is \( |B| \)? (2022)
Solution
The determinant of \( B \) is \( 2*4 - 3*1 = 8 - 3 = 5 \).
Correct Answer: A — 5
Learn More →
Q. If \( E = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} \), what is \( |E| \)? (2023)
Solution
The determinant is calculated as \( 0*0 - 1*1 = 0 - 1 = -1 \).
Correct Answer: C — -1
Learn More →
Q. If \( E = \begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix} \), what is \( |E| \)? (2022)
Solution
The determinant is \( 1*1 - 1*1 = 1 - 1 = 0 \).
Correct Answer: A — 0
Learn More →
Q. What is the determinant of G = [[1, 1, 1], [1, 2, 3], [1, 3, 6]]? (2023)
Solution
Det(G) = 1(2*6 - 3*3) - 1(1*6 - 1*3) + 1(1*3 - 1*2) = 1(12 - 9) - 1(6 - 3) + 1(3 - 2) = 3 - 3 + 1 = 1.
Correct Answer: A — 0
Learn More →
Q. What is the determinant of G = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]? (2020)
Solution
Det(G) = 1(5*9 - 6*8) - 2(4*9 - 6*7) + 3(4*8 - 5*7) = 1(45 - 48) - 2(36 - 42) + 3(32 - 35) = -3 + 12 - 9 = 0.
Correct Answer: A — 0
Learn More →
Q. What is the determinant of G = [[1, 2], [2, 4]]? (2020)
Solution
Determinant of G = (1*4) - (2*2) = 4 - 4 = 0.
Correct Answer: A — 0
Learn More →
Showing 31 to 60 of 89 (3 Pages)