Evaluation of determinants and area of triangles using determinants - Question Bank

1. What is the determinant of the matrix [[a+b, a, b], [b, b+a, a], [a, b, a+b]]?
A) a^3 + b^3
B) 3(a+b)^2
C) 2(a+b)^3
D) 3(a^2+b^2)
2. If det(A) = 1 and det(B) = 1, what is det(AB)?
A) 0
B) 1
C) 2
D) Undefined
3. The area of a triangle with vertices A(x1, y1), B(x2, y2), C(x3, y3) can be expressed using determinants as:
A) 1/2 |det([[x1, x2, x3], [y1, y2, y3], [1, 1, 1]])|
B) |det([[x1, y1, 1], [x2, y2, 1], [x3, y3, 1]])|
C) 1/2 |det([[x1, y1, 1], [x2, y2, 1], [x3, y3, 1]])|
D) det([[x1, x2, 1], [y1, y2, 1], [x3, y3, 1]])
4. If A is a 3x3 matrix with det(A) = 5, what is det(A^-1)?
A) 5
B) -5
C) 1/5
D) 25
5. If A is a 3x3 matrix and det(A) = k, what is det(adj(A))?
A) k^2
B) k^3
C) k^(n-1) where n=3
D) k^(n-2) where n=3
6. What is the determinant of the matrix [[1, 2, 3], [0, 4, 5], [0, 0, 6]]?
A) 6
B) 12
C) 24
D) 120
7. If det(A) = 0, then the rows (or columns) of A are:
A) Linearly independent
B) Linearly dependent
C) Orthogonal
D) Identical
8. If A is a 2x2 matrix with det(A) = 3, what is det(5A)?
A) 15
B) 30
C) 75
D) 25
9. The area of the triangle with vertices (x1, y1), (x2, y2), and (x3, y3) is given by the absolute value of:
A) det([[x1, y1], [x2, y2]])
B) det([[x1, x2], [y1, y2]])
C) 1/2 * det([[x1, y1, 1], [x2, y2, 1], [x3, y3, 1]])
D) det([[x1, x2, x3], [y1, y2, y3], [1, 1, 1]])
10. If A is a 3x3 matrix and det(A) = 10, what is det(A^3)?
A) 30
B) 100
C) 1000
D) 10^9
11. What is the determinant of the matrix [[1, sin θ, 1], [-sin θ, 1, sin θ], [1, sin θ, 1]]?
A) 0
B) 1
C) 2
D) sin^2 θ
12. If A is an orthogonal matrix, then det(A) = ?
A) 0
B) 1
C) -1
D) ±1
13. Let A be a 4x4 matrix with det(A) = 5. What is det(3A)?
A) 15
B) 45
C) 135
D) 405
14. If det(A) = 0, then the system of linear equations Ax = b has:
A) A unique solution
B) No solution or infinitely many solutions
C) Exactly two solutions
D) Always no solution
15. What is the area of the triangle formed by the lines x=0, y=0, and x+y=1?
A) 1
B) 1/2
C) 2
D) 0
16. If the points (a, b), (c, d), and (e, f) are collinear, then the determinant of the matrix [[a, c, e], [b, d, f], [1, 1, 1]] is:
A) 1
B) -1
C) 0
D) Undefined
17. The value of the determinant |x y z|, |x^2 y^2 z^2|, |x^3 y^3 z^3| is:
A) xyz(x-y)(y-z)(z-x)
B) -xyz(x-y)(y-z)(z-x)
C) (x-y)(y-z)(z-x)
D) 0
18. If det(A) = -3, what is det(-2A) for a 3x3 matrix A?
A) -6
B) -24
C) 24
D) 6
19. If A is a square matrix such that A^2 = A, then det(A) can be:
A) Only 1
B) Only 0
C) 0 or 1
D) Any real number
20. What is the determinant of the matrix [[a, 0, 0], [0, b, 0], [0, 0, c]]?
A) a+b+c
B) abc
C) a^2 + b^2 + c^2
D) 0
21. The determinant of a matrix is unchanged if:
A) Two rows are interchanged
B) A row is multiplied by a scalar
C) A multiple of one row is added to another row
D) A row is replaced by the sum of all rows
22. If the area of a triangle with vertices (1, 2), (3, k), and (5, 7) is 10 square units, find the value(s) of k.
A) k = 3 or k = 11
B) k = -3 or k = -11
C) k = 3 or k = -11
D) k = -3 or k = 11
23. Evaluate the determinant of the matrix [[1, 1, 1], [a, b, c], [a^2, b^2, c^2]].
A) (a-b)(b-c)(c-a)
B) (a+b)(b+c)(c+a)
C) 0
D) 1
24. If det(A) = 10 and det(B) = 5, what is det(A/B)? (Assuming B is invertible)
A) 2
B) 50
C) 1/2
D) 15
25. Which property of determinants states that if a determinant has a row or column consisting entirely of zeros, its value is zero?
A) Interchange of rows/columns
B) Multiplication by a scalar
C) Row/column of zeros
D) Sum of rows/columns
26. If A is a 3x3 matrix and det(A) = 2, what is det(2A)?
A) 4
B) 8
C) 16
D) 6
27. What is the determinant of the matrix [[cos θ, -sin θ], [sin θ, cos θ]]?
A) 1
B) 0
C) cos^2 θ + sin^2 θ
D) cos^2 θ - sin^2 θ
28. If the vertices of a triangle are (0, 0), (a, b), and (c, d), its area is:
A) 1/2 |ad - bc|
B) 1/2 |ac - bd|
C) |ad - bc|
D) 1/2 |ab - cd|
29. The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) is given by 1/2 |Δ|, where Δ is the determinant of the matrix:
A) [[x1, y1], [x2, y2], [x3, y3]]
B) [[x1, x2, x3], [y1, y2, y3], [1, 1, 1]]
C) [[x1, y1, 1], [x2, y2, 1], [x3, y3, 1]]
D) [[x1, 1, y1], [x2, 1, y2], [x3, 1, y3]]
30. What is the value of det([[1, 2, 3], [4, 5, 6], [7, 8, 9]])?
A) 0
B) 1
C) 10
D) 20
31. If a matrix A is obtained by multiplying each element of a matrix B (of order nxn) by a scalar k, then det(A) = ?
A) k * det(B)
B) k^n * det(B)
C) n * k * det(B)
D) det(B) / k
32. If det(A) = 7, what is det(A^-1)?
A) 7
B) -7
C) 1/7
D) 49
33. What is the determinant of a skew-symmetric matrix of odd order?
A) 1
B) -1
C) 0
D) Undefined
34. If the three vertices of a triangle are (1, 2), (3, 4), and (5, 6), what is the value of the determinant used to find its area?
A) 0
B) 1
C) -1
D) 2
35. Consider a triangle with vertices O(0,0), A(x1, y1), and B(x2, y2). Its area is given by:
A) 1/2 |x1y2 - x2y1|
B) |x1y2 + x2y1|
C) 1/2 |x1y2 + x2y1|
D) |x1y2 - x2y1|
36. What is the determinant of a diagonal matrix?
A) The sum of its diagonal elements
B) The product of its diagonal elements
C) The sum of its non-diagonal elements
D) 0
37. If det(A) = 0, then matrix A is:
A) An identity matrix
B) A non-singular matrix
C) A singular matrix
D) An orthogonal matrix
38. For two square matrices A and B of the same order, which property holds true?
A) det(A + B) = det(A) + det(B)
B) det(AB) = det(A) * det(B)
C) det(AB) = det(A) + det(B)
D) det(AB) = det(A) / det(B)
39. If det(A) = 5, what is det(A^T)?
A) 5
B) -5
C) 1/5
D) 25
40. To calculate the area of a triangle with vertices (2, 3), (4, 1), and (6, 5) using determinants, the expression will involve:
A) 1/2 |det([[2, 3, 1], [4, 1, 1], [6, 5, 1]])|
B) 1/2 |det([[2, 4, 6], [3, 1, 5], [1, 1, 1]])|
C) det([[2, 3, 1], [4, 1, 1], [6, 5, 1]])
D) 1/2 |(2-4)(3-1) + (4-6)(1-5)|
41. What does a determinant value of 0 for a triangle's vertices indicate?
A) The vertices form a right-angled triangle
B) The vertices form an equilateral triangle
C) The vertices are collinear
D) The area of the triangle is infinite
42. The area of a triangle with vertices (x1, y1), (x2, y2), and (x3, y3) can be calculated using the determinant formula:
A) 1/2 |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|
B) 1/2 |(x1 - x3)(y2 - y1) - (x1 - x2)(y3 - y1)|
C) 1/2 |det([[x1, y1, 1], [x2, y2, 1], [x3, y3, 1]])|
D) |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|
43. If matrix B is obtained from matrix A by interchanging two adjacent rows, what is the relationship between det(B) and det(A)?
A) det(B) = det(A)
B) det(B) = -det(A)
C) det(B) = 2 * det(A)
D) det(B) = 1 / det(A)
44. What is the determinant of an identity matrix of any order?
A) 0
B) 1
C) -1
D) The order of the matrix
45. If a scalar k is multiplied by a matrix A of order nxn, what is the relationship between det(kA) and det(A)?
A) det(kA) = k * det(A)
B) det(kA) = k^n * det(A)
C) det(kA) = n * k * det(A)
D) det(kA) = det(A) / k
46. If a row (or column) of a determinant is multiplied by a scalar k, how does the value of the determinant change?
A) It is multiplied by k
B) It is divided by k
C) It is added by k
D) It remains unchanged
47. If any two rows or columns of a determinant are identical, what is the value of the determinant?
A) 1
B) -1
C) 0
D) The determinant is undefined
48. For a 3x3 matrix [[a, b, c], [d, e, f], [g, h, i]], which of the following is the correct expansion of its determinant?
A) a(ei - fh) - b(di - fg) + c(dh - eg)
B) a(ei + fh) + b(di + fg) + c(dh + eg)
C) a(ei - fh) + b(di - fg) - c(dh - eg)
D) a(ei - fh) - b(di + fg) + c(dh - eg)
49. What is the value of the determinant of a 2x2 matrix [[a, b], [c, d]]?
A) ad + bc
B) ad - bc
C) ac - bd
D) ab - cd