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 A2−5A+7I=OA^2 - 5A + 7I = 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′=PP' = P, Q′=−QQ' = -Q, P+Q=AP + 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×22 \times 2 matrix A=[aij]A = [a_{ij}] whose elements are given by aij=i+2ja_{ij} = i + 2j.

Step 1 — evaluate: a11=3, a12=5, a21=4, a22=6a_{11} = 3, \ a_{12} = 5, \ a_{21} = 4, \ a_{22} = 6.

Answer: A=(3546)A = \begin{pmatrix} 3 & 5 \\ 4 & 6 \end{pmatrix}.

Question 2 — Unknowns from a matrix equation

Find xx and yy if 2(130x)+(y012)=(5618)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}.

Step 1 — combine the left side: (2+y612x+2)\begin{pmatrix} 2 + y & 6 \\ 1 & 2x + 2 \end{pmatrix}.

Step 2 — equate entries: 2+y=5⇒y=32 + y = 5 \Rightarrow y = 3;  2x+2=8⇒x=3\ 2x + 2 = 8 \Rightarrow x = 3 (spare entries 6=66 = 6, 1=11 = 1 ✓).

Answer: x=3, y=3x = 3, \ y = 3.

Question 3 — Order bookkeeping

AA has order 3×43 \times 4 and BB has order 4×34 \times 3. State the orders of ABAB and BABA.

Step 1 — ABAB: (3×4)(4×3)→3×3(3 \times 4)(4 \times 3) \to 3 \times 3.

Step 2 — BABA: (4×3)(3×4)→4×4(4 \times 3)(3 \times 4) \to 4 \times 4.

Answer: ABAB is 3×33 \times 3 and BABA is 4×44 \times 4 — both defined, never comparable.

Question 4 — Recognising symmetry types

Classify P=(1552)P = \begin{pmatrix} 1 & 5 \\ 5 & 2 \end{pmatrix} and Q=(03−30)Q = \begin{pmatrix} 0 & 3 \\ -3 & 0 \end{pmatrix} as symmetric or skew-symmetric, with reason.

Step 1 — test PP: P′=PP' = P (mirror entries 5,55, 5 agree) — symmetric.

Step 2 — test QQ: Q′=(0−330)=−QQ' = \begin{pmatrix} 0 & -3 \\ 3 & 0 \end{pmatrix} = -Q, with zero diagonal — skew-symmetric.

Answer: PP symmetric, QQ skew-symmetric.

3-Mark Questions

Question 5 — Squaring a matrix

For A=(124−3)A = \begin{pmatrix} 1 & 2 \\ 4 & -3 \end{pmatrix}, compute A2A^2.

Step 1 — row-by-column: A2=(1+82−64−128+9)=(9−4−817)A^2 = \begin{pmatrix} 1 + 8 & 2 - 6 \\ 4 - 12 & 8 + 9 \end{pmatrix} = \begin{pmatrix} 9 & -4 \\ -8 & 17 \end{pmatrix}

Answer: (9−4−817)\begin{pmatrix} 9 & -4 \\ -8 & 17 \end{pmatrix} — note A2A^2 is NOT the matrix of squared entries.

Question 6 — Verifying distributivity

For A=(1021)A = \begin{pmatrix} 1 & 0 \\ 2 & 1 \end{pmatrix}, B=(1102)B = \begin{pmatrix} 1 & 1 \\ 0 & 2 \end{pmatrix}, C=(2011)C = \begin{pmatrix} 2 & 0 \\ 1 & 1 \end{pmatrix}, verify A(B+C)=AB+ACA(B + C) = AB + AC.

Step 1 — left side: B+C=(3113)B + C = \begin{pmatrix} 3 & 1 \\ 1 & 3 \end{pmatrix}, so A(B+C)=(3175)A(B + C) = \begin{pmatrix} 3 & 1 \\ 7 & 5 \end{pmatrix}.

Step 2 — right side: AB=(1124)AB = \begin{pmatrix} 1 & 1 \\ 2 & 4 \end{pmatrix},  AC=(2051)\ AC = \begin{pmatrix} 2 & 0 \\ 5 & 1 \end{pmatrix}; sum =(3175)= \begin{pmatrix} 3 & 1 \\ 7 & 5 \end{pmatrix}.

Answer: both sides agree ✓ — distributivity verified numerically, as boards ask.

Question 7 — Simultaneous matrix equations

Solve for XX and YY:  2X+3Y=(2340)\ 2X + 3Y = \begin{pmatrix} 2 & 3 \\ 4 & 0 \end{pmatrix} and 3X+2Y=(−221−5)3X + 2Y = \begin{pmatrix} -2 & 2 \\ 1 & -5 \end{pmatrix}.

