Determinants — Class 12 MCQs with Answers
Class 12 CBSE Mathematics · Chapter 4
90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated
Practise the most important Class 12 CBSE Mathematics questions from Chapter 4, "Determinants". You get 9 timed quizzes made from 90 NCERT-based MCQs, with answers and explanations. The questions are split into 30 Easy, 30 Medium and 30 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced apart.
To score well in "Determinants", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.
Use this chapter for focused revision. Start with the Easy set to check your basics on Determinants, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 12 Mathematics mastery score. 14 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.
Key concepts: Determinants (Class 12 Mathematics)
The determinant assigns a single number to a square matrix that decides invertibility. This chapter covers 2×2 and 3×3 determinants, minors and cofactors, the properties that simplify them, the adjoint and inverse, and three applications: area of a triangle, testing collinearity, and Cramer's rule.
- Determinant
- A scalar attached to a square matrix; for 2×2 it is ad − bc, and a 3×3 is expanded along any row or column using cofactors.
- Minor
- Mᵢⱼ is the determinant of the submatrix left after deleting row i and column j of A.
- Cofactor
- Aᵢⱼ = (−1)^(i+j) Mᵢⱼ; the sign follows a checkerboard pattern starting with + at the top-left.
- Cofactor expansion
- |A| = Σ aᵢⱼ Aᵢⱼ along one row or column; the sum along one row with cofactors of another row is zero.
Determinants — important questions & MCQs with answers (Class 12 Mathematics)
14 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 76 are timed and scored when you sign in.
- Q1Easy
det of [[1,2],[3,4]]:
A.10B.2C.−2✓ CorrectD.0Answer: C. −2
Explanation: det = ad − bc = 1×4 − 2×3 = 4 − 6 = −2. Mixing up the diagonal order (bc − ad) gives +2, the tempting wrong-sign distractor.
- Q2Easy
Matrix is singular if det =
A.0✓ CorrectB.1C.−1D.anyAnswer: A. 0
Explanation: A matrix is singular exactly when det(A) = 0, since then adj(A)/det(A) is undefined and no inverse exists — not det = 1 or any other value.
- Q3Easy
det([[a, b], [c, d]]) =
A.ab − cdB.ad − bc✓ CorrectC.ad + bcD.cd − abAnswer: B. ad − bc
Explanation: For a 2×2 matrix, det = ad − bc: multiply the main diagonal, subtract the product of the off-diagonal, e.g. det[[1,2],[3,4]] = 4 − 6 = −2.
- Q4Easy
3×3 determinant is computed by:
A.Multiplying diagonalB.Adding rowsC.Expanding along a row or column✓ CorrectD.Cannot computeAnswer: C. Expanding along a row or column
Explanation: A 3×3 determinant is found by cofactor expansion along any row or column — never by multiplying the diagonal or adding rows, which only work for special cases.
- Q5Easy
Minor M_ij of element a_ij in matrix A:
A.Determinant of matrix obtained by deleting row i and column j✓ CorrectB.Same as a_ijC.Sum of column jD.ProductAnswer: A. Determinant of matrix obtained by deleting row i and column j
Explanation: The minor Mᵢⱼ is the determinant of the smaller matrix left after deleting row i and column j — it is a number derived from the matrix, not the entry aᵢⱼ itself.
- Q6Easy
Cofactor A_ij = ?
A.a_ijB.M_ij onlyC.(−1)^(i+j) M_ij✓ CorrectD.SumAnswer: C. (−1)^(i+j) M_ij
Explanation: Cofactor Aᵢⱼ = (−1)^(i+j)·Mᵢⱼ: take the minor and attach a sign based on position, e.g. A₁₂ = −M₁₂. Forgetting the sign gives just the minor, a common slip.
- Q7Medium
Swapping two rows changes det by:
A.DoublesB.Sign (multiplied by −1)✓ CorrectC.HalvesD.Stays sameAnswer: B. Sign (multiplied by −1)
Explanation: Swapping any two rows (or columns) multiplies the determinant by −1, e.g. det[[1,2],[3,4]] = −2 becomes +2 after swapping — it never doubles or halves.
- Q8Medium
A⁻¹ exists iff:
A.A is square onlyB.det(A) = 0C.det(A) ≠ 0✓ CorrectD.AlwaysAnswer: C. det(A) ≠ 0
Explanation: A⁻¹ = adj(A)/det(A) only makes sense when det(A) ≠ 0; being square is necessary but not sufficient — a square matrix can still have det = 0.
- Q9Medium
If the matrix [[x, 2], [3, 4]] is singular, then x is:
A.3/2✓ CorrectB.6C.2/3D.4Answer: A. 3/2
Explanation: Singularity requires 4x − 6 = 0, so x = 3/2.
- Q10Medium
det([[1, 0, 0], [0, 2, 0], [0, 0, 3]]) =
A.3B.5C.1D.6✓ CorrectAnswer: D. 6
Explanation: A diagonal matrix's determinant is just the product of its diagonal entries: 1×2×3 = 6 — every off-diagonal cofactor term vanishes since those entries are 0.
- Q11Medium
If A is 3×3 with det(A) = 5, then det(3A) =
A.135✓ CorrectB.45C.5D.15Answer: A. 135
Explanation: For an n×n matrix, det(kA) = kⁿ·det(A), not k·det(A): here n = 3, so det(3A) = 3³×5 = 27×5 = 135, not 3×5 = 15.
- Q12Hard
det(AB) =
A.det(A) · det(B)✓ CorrectB.det(A) + det(B)C.det(A)/det(B)D.det(A) − det(B)Answer: A. det(A) · det(B)
Explanation: det(AB) = det(A)·det(B) always, e.g. det(A)=2, det(B)=3 gives det(AB)=6 — determinants multiply under matrix products, they never add or subtract.
- Q13Hard
Cramer's rule applies when:
A.NeverB.Det is zeroC.AlwaysD.Coefficient det ≠ 0✓ CorrectAnswer: D. Coefficient det ≠ 0
Explanation: Cramer's rule needs the coefficient determinant D ≠ 0, since each unknown is Dᵢ/D — a zero D makes that division undefined, not automatically 'no solution'.
- Q14Hard
If A = [[2, 3], [1, 4]], then the element in the first row and first column of A⁻¹ is:
A.1/5B.4/5✓ CorrectC.−3/5D.2/5Answer: B. 4/5
Explanation: The determinant is 5 and the adjoint has 4 in that position, so the entry is 4/5.
Start this chapter free
You have 14 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.
This chapter has 90 questions (30 Easy · 30 Medium · 30 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.
Start this chapter free →Determinants — FAQs
What are the key concepts in Class 12 Mathematics Determinants?+
The determinant assigns a single number to a square matrix that decides invertibility. This chapter covers 2×2 and 3×3 determinants, minors and cofactors, the properties that simplify them, the adjoint and inverse, and three applications: area of a triangle, testing collinearity, and Cramer's rule. Key ideas include Determinant, Minor, Cofactor, Cofactor expansion.
What does Class 12 Mathematics Chapter 4 (Determinants) cover on XamBaaz?+
It has 90 NCERT-based MCQs on "Determinants": 30 Easy, 30 Medium and 30 Hard. Together they make 9 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced.
Are these "Determinants" questions free to practise?+
Yes. Sign in with Google to practise "Determinants" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Determinants" for the exam?+
Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 9 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.
Are these "Determinants" MCQs available with answers?+
Yes. 14 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.
Is there negative marking in the "Determinants" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip, the same negative marking as JEE Main and JEE Advanced. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Determinants (Class 12 Mathematics)?+
The questions that matter most test Determinant, Minor, Cofactor, Cofactor expansion. This page shows 14 solved important MCQs with answers and explanations; all 90 questions on the chapter are available as timed quizzes once you sign in.
Is there an online quiz for Determinants?+
Yes — Class 12 Mathematics Determinants has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.
