How Matrices Appears in the Board Exam
A dependable scorer in the CBSE paper:
Question type
Marks
What is asked
MCQ / very short
1
orders, types, single entries of products
Short answer
2
construction from a rule, unknowns from equality, quick sums
Short answer
3
products and matrix polynomials, simultaneous matrix equations, transpose proofs
Long answer
5
symmetric-plus-skew decomposition (almost every year), verify a matrix identity like A 2 − 5 A + 7 I = O A^2 - 5A + 7I = O A 2 − 5 A + 7 I = O , applied product problems
Marks are awarded for the frame : order bookkeeping before a product, entrywise equations written out from equality, and verification lines (P ′ = P P' = P P ′ = P , Q ′ = − Q Q' = -Q Q ′ = − Q , P + Q = A P + Q = A P + Q = A ) in decompositions.
Below are 12 board-style written questions with complete solutions, organised by marks, followed by a 15-question MCQ quiz.
2-Mark Questions
Question 1 — Construction from a rule
Write the 2 × 2 2 \times 2 2 × 2 matrix A = [ a i j ] A = [a_{ij}] A = [ a ij ] whose elements are given by a i j = i + 2 j a_{ij} = i + 2j a ij = i + 2 j .
Step 1 — evaluate: a 11 = 3 , a 12 = 5 , a 21 = 4 , a 22 = 6 a_{11} = 3, \ a_{12} = 5, \ a_{21} = 4, \ a_{22} = 6 a 11 = 3 , a 12 = 5 , a 21 = 4 , a 22 = 6 .
Answer: A = ( 3 5 4 6 ) A = \begin{pmatrix} 3 & 5 \\ 4 & 6 \end{pmatrix} A = ( 3 4 5 6 ) .
Question 2 — Unknowns from a matrix equation
Find x x x and y y y if 2 ( 1 3 0 x ) + ( y 0 1 2 ) = ( 5 6 1 8 ) 2\begin{pmatrix} 1 & 3 \\ 0 & x \end{pmatrix} + \begin{pmatrix} y & 0 \\ 1 & 2 \end{pmatrix} = \begin{pmatrix} 5 & 6 \\ 1 & 8 \end{pmatrix} 2 ( 1 0 3 x ) + ( y 1 0 2 ) = ( 5 1 6 8 ) .
Step 1 — combine the left side: ( 2 + y 6 1 2 x + 2 ) \begin{pmatrix} 2 + y & 6 \\ 1 & 2x + 2 \end{pmatrix} ( 2 + y 1 6 2 x + 2 ) .
Step 2 — equate entries: 2 + y = 5 ⇒ y = 3 2 + y = 5 \Rightarrow y = 3 2 + y = 5 ⇒ y = 3 ; 2 x + 2 = 8 ⇒ x = 3 \ 2x + 2 = 8 \Rightarrow x = 3 2 x + 2 = 8 ⇒ x = 3 (spare entries 6 = 6 6 = 6 6 = 6 , 1 = 1 1 = 1 1 = 1 ✓).
Answer: x = 3 , y = 3 x = 3, \ y = 3 x = 3 , y = 3 .
Question 3 — Order bookkeeping
A A A has order 3 × 4 3 \times 4 3 × 4 and B B B has order 4 × 3 4 \times 3 4 × 3 . State the orders of A B AB A B and B A BA B A .
Step 1 — A B AB A B : ( 3 × 4 ) ( 4 × 3 ) → 3 × 3 (3 \times 4)(4 \times 3) \to 3 \times 3 ( 3 × 4 ) ( 4 × 3 ) → 3 × 3 .
Step 2 — B A BA B A : ( 4 × 3 ) ( 3 × 4 ) → 4 × 4 (4 \times 3)(3 \times 4) \to 4 \times 4 ( 4 × 3 ) ( 3 × 4 ) → 4 × 4 .
Answer: A B AB A B is 3 × 3 3 \times 3 3 × 3 and B A BA B A is 4 × 4 4 \times 4 4 × 4 — both defined, never comparable.
Question 4 — Recognising symmetry types
Classify P = ( 1 5 5 2 ) P = \begin{pmatrix} 1 & 5 \\ 5 & 2 \end{pmatrix} P = ( 1 5 5 2 ) and Q = ( 0 3 − 3 0 ) Q = \begin{pmatrix} 0 & 3 \\ -3 & 0 \end{pmatrix} Q = ( 0 − 3 3 0 ) as symmetric or skew-symmetric, with reason.
Step 1 — test P P P : P ′ = P P' = P P ′ = P (mirror entries 5 , 5 5, 5 5 , 5 agree) — symmetric.
Step 2 — test Q Q Q : Q ′ = ( 0 − 3 3 0 ) = − Q Q' = \begin{pmatrix} 0 & -3 \\ 3 & 0 \end{pmatrix} = -Q Q ′ = ( 0 3 − 3 0 ) = − Q , with zero diagonal — skew-symmetric.
Answer: P P P symmetric, Q Q Q skew-symmetric.
3-Mark Questions
Question 5 — Squaring a matrix
For A = ( 1 2 4 − 3 ) A = \begin{pmatrix} 1 & 2 \\ 4 & -3 \end{pmatrix} A = ( 1 4 2 − 3 ) , compute A 2 A^2 A 2 .
Step 1 — row-by-column:
A 2 = ( 1 + 8 2 − 6 4 − 12 8 + 9 ) = ( 9 − 4 − 8 17 ) A^2 = \begin{pmatrix} 1 + 8 & 2 - 6 \\ 4 - 12 & 8 + 9 \end{pmatrix} = \begin{pmatrix} 9 & -4 \\ -8 & 17 \end{pmatrix} A 2 = ( 1 + 8 4 − 12 2 − 6 8 + 9 ) = ( 9 − 8 − 4 17 )
Answer: ( 9 − 4 − 8 17 ) \begin{pmatrix} 9 & -4 \\ -8 & 17 \end{pmatrix} ( 9 − 8 − 4 17 ) — note A 2 A^2 A 2 is NOT the matrix of squared entries.
Question 6 — Verifying distributivity
For A = ( 1 0 2 1 ) A = \begin{pmatrix} 1 & 0 \\ 2 & 1 \end{pmatrix} A = ( 1 2 0 1 ) , B = ( 1 1 0 2 ) B = \begin{pmatrix} 1 & 1 \\ 0 & 2 \end{pmatrix} B = ( 1 0 1 2 ) , C = ( 2 0 1 1 ) C = \begin{pmatrix} 2 & 0 \\ 1 & 1 \end{pmatrix} C = ( 2 1 0 1 ) , verify A ( B + C ) = A B + A C A(B + C) = AB + AC A ( B + C ) = A B + A C .
Step 1 — left side: B + C = ( 3 1 1 3 ) B + C = \begin{pmatrix} 3 & 1 \\ 1 & 3 \end{pmatrix} B + C = ( 3 1 1 3 ) , so A ( B + C ) = ( 3 1 7 5 ) A(B + C) = \begin{pmatrix} 3 & 1 \\ 7 & 5 \end{pmatrix} A ( B + C ) = ( 3 7 1 5 ) .
Step 2 — right side: A B = ( 1 1 2 4 ) AB = \begin{pmatrix} 1 & 1 \\ 2 & 4 \end{pmatrix} A B = ( 1 2 1 4 ) , A C = ( 2 0 5 1 ) \ AC = \begin{pmatrix} 2 & 0 \\ 5 & 1 \end{pmatrix} A C = ( 2 5 0 1 ) ; sum = ( 3 1 7 5 ) = \begin{pmatrix} 3 & 1 \\ 7 & 5 \end{pmatrix} = ( 3 7 1 5 ) .
Answer: both sides agree ✓ — distributivity verified numerically, as boards ask.
Question 7 — Simultaneous matrix equations
Solve for X X X and Y Y Y : 2 X + 3 Y = ( 2 3 4 0 ) \ 2X + 3Y = \begin{pmatrix} 2 & 3 \\ 4 & 0 \end{pmatrix} 2 X + 3 Y = ( 2 4 3 0 ) and 3 X + 2 Y = ( − 2 2 1 − 5 ) 3X + 2Y = \begin{pmatrix} -2 & 2 \\ 1 & -5 \end{pmatrix} 3 X + 2 Y = ( − 2 1 2 − 5 ) .
Step 1 — eliminate X X X : 3 × 3 \times 3 × (first)− 2 × - 2 \times − 2 × (second):
5 Y = ( 6 + 4 9 − 4 12 − 2 0 + 10 ) = ( 10 5 10 10 ) ⟹ Y = ( 2 1 2 2 ) 5Y = \begin{pmatrix} 6 + 4 & 9 - 4 \\ 12 - 2 & 0 + 10 \end{pmatrix} = \begin{pmatrix} 10 & 5 \\ 10 & 10 \end{pmatrix} \implies Y = \begin{pmatrix} 2 & 1 \\ 2 & 2 \end{pmatrix} 5 Y = ( 6 + 4 12 − 2 9 − 4 0 + 10 ) = ( 10 10 5 10 ) ⟹ Y = ( 2 2 1 2 )
Step 2 — back-substitute: 2 X = ( 2 3 4 0 ) − 3 Y = ( − 4 0 − 2 − 6 ) 2X = \begin{pmatrix} 2 & 3 \\ 4 & 0 \end{pmatrix} - 3Y = \begin{pmatrix} -4 & 0 \\ -2 & -6 \end{pmatrix} 2 X = ( 2 4 3 0 ) − 3 Y = ( − 4 − 2 0 − 6 ) , so X = ( − 2 0 − 1 − 3 ) X = \begin{pmatrix} -2 & 0 \\ -1 & -3 \end{pmatrix} X = ( − 2 − 1 0 − 3 ) .
Answer: X = ( − 2 0 − 1 − 3 ) X = \begin{pmatrix} -2 & 0 \\ -1 & -3 \end{pmatrix} X = ( − 2 − 1 0 − 3 ) , Y = ( 2 1 2 2 ) \ Y = \begin{pmatrix} 2 & 1 \\ 2 & 2 \end{pmatrix} Y = ( 2 2 1 2 ) (both original equations check ✓) — ordinary elimination, with matrices as the unknowns.
Question 8 — Transpose properties in numbers
For A = ( 2 − 1 3 0 ) A = \begin{pmatrix} 2 & -1 \\ 3 & 0 \end{pmatrix} A = ( 2 3 − 1 0 ) , verify that ( A ′ ) ′ = A (A')' = A ( A ′ ) ′ = A and ( 3 A ) ′ = 3 A ′ (3A)' = 3A' ( 3 A ) ′ = 3 A ′ .
Step 1 — double transpose: A ′ = ( 2 3 − 1 0 ) A' = \begin{pmatrix} 2 & 3 \\ -1 & 0 \end{pmatrix} A ′ = ( 2 − 1 3 0 ) , and transposing again returns ( 2 − 1 3 0 ) = A \begin{pmatrix} 2 & -1 \\ 3 & 0 \end{pmatrix} = A ( 2 3 − 1 0 ) = A ✓.
Step 2 — scalar law: 3 A = ( 6 − 3 9 0 ) 3A = \begin{pmatrix} 6 & -3 \\ 9 & 0 \end{pmatrix} 3 A = ( 6 9 − 3 0 ) , so ( 3 A ) ′ = ( 6 9 − 3 0 ) = 3 A ′ (3A)' = \begin{pmatrix} 6 & 9 \\ -3 & 0 \end{pmatrix} = 3A' ( 3 A ) ′ = ( 6 − 3 9 0 ) = 3 A ′ ✓.
Answer: both laws verified.
5-Mark Questions
Question 9 — The decomposition, full marks version
Express A = ( 1 3 5 − 6 8 3 − 4 6 5 ) A = \begin{pmatrix} 1 & 3 & 5 \\ -6 & 8 & 3 \\ -4 & 6 & 5 \end{pmatrix} A = 1 − 6 − 4 3 8 6 5 3 5 as the sum of a symmetric and a skew-symmetric matrix.
Step 1 — symmetric part:
P = 1 2 ( A + A ′ ) = ( 1 − 3 2 1 2 − 3 2 8 9 2 1 2 9 2 5 ) P = \frac{1}{2}(A + A') = \begin{pmatrix} 1 & -\frac{3}{2} & \frac{1}{2} \\ -\frac{3}{2} & 8 & \frac{9}{2} \\ \frac{1}{2} & \frac{9}{2} & 5 \end{pmatrix} P = 2 1 ( A + A ′ ) = 1 − 2 3 2 1 − 2 3 8 2 9 2 1 2 9 5
Step 2 — skew part:
Q = 1 2 ( A − A ′ ) = ( 0 9 2 9 2 − 9 2 0 − 3 2 − 9 2 3 2 0 ) Q = \frac{1}{2}(A - A') = \begin{pmatrix} 0 & \frac{9}{2} & \frac{9}{2} \\ -\frac{9}{2} & 0 & -\frac{3}{2} \\ -\frac{9}{2} & \frac{3}{2} & 0 \end{pmatrix} Q = 2 1 ( A − A ′ ) = 0 − 2 9 − 2 9 2 9 0 2 3 2 9 − 2 3 0
Step 3 — the three verification lines: P ′ = P P' = P P ′ = P ✓, Q ′ = − Q \ Q' = -Q Q ′ = − Q (zero diagonal ✓), P + Q = A \ P + Q = A P + Q = A ✓.
Answer: A = P + Q A = P + Q A = P + Q as above — the verifications are where the last mark lives.
Question 10 — A cubic matrix identity
For A = ( 1 0 2 0 2 1 2 0 3 ) A = \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 1 \\ 2 & 0 & 3 \end{pmatrix} A = 1 0 2 0 2 0 2 1 3 , show that A 3 − 6 A 2 + 7 A + 2 I = O A^3 - 6A^2 + 7A + 2I = O A 3 − 6 A 2 + 7 A + 2 I = O .
Step 1 — compute A 2 A^2 A 2 :
A 2 = ( 5 0 8 2 4 5 8 0 13 ) A^2 = \begin{pmatrix} 5 & 0 & 8 \\ 2 & 4 & 5 \\ 8 & 0 & 13 \end{pmatrix} A 2 = 5 2 8 0 4 0 8 5 13
Step 2 — compute A 3 = A 2 ⋅ A A^3 = A^2 \cdot A A 3 = A 2 ⋅ A :
A 3 = ( 21 0 34 12 8 23 34 0 55 ) A^3 = \begin{pmatrix} 21 & 0 & 34 \\ 12 & 8 & 23 \\ 34 & 0 & 55 \end{pmatrix} A 3 = 21 12 34 0 8 0 34 23 55
Step 3 — assemble the combination: every entry of A 3 − 6 A 2 + 7 A + 2 I A^3 - 6A^2 + 7A + 2I A 3 − 6 A 2 + 7 A + 2 I cancels; for instance the ( 1 , 1 ) (1,1) ( 1 , 1 ) entry is 21 − 30 + 7 + 2 = 0 21 - 30 + 7 + 2 = 0 21 − 30 + 7 + 2 = 0 and the ( 3 , 3 ) (3,3) ( 3 , 3 ) entry is 55 − 78 + 21 + 2 = 0 55 - 78 + 21 + 2 = 0 55 − 78 + 21 + 2 = 0 .
Answer: A 3 − 6 A 2 + 7 A + 2 I = O A^3 - 6A^2 + 7A + 2I = O A 3 − 6 A 2 + 7 A + 2 I = O — a matrix satisfying its own cubic; keep the arithmetic in a neat grid, entry by entry.
Question 11 — A quadratic matrix identity
For A = ( 3 1 − 1 2 ) A = \begin{pmatrix} 3 & 1 \\ -1 & 2 \end{pmatrix} A = ( 3 − 1 1 2 ) , show that A 2 − 5 A + 7 I = O A^2 - 5A + 7I = O A 2 − 5 A + 7 I = O .
Step 1 — square:
A 2 = ( 9 − 1 3 + 2 − 3 − 2 − 1 + 4 ) = ( 8 5 − 5 3 ) A^2 = \begin{pmatrix} 9 - 1 & 3 + 2 \\ -3 - 2 & -1 + 4 \end{pmatrix} = \begin{pmatrix} 8 & 5 \\ -5 & 3 \end{pmatrix} A 2 = ( 9 − 1 − 3 − 2 3 + 2 − 1 + 4 ) = ( 8 − 5 5 3 )
Step 2 — combine:
A 2 − 5 A + 7 I = ( 8 − 15 + 7 5 − 5 − 5 + 5 3 − 10 + 7 ) = ( 0 0 0 0 ) A^2 - 5A + 7I = \begin{pmatrix} 8 - 15 + 7 & 5 - 5 \\ -5 + 5 & 3 - 10 + 7 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix} A 2 − 5 A + 7 I = ( 8 − 15 + 7 − 5 + 5 5 − 5 3 − 10 + 7 ) = ( 0 0 0 0 )
Answer: O O O — the chapter's most famous identity (it also yields A − 1 = 1 7 ( 5 I − A ) A^{-1} = \frac{1}{7}(5I - A) A − 1 = 7 1 ( 5 I − A ) , a preview of the JEE Corner's matrix-equation technique).
Question 12 — An applied product
A campaign uses three contact modes costing ₹ 40, ₹ 100 and ₹ 50 per contact. City X makes 400, 300 and 100 contacts of the three modes; city Y makes 300, 100 and 50. Using matrix multiplication, find the total campaign cost in each city.
Step 1 — quantities matrix times cost column:
( 400 300 100 300 100 50 ) ( 40 100 50 ) = ( 16000 + 30000 + 5000 12000 + 10000 + 2500 ) = ( 51000 24500 ) \begin{pmatrix} 400 & 300 & 100 \\ 300 & 100 & 50 \end{pmatrix}\begin{pmatrix} 40 \\ 100 \\ 50 \end{pmatrix} = \begin{pmatrix} 16000 + 30000 + 5000 \\ 12000 + 10000 + 2500 \end{pmatrix} = \begin{pmatrix} 51000 \\ 24500 \end{pmatrix} ( 400 300 300 100 100 50 ) 40 100 50 = ( 16000 + 30000 + 5000 12000 + 10000 + 2500 ) = ( 51000 24500 )
Answer: ₹ 51000 for city X and ₹ 24500 for city Y — state the row/column conventions, show the product, interpret the result in words.
Presentation tip: in every 5-mark answer above, one explicit verification or interpretation line closes the solution — that closing line is a mark by itself.