Step 1 — eliminate XX: 3×3 \times(first)−2×- 2 \times(second): 5Y=(6+49−412−20+10)=(1051010)  ⟹  Y=(2122)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}

Step 2 — back-substitute: 2X=(2340)−3Y=(−40−2−6)2X = \begin{pmatrix} 2 & 3 \\ 4 & 0 \end{pmatrix} - 3Y = \begin{pmatrix} -4 & 0 \\ -2 & -6 \end{pmatrix}, so X=(−20−1−3)X = \begin{pmatrix} -2 & 0 \\ -1 & -3 \end{pmatrix}.

Answer: X=(−20−1−3)X = \begin{pmatrix} -2 & 0 \\ -1 & -3 \end{pmatrix},  Y=(2122)\ Y = \begin{pmatrix} 2 & 1 \\ 2 & 2 \end{pmatrix} (both original equations check ✓) — ordinary elimination, with matrices as the unknowns.

Question 8 — Transpose properties in numbers

For A=(2−130)A = \begin{pmatrix} 2 & -1 \\ 3 & 0 \end{pmatrix}, verify that (A′)′=A(A')' = A and (3A)′=3A′(3A)' = 3A'.

Step 1 — double transpose: A′=(23−10)A' = \begin{pmatrix} 2 & 3 \\ -1 & 0 \end{pmatrix}, and transposing again returns (2−130)=A\begin{pmatrix} 2 & -1 \\ 3 & 0 \end{pmatrix} = A ✓.

Step 2 — scalar law: 3A=(6−390)3A = \begin{pmatrix} 6 & -3 \\ 9 & 0 \end{pmatrix}, so (3A)′=(69−30)=3A′(3A)' = \begin{pmatrix} 6 & 9 \\ -3 & 0 \end{pmatrix} = 3A' ✓.

Answer: both laws verified.

5-Mark Questions

Question 9 — The decomposition, full marks version

Express A=(135−683−465)A = \begin{pmatrix} 1 & 3 & 5 \\ -6 & 8 & 3 \\ -4 & 6 & 5 \end{pmatrix} as the sum of a symmetric and a skew-symmetric matrix.

Step 1 — symmetric part: P=12(A+A′)=(1−3212−3289212925)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}

Step 2 — skew part: Q=12(A−A′)=(09292−920−32−92320)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}

Step 3 — the three verification lines: P′=PP' = P ✓,  Q′=−Q\ Q' = -Q (zero diagonal ✓),  P+Q=A\ P + Q = A ✓.

Answer: A=P+QA = P + Q as above — the verifications are where the last mark lives.

Question 10 — A cubic matrix identity

For A=(102021203)A = \begin{pmatrix} 1 & 0 & 2 \\ 0 & 2 & 1 \\ 2 & 0 & 3 \end{pmatrix}, show that A3−6A2+7A+2I=OA^3 - 6A^2 + 7A + 2I = O.

Step 1 — compute A2A^2: A2=(5082458013)A^2 = \begin{pmatrix} 5 & 0 & 8 \\ 2 & 4 & 5 \\ 8 & 0 & 13 \end{pmatrix}

Step 2 — compute A3=A2⋅AA^3 = A^2 \cdot A: A3=(210341282334055)A^3 = \begin{pmatrix} 21 & 0 & 34 \\ 12 & 8 & 23 \\ 34 & 0 & 55 \end{pmatrix}

Step 3 — assemble the combination: every entry of A3−6A2+7A+2IA^3 - 6A^2 + 7A + 2I cancels; for instance the (1,1)(1,1) entry is 21−30+7+2=021 - 30 + 7 + 2 = 0 and the (3,3)(3,3) entry is 55−78+21+2=055 - 78 + 21 + 2 = 0.

Answer: A3−6A2+7A+2I=OA^3 - 6A^2 + 7A + 2I = 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=(31−12)A = \begin{pmatrix} 3 & 1 \\ -1 & 2 \end{pmatrix}, show that A2−5A+7I=OA^2 - 5A + 7I = O.

Step 1 — square: A2=(9−13+2−3−2−1+4)=(85−53)A^2 = \begin{pmatrix} 9 - 1 & 3 + 2 \\ -3 - 2 & -1 + 4 \end{pmatrix} = \begin{pmatrix} 8 & 5 \\ -5 & 3 \end{pmatrix}

Step 2 — combine: A2−5A+7I=(8−15+75−5−5+53−10+7)=(0000)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}

Answer: OO — the chapter's most famous identity (it also yields A−1=17(5I−A)A^{-1} = \frac{1}{7}(5I - 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: (40030010030010050)(4010050)=(16000+30000+500012000+10000+2500)=(5100024500)\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}

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.