Unit 2 Algebra: Matrices Practice Questions with Solutions | Class 12 Applied Maths | Boundless Maths
🔢 Unit 2: Algebra — Matrices & Determinants
CBSE Class 12 Applied Maths — Free Study Resources
📌 Weightage: 10 Marks in Board Exams
Class 12 Applied Maths Unit 2 — Algebra (Matrices) Study Material
This page covers all topics in Unit 2 of CBSE Class 12 Applied Mathematics — Algebra, which carries 10 marks in the board exam. Topics include Types of Matrices and Matrix Operations, Symmetric and Skew-Symmetric Matrices, Determinants, Inverse of a Matrix, and System of Linear Equations using the Matrix Method and Cramer's Rule.
You'll find 10 interactive MCQs with detailed answers, 5 short-answer questions with step-by-step solutions, and 2 case studies. All content is aligned to the latest CBSE Applied Maths syllabus 2026-27.
MatricesMatrix OperationsSymmetric MatricesDeterminantsInverse of MatrixSystem of Linear EquationsCramer's RuleCBSE 2026-27
0
Board Exam Marks
0
Topics Covered
0
Practice MCQs
0
Solved Examples
0
Case Studies
📚
Topics & Key Formulas — Unit 2
6 topics covered · essential formulas to memorise for the board exam
1. Matrices
Types — row, column, square, diagonal, identity, zero. Element notation and equality.
\(A = [a_{ij}]_{m\times n}\) — element at row \(i\), col \(j\)
Transpose: \((A^T)_{ij} = A_{ji}\)
2. Matrix Operations
Addition, subtraction, scalar multiplication, matrix multiplication and their properties.
Video tutorials for Unit 2 — coming soon on our YouTube channelSubscribe now so you're notified the moment we publish Algebra — Matrices and all remaining units.Free · No signup needed
If \(A\) is a \(3\times3\) matrix with \(|A|=4\), then \(|3A|\) equals:
\(27\)
\(81\)
\(108\)
\(256\)
Property: For an \(n \times n\) matrix, \(|kA| = k^n \cdot |A|\).
Why this works: Multiplying the whole matrix by \(k\) multiplies every row by \(k\). Since there are \(n\) rows and each multiplies the determinant by \(k\), the overall effect is \(k^n\).
2-mark and 3-mark solved questions — click Show Solution to reveal full working
Question 1CBSE 2024
If \(\begin{bmatrix}x-y & 2x+z\\ 2x-y & 3z+w\end{bmatrix} = \begin{bmatrix}-1&5\\0&13\end{bmatrix}\), find \(x,\,y,\,z\) and \(w\).
Step 1 — Equate corresponding elements. Two matrices are equal if and only if every element at the same position is equal: Position (1,1): \(x - y = -1\) …(i) Position (1,2): \(2x + z = 5\) …(ii) Position (2,1): \(2x - y = 0\) …(iii) Position (2,2): \(3z + w = 13\) …(iv)
Step 2 — Solve for \(x\) and \(y\) using equations (i) and (iii). Subtract (i) from (iii): \((2x-y)-(x-y) = 0-(-1) \Rightarrow x = 1\) Substitute into (i): \(1 - y = -1 \Rightarrow y = 2\)
Step 3 — Solve for \(z\) using (ii): \(2(1) + z = 5 \Rightarrow z = 3\)
Step 4 — Solve for \(w\) using (iv): \(3(3) + w = 13 \Rightarrow w = 4\)
Step 4 — Find \(k\): Substitute into \(A^2 - 8A + kI = O\): \(-7I + kI = O \Rightarrow (k-7)I = O\) Since \(I \neq O\), we need \(k - 7 = 0\), so \(k = 7\).
\(k = 7\)
Question 3CBSE 2025
Given \(A=\begin{bmatrix}2&0&1\\3&4&5\\0&2&3\end{bmatrix}\) and \(B=\begin{bmatrix}1&1&-5\\-5&1&-5\\1&-2&4\end{bmatrix}\), find \(BA\).
Method: Both are 3×3 matrices so \(BA\) is 3×3. Entry \((BA)_{ij}\) = (Row \(i\) of \(B\)) · (Column \(j\) of \(A\)).
Express \(A=\begin{bmatrix}7&-3&-3\\-1&1&0\\-1&0&1\end{bmatrix}\) as the sum of a symmetric and a skew-symmetric matrix.
Key result: Every square matrix can be written as \(A = P + Q\), where \(P = \tfrac{1}{2}(A+A^T)\) is symmetric and \(Q = \tfrac{1}{2}(A-A^T)\) is skew-symmetric.
Step 1 — Find \(A^T\) (swap rows and columns): \(A^T=\begin{bmatrix}7&-1&-1\\-3&1&0\\-3&0&1\end{bmatrix}\)
\(A = P + Q\) where \(P=\begin{bmatrix}7&-2&-2\\-2&1&0\\-2&0&1\end{bmatrix}\) (symmetric) and \(Q=\begin{bmatrix}0&-1&-1\\1&0&0\\1&0&0\end{bmatrix}\) (skew-symmetric)
📚 Want More Practice Questions Like These?
The Question Bank has every question type you'll face in the board exam — all solved
✅ All 8 Units covered
✅ MCQs, Assertion-Reason, unit-wise CBSE Sample Paper & Previous Year Questions with Solutions
4–5 mark case-based questions — click Show Solution under each part to reveal full working
Case Study 1: School Awards Distribution
10 students were selected from a school on the basis of values for giving awards and were divided into three groups. The first group comprises hard workers, the second group has honest and law abiding students and the third group contains vigilant and obedient students. Double the number of students of the first group added to the number in the second group gives 13, while the combined strength of the first and second group is four times that of the third group. Let \(x\), \(y\) and \(z\) denote the number of students in the first, second and third group respectively.
(a) Write the system of linear equations
Translate each condition:
Total students = 10: \(x + y + z = 10\) …(i)
Double first + second = 13: \(2x + y = 13\) …(ii)
First + second = 4 × third: \(x + y - 4z = 0\) …(iii)
System: \(x+y+z=10;\quad 2x+y=13;\quad x+y-4z=0\)
(b) Write the system in matrix form \(AX=B\) and identify the coefficient matrix
Write as \(AX = B\) where \(A\) contains the coefficients of \(x, y, z\) from each equation:
Hard workers \(x=5\) · Honest students \(y=3\) · Vigilant students \(z=2\) Verification: \(5+3+2=10\) ✓ \(2(5)+3=13\) ✓ \(5+3-4(2)=0\) ✓
Case Study 2: Orphanage Donation
On her birthday, Prema decides to donate some money to children of an orphanage home. If there are 8 children less, everyone gets ₹10 more. However, if there are 16 children more, everyone gets ₹10 less. Let the number of children be \(x\) and the amount per child be ₹\(y\).
(i) Write the system of linear equations
Total donation = \(xy\) (number of children × amount per child)
Number of children: \(x = 32\) | Amount per child: ₹30
🎯
How to Score Full Marks in Unit 2 — Exam Tips
Common mistakes examiners flag every year in CBSE Class 12 Applied Maths
✅ Tip 1
Always verify your matrix inverse after finding it. After computing \(A^{-1}\), multiply \(A \times A^{-1}\) and confirm you get the identity matrix \(I\). This 30-second check earns method marks in 3-mark questions and catches cofactor sign errors before they cost you the full answer. In case studies, examiners specifically look for this verification step.
🔒 4 more exam tips — including cofactor sign patterns, what examiners penalise in Cramer's Rule, how to present the matrix method for full step-marks, and how to avoid the \(|kA|\) mistake — are in the Question Bank.
Answers to questions students commonly ask about Class 12 Applied Maths Unit 2
Unit 2 Algebra covers five areas: Types of Matrices and Matrix Operations (addition, multiplication, scalar multiplication), Transpose with Symmetric and Skew-Symmetric Matrices including the decomposition result, Determinants including minors, cofactors and key properties, Inverse of a Matrix using the adjoint method, and solving a System of Linear Equations by the Matrix Method and Cramer's Rule.
Unit 2: Algebra carries 10 marks in the CBSE Class 12 Applied Maths board exam. Questions appear as 1-mark MCQs, 2–3 mark short answers and a 4–5 mark case study. It is one of the higher-weightage units in the syllabus.
A matrix A is symmetric if \(A=A^T\), meaning \(a_{ij}=a_{ji}\) for all \(i,j\). It is skew-symmetric if \(A=-A^T\), forcing every diagonal entry to zero. Key exam result: every square matrix equals the sum of a symmetric part \(\tfrac{1}{2}(A+A^T)\) and a skew-symmetric part \(\tfrac{1}{2}(A-A^T)\).
For \(A=\begin{bmatrix}a&b\\c&d\end{bmatrix}\): compute \(|A|=ad-bc\). If \(|A|=0\), no inverse exists. Otherwise \(\text{adj}(A)=\begin{bmatrix}d&-b\\-c&a\end{bmatrix}\) and \(A^{-1}=\tfrac{1}{|A|}\,\text{adj}(A)\). Always verify by checking \(A\cdot A^{-1}=I\) — this earns a mark and catches sign errors.
Cramer's Rule solves a system using determinants. For \(ax+by=e\) and \(cx+dy=f\): form D (coefficient determinant), \(D_x\) (replace \(x\)-column with constants) and \(D_y\) (replace \(y\)-column with constants). Then \(x=D_x/D\) and \(y=D_y/D\), provided \(D\neq0\). Always write and evaluate all three determinants explicitly — examiners look for this.
For an \(n\times n\) matrix: \(|kA|=k^n\times|A|\). If \(A\) is \(3\times3\) and \(|A|=4\), then \(|3A|=27\times4=108\). A common mistake is writing \(3\times4=12\) — that would only be correct if you multiplied a single row by 3, not the whole matrix.
A matrix \(A\) is idempotent if \(A^2=A\). This lets you simplify expressions quickly: \((I+A)^2-3A=I+2A+A^2-3A=I+2A+A-3A=I\). CBSE Applied Maths MCQs frequently test this — recognising an idempotent condition saves calculation time under exam pressure.
Write the system as \(AX=B\). If \(|A|\neq0\), find \(A^{-1}=\tfrac{1}{|A|}\,\text{adj}(A)\). The unique solution is \(X=A^{-1}B\). Multiply row by row to get the variable values. Always verify your answer by substituting back into the original equations — this earns the verification mark in case studies.
Explore All Units — Class 12 Applied Maths
Free study material for all 8 units of the CBSE Applied Maths syllabus