ClearStepsCLEARSTEPS AI
Teacher Login →Student Login →

Determinants: Class 12 Maths Practice Questions

30 original exam-pattern questions with full answers, matched to the current CBSE Class 12 paper design, including case-based questions. Attempt each question before opening the answer — or start a free 14-day trial ↓ for the full bank.

Q1Case-based4 marks

A school canteen manager records the daily purchase of three food items — Sandwich (S), Juice (J) and Salad (L) — over three days. Day 1: 2S + 1J + 1L = ₹170; Day 2: 1S + 2J + 1L = ₹160; Day 3: 1S + 1J + 2L = ₹150.

A school canteen manager records the daily purchase of three food items — Sandwich (S), Juice (J) and Salad (L) — over three days as follows:

• Day 1: 2 Sandwiches, 1 Juice and 1 Salad cost ₹ 170.
• Day 2: 1 Sandwich, 2 Juices and 1 Salad cost ₹ 160.
• Day 3: 1 Sandwich, 1 Juice and 2 Salads cost ₹ 150.

Let the price (in ₹) of one Sandwich, one Juice and one Salad be x, y and z respectively.

(i) Express the above situation as a matrix equation of the form AX = B.
(ii) Find |A|.
(iii) Using the matrix method (A⁻¹), find the price of each food item. OR (iii) If the canteen offers a 'Combo Deal' comprising 1 Sandwich, 1 Juice and 1 Salad, find the total cost of the Combo Deal.

Show answer
(i) The matrix equation AX = B is:

A = [2 1 1 / 1 2 1 / 1 1 2], X = [x / y / z], B = [170 / 160 / 150]

So the system is:

[2 1 1] [x] [170]
[1 2 1] × [y] = [160]
[1 1 2] [z] [150]

∴ AX = B. (1 mark)

(ii) Expanding |A| along R₁:

|A| = 2[(2)(2) − (1)(1)] − 1[(1)(2) − (1)(1)] + 1[(1)(1) − (2)(1)]
= 2[4 − 1] − 1[2 − 1] + 1[1 − 2]
= 2(3) − 1(1) + 1(−1)
= 6 − 1 − 1

∴ |A| = 4 ≠ 0, so A⁻¹ exists. (1 mark)

(iii) Finding A⁻¹:

Cofactors of A:
C₁₁ = +[(2)(2)−(1)(1)] = +3
C₁₂ = −[(1)(2)−(1)(1)] = −1
C₁₃ = +[(1)(1)−(2)(1)] = −1
C₂₁ = −[(1)(2)−(1)(1)] = −1
C₂₂ = +[(2)(2)−(1)(1)] = +3
C₂₃ = −[(2)(1)−(1)(1)] = −1
C₃₁ = +[(1)(1)−(2)(1)] = −1
C₃₂ = −[(2)(1)−(1)(1)] = −1
C₃₃ = +[(2)(2)−(1)(1)] = +3

adj A = (Cofactor matrix)ᵀ =
[ 3 −1 −1]
[−1 3 −1]
[−1 −1 3]

A⁻¹ = (1/|A|) adj A = (1/4) [ 3 −1 −1 / −1 3 −1 / −1 −1 3]

Now, X = A⁻¹B:

x = (1/4)[(3)(170) + (−1)(160) + (−1)(150)]
= (1/4)[510 − 160 − 150]
= (1/4)(200) = 50

y = (1/4)[(−1)(170) + (3)(160) + (−1)(150)]
= (1/4)[−170 + 480 − 150]
= (1/4)(160) = 40

z = (1/4)[(−1)(170) + (−1)(160) + (3)(150)]
= (1/4)[−170 − 160 + 450]
= (1/4)(120) = 30

∴ Price of one Sandwich = ₹ 50, one Juice = ₹ 40, one Salad = ₹ 30. (2 marks)

OR

(iii) From the values obtained above (x = 50, y = 40, z = 30):

Total cost of Combo Deal = x + y + z
= 50 + 40 + 30

∴ Total cost of the Combo Deal = ₹ 120. (2 marks)
Q2Case-based4 marks

A school canteen serves two types of meal combos — Type P and Type Q. On Day 1, 30 Type P and 20 Type Q combos were sold for ₹4,900. On Day 2, 20 Type P and 40 Type Q combos were sold for ₹5,800.

A school canteen serves two types of meal combos — Type P (a nutritious meal with roti, dal, and salad) and Type Q (a special meal with rice, paneer, and dessert). The canteen manager recorded the following information for two consecutive days:

• On Day 1: 30 Type P combos and 20 Type Q combos were sold, collecting a total of ₹4,900.
• On Day 2: 20 Type P combos and 40 Type Q combos were sold, collecting a total of ₹5,800.

Let ₹x be the price of one Type P combo and ₹y be the price of one Type Q combo.

Based on the above information, answer the following questions:

(i) Represent the given situation as a matrix equation of the form AX = B, where A is the coefficient matrix, X = [x, y]ᵀ and B is the constant matrix. Write the matrix A.

(ii) Find |A|, the determinant of matrix A.

(iii) Find the prices ₹x and ₹y of each combo using the matrix (inverse) method. Hence find the total cost of 2 Type P combos and 3 Type Q combos.

Show answer
(i) The two equations formed from the given data are:
30x + 20y = 4900 ...(i)
20x + 40y = 5800 ...(ii)

In matrix form AX = B:

A = \begin{bmatrix} 30 & 20 \\ 20 & 40 \end{bmatrix}, X = \begin{bmatrix} x \\ y \end{bmatrix}, B = \begin{bmatrix} 4900 \\ 5800 \end{bmatrix}

∴ A = \begin{bmatrix} 30 & 20 \\ 20 & 40 \end{bmatrix} [1 mark]

(ii) |A| = (30)(40) − (20)(20)
= 1200 − 400
∴ |A| = 800 [1 mark]

(iii) Since |A| = 800 ≠ 0, A⁻¹ exists.

The cofactor matrix of A is:
C₁₁ = 40, C₁₂ = −20, C₂₁ = −20, C₂₂ = 30

adj A = \begin{bmatrix} 40 & -20 \\ -20 & 30 \end{bmatrix}

A⁻¹ = (1/|A|) · adj A = (1/800) \begin{bmatrix} 40 & -20 \\ -20 & 30 \end{bmatrix}

Now, X = A⁻¹B:

\begin{bmatrix} x \\ y \end{bmatrix} = (1/800) \begin{bmatrix} 40 & -20 \\ -20 & 30 \end{bmatrix} \begin{bmatrix} 4900 \\ 5800 \end{bmatrix}

= (1/800) \begin{bmatrix} (40)(4900) + (−20)(5800) \\ (−20)(4900) + (30)(5800) \end{bmatrix}

= (1/800) \begin{bmatrix} 196000 − 116000 \\ −98000 + 174000 \end{bmatrix}

= (1/800) \begin{bmatrix} 80000 \\ 76000 \end{bmatrix}

= \begin{bmatrix} 100 \\ 95 \end{bmatrix}

∴ x = ₹100 and y = ₹95

∴ Price of 1 Type P combo = ₹100 and price of 1 Type Q combo = ₹95.

Total cost of 2 Type P combos and 3 Type Q combos
= 2x + 3y
= 2(100) + 3(95)
= 200 + 285

∴ Required total cost = ₹485 [2 marks]
Q3Case-based4 marks

A school treasurer is managing funds using a system of two equations. The amounts (in ₹ thousands) allocated to sports and library are represented by variables x and y. The system is encoded as a matrix equation AX = B, where A = [[3, 1], [5, 2]], X = [[x], [y]], B = [[11], [19]].

A school treasurer is managing funds using a system of two equations. The amounts (in ₹ thousands) allocated to sports and library are represented by variables x and y. The system is encoded as a matrix equation AX = B, where

A = [[3, 1], [5, 2]], X = [[x], [y]], B = [[11], [19]]

Based on the above information, answer the following questions:

(i) Find |A|. [1 mark]
(ii) Find A⁻¹. [1 mark]
(iii) Using A⁻¹, find the amounts allocated to sports (x) and library (y). [2 marks]

Show answer
(i) Finding |A|:

|A| = (3)(2) − (1)(5) = 6 − 5 = 1

∴ |A| = 1

(ii) Finding A⁻¹:

Since |A| = 1 ≠ 0, A⁻¹ exists.

The cofactor matrix of A is:

C₁₁ = 2, C₁₂ = −5, C₂₁ = −1, C₂₂ = 3

adj A = [[2, −1], [−5, 3]]

A⁻¹ = (1/|A|) · adj A = (1/1) · [[2, −1], [−5, 3]]

∴ A⁻¹ = [[2, −1], [−5, 3]]

(iii) Finding x and y:

Since AX = B, we have X = A⁻¹B.

[[x], [y]] = [[2, −1], [−5, 3]] · [[11], [19]]

x = (2)(11) + (−1)(19) = 22 − 19 = 3

y = (−5)(11) + (3)(19) = −55 + 57 = 2

∴ Amount allocated to sports = ₹3 thousand and amount allocated to library = ₹2 thousand.
Q4Case-based4 marks

A city planner is designing a triangular park with vertices at P(k, 2), Q(4, 6), and R(1, 4) on a coordinate grid. The area of the park is to be exactly 4 square units.

A city planner is designing a triangular park with vertices at three locations on a coordinate grid: P(k, 2), Q(4, 6), and R(1, 4). The planner wants the area of the park to be exactly 4 square units.

(i) Using determinants, write the expression for the area of triangle PQR in terms of k. [1 mark]
(ii) Set up the equation obtained when the area equals 4 square units and simplify it. [1 mark]
(iii) Find all possible values of k. Hence determine the two possible positions of vertex P. [2 marks]

Show answer
(i) Area of △PQR using determinants:

Area = (1/2)|det| = (1/2) |k(6 − 4) + 4(4 − 2) + 1(2 − 6)|

Expanding the determinant along the formula:

Area = (1/2) |k·(d − f) + x₂·(f − y₁) + x₃·(y₁ − d)|

∴ Area = (1/2) |k(6 − 4) + 4(4 − 2) + 1(2 − 6)|

= (1/2) |2k + 8 − 4|

∴ Area = (1/2)|2k + 4| ...(i)

(ii) Setting area = 4 square units:

From (i), (1/2)|2k + 4| = 4

⟹ |2k + 4| = 8

∴ 2k + 4 = 8 or 2k + 4 = −8 ...(ii)

(iii) Solving both cases from (ii):

Case 1: 2k + 4 = 8 ⟹ 2k = 4 ⟹ k = 2

Case 2: 2k + 4 = −8 ⟹ 2k = −12 ⟹ k = −6

∴ The two possible values of k are 2 and −6.

∴ The two possible positions of vertex P are (2, 2) and (−6, 2).
Q5Case-based4 marks

A structural engineering firm uses a system of three linear equations to model the load distribution (in kN) across three support beams of a bridge:

2x + 3y − z = 10
x − y + 2z = 4
3x + 2y + kz = 16

where x, y, z represent the loads on the three beams respectively, and k is a design parameter.

A structural engineering firm uses a system of three linear equations to model the load distribution (in kN) across three support beams of a bridge:

2x + 3y − z = 10
x − y + 2z = 4
3x + 2y + kz = 16

where x, y, z represent the loads on the three beams respectively, and k is a design parameter.

(i) Write the coefficient matrix A of the system. Find |A| in terms of k. [1 mark]
(ii) For what value of k does the system fail to have a unique solution? Justify using the determinant condition. [1 mark]
(iii) For k = 3, find |adj A| and hence determine whether A⁻¹ exists. Also find the value of |3A⁻¹| for this case. [2 marks]

Show answer
(i) The coefficient matrix of the system is:

A = ⎡ 2 3 −1 ⎤
⎢ 1 −1 2 ⎥
⎣ 3 2 k ⎦

Expanding |A| along R₁:

|A| = 2[(−1)(k) − (2)(2)] − 3[(1)(k) − (2)(3)] + (−1)[(1)(2) − (−1)(3)]

⟹ |A| = 2[−k − 4] − 3[k − 6] − 1[2 + 3]

⟹ |A| = −2k − 8 − 3k + 18 − 5

∴ |A| = −5k + 5 = 5(1 − k)

(ii) The system fails to have a unique solution when the coefficient matrix A is singular, i.e., when |A| = 0.

∵ |A| = 5(1 − k)

|A| = 0 ⟹ 5(1 − k) = 0 ⟹ k = 1

∴ For k = 1, the determinant |A| = 0, so A is singular and the system does not have a unique solution.

(iii) For k = 3:

|A| = 5(1 − 3) = 5 × (−2) = −10

∵ |A| = −10 ≠ 0, A is non-singular.
∴ A⁻¹ exists.

Finding |adj A|:
For a square matrix of order n, |adj A| = |A|ⁿ⁻¹.
Here n = 3, so:

|adj A| = |A|³⁻¹ = |A|² = (−10)² = 100

∴ |adj A| = 100

Finding |3A⁻¹|:
Using the property |kA| = kⁿ|A| for an n × n matrix:

|3A⁻¹| = 3³ · |A⁻¹| = 27 × (1/|A|) = 27 × (1/(−10))

∴ |3A⁻¹| = −27/10
Q6Case-based4 marks

A school treasurer is managing three school funds — Sports Fund (x), Cultural Fund (y), and Science Fund (z) — in thousands of rupees. The budget conditions lead to the system: x + y + z = 6; y − z = −1; 2x + y − z = 5.

A school treasurer is managing three school funds — Sports Fund (x), Cultural Fund (y), and Science Fund (z) — in thousands of rupees. Based on the school budget records, the following three conditions are noted:

(i) The total of all three funds is ₹6000.
(ii) The Science Fund exceeds the Cultural Fund by ₹1000.
(iii) Twice the Sports Fund, added to the Cultural Fund, equals the Science Fund by ₹5000 in total.

This translates to the system of equations:
x + y + z = 6
y - z = -1
2x + y - z = 5

(where amounts are in thousands of rupees)

(a) Write the above system in the matrix form AX = B, identifying matrices A, X, and B. [1]
(b) Find |A| (the determinant of the coefficient matrix A). [1]
(c) Find A⁻¹ using the adjoint method, and hence solve for x, y, and z. [2]

Show answer
(a) The system x + y + z = 6, y − z = −1, 2x + y − z = 5 is written as AX = B, where

A = [1 1 1 / 0 1 −1 / 2 1 −1], X = [x / y / z], B = [6 / −1 / 5] …(1 mark)

(b) Expanding |A| along R₁:

|A| = 1·|(1 −1 / 1 −1)| − 1·|(0 −1 / 2 −1)| + 1·|(0 1 / 2 1)|

= 1·[(1)(−1) − (−1)(1)] − 1·[(0)(−1) − (−1)(2)] + 1·[(0)(1) − (1)(2)]

= 1·[−1 + 1] − 1·[0 + 2] + 1·[0 − 2]

= 1·(0) − 1·(2) + 1·(−2)

= 0 − 2 − 2

∴ |A| = −4 …(1 mark)

∵ |A| = −4 ≠ 0, so A⁻¹ exists.

(c) Computing the cofactors of A:

C₁₁ = +(1·(−1) − (−1)·1) = +(−1 + 1) = 0
C₁₂ = −(0·(−1) − (−1)·2) = −(0 + 2) = −2
C₁₃ = +(0·1 − 1·2) = +(0 − 2) = −2

C₂₁ = −(1·(−1) − 1·1) = −(−1 − 1) = 2
C₂₂ = +(1·(−1) − 1·2) = +(−1 − 2) = −3
C₂₃ = +(1·1 − 1·2) = −(1 − 2) = 1

[Note: C₂₃ = −(1·1 − 1·2) = −(1−2) = 1]

C₃₁ = +(1·(−1) − 1·1) = +(−1 − 1) = −2
C₃₂ = −(1·(−1) − 1·0) = −(−1 − 0) = 1
C₃₃ = +(1·1 − 1·0) = +(1 − 0) = 1

adj A = (Cofactor matrix)ᵀ =
[ C₁₁ C₂₁ C₃₁ / C₁₂ C₂₂ C₃₂ / C₁₃ C₂₃ C₃₃ ]
= [0 2 −2 / −2 −3 1 / −2 1 1]

∴ A⁻¹ = (1/|A|) · adj A = (1/−4) · [0 2 −2 / −2 −3 1 / −2 1 1]

Since X = A⁻¹B:

X = (1/−4) · [0 2 −2 / −2 −3 1 / −2 1 1] · [6 / −1 / 5]

Row 1: 0(6) + 2(−1) + (−2)(5) = 0 − 2 − 10 = −12
Row 2: (−2)(6) + (−3)(−1) + 1(5) = −12 + 3 + 5 = −4
Row 3: (−2)(6) + 1(−1) + 1(5) = −12 − 1 + 5 = −8

∴ X = (1/−4) · [−12 / −4 / −8] = [3 / 1 / 2]

∴ x = 3, y = 1, z = 2

Hence, the Sports Fund = ₹3000, Cultural Fund = ₹1000, and Science Fund = ₹2000. …(2 marks)
Q7Case-based4 marks

A small business owner models her monthly profit-and-loss data using a 3×3 matrix A, where the entries represent coefficients of a system of three linear equations in three unknowns (inventory, labour, overhead). She knows: A(adj A) = kI₃, |A| = 5, and B = 3A.

A small business owner models her monthly profit-and-loss data using a 3×3 matrix A, where the entries represent coefficients of a system of three linear equations in three unknowns (inventory, labour, overhead). She knows the following facts about matrix A:

(i) A(adj A) = kI₃, where k is a real constant and I₃ is the 3×3 identity matrix.

(ii) |A| = 5.

(iii) The matrix B = 3A.

Based on this information, answer the following:

(a) Find the value of k. [1 mark]

(b) Find |adj A|. [1 mark]

(c) Find |adj B|. [2 marks]

Show answer
(a) Finding the value of k:

Using the standard result for any square matrix A of order n:

A(adj A) = |A| · Iₙ

Here n = 3, so A(adj A) = |A| · I₃.

Comparing with the given A(adj A) = k I₃,

∴ k = |A| = 5

(b) Finding |adj A|:

Using the standard result for a square matrix of order n:

|adj A| = |A|ⁿ⁻¹

Here n = 3 and |A| = 5,

∴ |adj A| = |A|³⁻¹ = |A|² = 5² = 25

(c) Finding |adj B|:

Since B = 3A and A is a 3×3 matrix, using the scalar-multiplication property of determinants:

|B| = |3A| = 3³ · |A| = 27 × 5 = 135

Now applying the standard result |adj B| = |B|ⁿ⁻¹ with n = 3:

|adj B| = |B|² = (135)² = 18225

∴ k = 5, |adj A| = 25, and |adj B| = 18225.
Q8Case-based4 marks

A city planner is designing a triangular park with vertices at coordinates A(1, 2), B(4, k) and C(7, 8) on a grid map, where each unit represents 10 metres. The municipal authority requires that the area of the park must be exactly 900 square metres (i.e., 9 square units on the grid), and the three vertices must not be collinear.

A city planner is designing a triangular park with vertices at coordinates A(1, 2), B(4, k) and C(7, 8) on a grid map, where each unit represents 10 metres. The municipal authority requires that:
(i) The area of the park must be exactly 900 square metres (i.e., 9 square units on the grid).
(ii) If the area condition gives two possible values of k, the park boundary must not be a straight line (i.e., the three vertices must not be collinear).

Using the determinant method:
(a) Set up a determinant expression for the area of triangle ABC in terms of k. [1 mark]
(b) Find all possible values of k satisfying the area requirement. [2 marks]
(c) Determine which value(s) of k are valid for the park design, giving a reason using the concept of collinearity. [1 mark]

Show answer
(a) Setting up the determinant expression:

The area of triangle with vertices A(1, 2), B(4, k) and C(7, 8) is given by:

Area = (1/2) |det| where det = |1 2 1|
|4 k 1|
|7 8 1|

∴ Area = (1/2) |1(k − 8) − 2(4 − 7) + 1(32 − 7k)|

[1 mark — for correct determinant setup with three vertices in matrix form]

(b) Finding the values of k:

Expanding the determinant:

= 1·(k·1 − 8·1) − 2·(4·1 − 7·1) + 1·(4·8 − 7·k)

= (k − 8) − 2(4 − 7) + (32 − 7k)

= (k − 8) − 2(−3) + (32 − 7k)

= k − 8 + 6 + 32 − 7k

= −6k + 30

Area = (1/2)|−6k + 30|

Setting Area = 9:

(1/2)|−6k + 30| = 9

|−6k + 30| = 18

Case 1: −6k + 30 = 18
⟹ −6k = −12
⟹ k = 2

Case 2: −6k + 30 = −18
⟹ −6k = −48
⟹ k = 8

∴ The two possible values of k are 2 and 8. [2 marks — 1 for correct expansion to |−6k + 30| = 18; 1 for both values k = 2 and k = 8]

(c) Validity check using collinearity:

Three points are collinear if and only if the area of the triangle formed by them is zero, i.e., the determinant = 0.

Check k = 2: The vertices become A(1, 2), B(4, 2) and C(7, 8).
The determinant value = −6(2) + 30 = −12 + 30 = 18 ≠ 0 ∴ A, B, C are not collinear. ✓

Check k = 8: The vertices become A(1, 2), B(4, 8) and C(7, 8).
The determinant value = −6(8) + 30 = −48 + 30 = −18 ≠ 0 ∴ A, B, C are not collinear. ✓

∵ both values k = 2 and k = 8 give non-collinear vertices, both satisfy the municipal design requirement.

∴ Both k = 2 and k = 8 are valid for the park design, as in each case the three vertices form a proper (non-degenerate) triangle of area exactly 9 square units, i.e., 900 square metres. [1 mark — for correct collinearity reasoning and valid conclusion for both values]
Q9MCQ1 mark

If A is a square matrix of order 3 and |A| = 5, then |adj A| is:

Show answer
Option (B) is correct.

Explanation: For a square matrix A of order n, the standard result is |adj A| = |A|^(n−1).

Here n = 3 and |A| = 5, so |adj A| = 5^(3−1) = 5² = 25.
Q10MCQ1 mark

If A = is a singular matrix, then the value of x is:
(a) 15/2 (b) 6 (c) 5/3 (d) 15

Show answer
Option (a) is correct.

Explanation: A matrix is singular if and only if its determinant equals zero.

|A| = (3)(5) − (x)(2) = 15 − 2x

Setting |A| = 0: 15 − 2x = 0 ⟹ x = 15/2
Q11MCQ1 mark

If A is a square matrix of order 3 and |A| = 5, then |2A| is equal to:
(a) 10 (b) 25 (c) 40 (d) 15

Show answer
Option (c) is correct.

Explanation: For a square matrix A of order n, |kA| = k<super>n</super>|A|.

Here n = 3 and k = 2, so |2A| = 2<super>3</super>|A| = 8 × 5 = 40.
Q12MCQ1 mark

If A is a square matrix of order 3 and |A| = 5, then |adj A| is equal to:
(A) 5
(B) 25
(C) 125
(D) 15

Show answer
Option (B) is correct.

Explanation: For a square matrix A of order n, the standard result is |adj A| = |A|<super>n−1</super>. Here n = 3 and |A| = 5, so |adj A| = 5<super>3−1</super> = 5<super>2</super> = 25.
Q13MCQ1 mark

If A is a square matrix of order 3 and |A| = −5, then |adj A| is:

Show answer
Option (C) is correct.

Explanation: For a square matrix A of order n, the standard result is |adj A| = |A|^(n−1).

Here n = 3 and |A| = −5, so |adj A| = (−5)^(3−1) = (−5)² = 25.
Q14MCQ1 mark

If A is a square matrix of order 3 and |A| = 5, then |2A| is

Show answer
Option (C) is correct.

Explanation: For a square matrix A of order n, the property |kA| = kⁿ|A| holds for any scalar k.

Here n = 3 and k = 2, so |2A| = 2³|A| = 8 × 5 = 40.
Q15Short Answer2 marks

Let A and B be two square matrices of order 3 such that |A| = −2 and |B| = 5. Find the value of |3A²B|.

Show answer
Using the property |kM| = k³|M| for a 3×3 matrix M,

|3A²B| = 3³ · |A²| · |B|

= 27 · |A|² · |B|

= 27 × (−2)² × 5

= 27 × 4 × 5

∴ |3A²B| = 540
Q16Short Answer2 marks

Let A and B be two square matrices of order 3 such that |A| = −2 and |B| = 5. Find the value of |3A²B|.

Show answer
Using the property |kM| = k³|M| for a square matrix M of order 3,

|3A²B| = 3³ · |A²| · |B|

⟹ |3A²B| = 27 · |A|² · |B|

⟹ |3A²B| = 27 × (−2)² × 5

⟹ |3A²B| = 27 × 4 × 5

∴ |3A²B| = 540
Q17Short Answer2 marks

Let A and B be two square matrices of order 3 such that |A| = 5 and |B| = −2. Find the value of |3AB|.

Show answer
Using the property |kA| = k³|A| for a square matrix of order 3,

|3AB| = 3³ · |AB|

⟹ |3AB| = 27 · |A| · |B| [∵ |AB| = |A||B|]

⟹ |3AB| = 27 × 5 × (−2)

∴ |3AB| = −270
Q18Short Answer2 marks

Let A and B be two square matrices of order 3 such that |A| = 5 and |B| = −2. Find the value of |−3AB|.

Show answer
Using the property |kA| = k³|A| for a square matrix A of order 3,

|−3AB| = (−3)³ |AB|

⟹ |−3AB| = −27 · |A| · |B| [∵ |AB| = |A||B|]

⟹ |−3AB| = −27 × 5 × (−2)

∴ |−3AB| = 270
Q19Short Answer3 marks

If A = \begin{bmatrix} 2 & -1 & 1 \\ -1 & 2 & -1 \\ 1 & -1 & 2 \end{bmatrix}, find A⁻¹ and use it to solve the system of equations: 2x − y + z = 3, −x + 2y − z = −4, x − y + 2z = 5.

Show answer
Given: A = \begin{bmatrix} 2 & -1 & 1 \\ -1 & 2 & -1 \\ 1 & -1 & 2 \end{bmatrix}

Step 1: Find |A|.

Expanding along R₁,

|A| = 2[(2)(2) − (−1)(−1)] − (−1)[(−1)(2) − (−1)(1)] + 1[(−1)(−1) − (2)(1)]

⟹ |A| = 2[4 − 1] + 1[−2 + 1] + 1[1 − 2]

⟹ |A| = 2(3) + 1(−1) + 1(−1)

⟹ |A| = 6 − 1 − 1 = 4

∵ |A| = 4 ≠ 0, ∴ A⁻¹ exists.

Step 2: Find the cofactor matrix of A.

C₁₁ = +[(2)(2) − (−1)(−1)] = 4 − 1 = 3
C₁₂ = −[(−1)(2) − (−1)(1)] = −[−2 + 1] = 1
C₁₃ = +[(−1)(−1) − (2)(1)] = 1 − 2 = −1

C₂₁ = −[(−1)(2) − (1)(−1)] = −[−2 + 1] = 1
C₂₂ = +[(2)(2) − (1)(1)] = 4 − 1 = 3
C₂₃ = −[(2)(−1) − (−1)(1)] = −[−2 + 1] = 1

C₃₁ = +[(−1)(−1) − (1)(2)] = 1 − 2 = −1
C₃₂ = −[(2)(−1) − (1)(−1)] = −[−2 + 1] = 1
C₃₃ = +[(2)(2) − (−1)(−1)] = 4 − 1 = 3

Cofactor matrix = \begin{bmatrix} 3 & 1 & -1 \\ 1 & 3 & 1 \\ -1 & 1 & 3 \end{bmatrix}

adj A = (Cofactor matrix)' = \begin{bmatrix} 3 & 1 & -1 \\ 1 & 3 & 1 \\ -1 & 1 & 3 \end{bmatrix}

(Note: the cofactor matrix is symmetric here, so adj A equals the cofactor matrix.)

∴ A⁻¹ = (1/|A|) adj A = (1/4) \begin{bmatrix} 3 & 1 & -1 \\ 1 & 3 & 1 \\ -1 & 1 & 3 \end{bmatrix}

Step 3: Write the system in matrix form AX = B.

The given system 2x − y + z = 3, −x + 2y − z = −4, x − y + 2z = 5 is AX = B, where

X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}, B = \begin{bmatrix} 3 \\ -4 \\ 5 \end{bmatrix}

Step 4: Solve X = A⁻¹B.

X = (1/4) \begin{bmatrix} 3 & 1 & -1 \\ 1 & 3 & 1 \\ -1 & 1 & 3 \end{bmatrix} \begin{bmatrix} 3 \\ -4 \\ 5 \end{bmatrix}

⟹ X = (1/4) \begin{bmatrix} 3(3) + 1(−4) + (−1)(5) \\ 1(3) + 3(−4) + 1(5) \\ (−1)(3) + 1(−4) + 3(5) \end{bmatrix}

⟹ X = (1/4) \begin{bmatrix} 9 − 4 − 5 \\ 3 − 12 + 5 \\ −3 − 4 + 15 \end{bmatrix}

⟹ X = (1/4) \begin{bmatrix} 0 \\ -4 \\ 8 \end{bmatrix}

⟹ X = \begin{bmatrix} 0 \\ -1 \\ 2 \end{bmatrix}

∴ x = 0, y = −1, z = 2.
Q20Short Answer3 marks

If A is a square matrix of order 3 such that det(A) = −5, find the value of det(3A) + det(−A²).

Show answer
We use the property: for a square matrix A of order n, det(kA) = kⁿ det(A).

Here, A is of order 3, so n = 3.

Finding det(3A):

det(3A) = 3³ · det(A)

⟹ det(3A) = 27 × (−5)

⟹ det(3A) = −135 ...(i)

Finding det(−A²):

Using det(kA) = k³ det(A) with k = −1 and matrix A²:

det(−A²) = (−1)³ · det(A²)

⟹ det(−A²) = −det(A²)

Now, det(A²) = det(A · A) = det(A) · det(A) = (−5)² = 25

⟹ det(−A²) = −25 ...(ii)

Finding det(3A) + det(−A²):

From (i) and (ii),

det(3A) + det(−A²) = −135 + (−25)

∴ det(3A) + det(−A²) = −160
Q21Short Answer3 marks

Using matrices, solve the following system of linear equations:
2x − y + 3z = 9,
x + y + z = 6,
x − y + z = 2.

Show answer
The system can be written as AX = B, where

A = ⎡2 −1 3⎤, X = ⎡x⎤, B = ⎡9⎤
⎢1 1 1⎥ ⎢y⎥ ⎢6⎥
⎣1 −1 1⎦ ⎣z⎦ ⎣2⎦

|A| = 2(1·1 − 1·(−1)) − (−1)(1·1 − 1·1) + 3(1·(−1) − 1·1)
= 2(1 + 1) + 1(1 − 1) + 3(−1 − 1)
= 2(2) + 1(0) + 3(−2)
= 4 + 0 − 6 = −2

∵ |A| = −2 ≠ 0, A is non-singular and A⁻¹ exists.

Cofactors of A:
C₁₁ = +(1·1 − 1·(−1)) = +(1 + 1) = 2
C₁₂ = −(1·1 − 1·1) = −(1 − 1) = 0
C₁₃ = +(1·(−1) − 1·1) = +(−1 − 1) = −2
C₂₁ = −((−1)·1 − 3·(−1)) = −(−1 + 3) = −2
C₂₂ = +(2·1 − 3·1) = +(2 − 3) = −1
C₂₃ = −(2·(−1) − (−1)·1) = −(−2 + 1) = 1
C₃₁ = +((−1)·1 − 3·1) = +(−1 − 3) = −4
C₃₂ = −(2·1 − 3·1) = −(2 − 3) = 1
C₃₃ = +(2·1 − (−1)·1) = +(2 + 1) = 3

adj A = (Cofactor matrix)ᵀ = ⎡ 2 −2 −4⎤
⎢ 0 −1 1⎥
⎣−2 1 3⎦

A⁻¹ = (1/|A|) adj A = (1/−2) ⎡ 2 −2 −4⎤ = ⎡−1 1 2⎤
⎢ 0 −1 1⎥ ⎢ 0 1/2 −1/2⎥
⎣−2 1 3⎦ ⎣ 1 −1/2 −3/2⎦

X = A⁻¹B:

x = (−1)(9) + (1)(6) + (2)(2) = −9 + 6 + 4 = 1
y = (0)(9) + (1/2)(6) + (−1/2)(2) = 0 + 3 − 1 = 2
z = (1)(9) + (−1/2)(6) + (−3/2)(2) = 9 − 3 − 3 = 3

∴ x = 1, y = 2, z = 3.
Q22Short Answer3 marks

If A is a square matrix of order 3 such that |A| = 5, find the value of |adj(adj A)|.

Show answer
We use the standard results for adjoint of a matrix.

For a square matrix A of order n:

|adj A| = |A|<super>n−1</super> ...(i)

adj(adj A) = |A|<super>n−2</super> · A ...(ii)

∴ |adj(adj A)| = | |A|<super>n−2</super> · A |

⟹ |adj(adj A)| = |A|<super>n−2</super><super>·n</super> · |A| [∵ |kA| = k<super>n</super>|A| for a matrix of order n]

⟹ |adj(adj A)| = |A|<super>n(n−2)</super> · |A|

⟹ |adj(adj A)| = |A|<super>n(n−2)+1</super>

⟹ |adj(adj A)| = |A|<super>(n−1)²</super> ...(iii)

Here n = 3 and |A| = 5.

Substituting in (iii),

|adj(adj A)| = (5)<super>(3−1)²</super>

⟹ |adj(adj A)| = (5)<super>4</super>

∴ |adj(adj A)| = 625
Q23Short Answer3 marks

If A is a 3×3 matrix such that |A| = 5, find the value of |adj(adj A)|.

Show answer
We use the standard result: for an n×n matrix A,

|adj A| = |A|<super>n−1</super>

Here n = 3 and |A| = 5, so:

|adj A| = |A|<super>3−1</super> = 5<super>2</super> = 25 ...(i)

Next, we apply the same result to the matrix B = adj A, which is also a 3×3 matrix:

|adj(adj A)| = |adj B| = |B|<super>n−1</super> = |adj A|<super>3−1</super> = |adj A|<super>2</super> ...(ii)

Substituting the value from (i) into (ii):

|adj(adj A)| = (25)<super>2</super> = 625

∴ |adj(adj A)| = 625
Q24Long Answer4 marks

A school canteen manager needs to purchase three items — bread loaves (x), butter packs (y), and juice cartons (z) — for a morning event. Based on supplier quotes, the total cost equations formed are:

2x + y + z = 7
x + 2y + 3z = 16
x + y + 2z = 11

Using matrices, find the number of bread loaves (x), butter packs (y), and juice cartons (z) the manager should purchase.

Show answer
The system AX = B is:

A = [[2, 1, 1], [1, 2, 3], [1, 1, 2]], X = [[x], [y], [z]], B = [[7], [16], [11]]

|A| = 2(2·2 − 3·1) − 1(1·2 − 3·1) + 1(1·1 − 2·1)

⟹ |A| = 2(4 − 3) − 1(2 − 3) + 1(1 − 2)

⟹ |A| = 2(1) − 1(−1) + 1(−1) = 2 + 1 − 1 = 2

∵ |A| = 2 ≠ 0, ∴ A<super>−1</super> exists and the system has a unique solution.

Cofactors of A:

C<sub>11</sub> = +(2·2 − 3·1) = 1
C<sub>12</sub> = −(1·2 − 3·1) = −(−1) = 1
C<sub>13</sub> = +(1·1 − 2·1) = −1

C<sub>21</sub> = −(1·2 − 1·1) = −1
C<sub>22</sub> = +(2·2 − 1·1) = 3
C<sub>23</sub> = −(2·1 − 1·1) = −1

C<sub>31</sub> = +(1·3 − 1·2) = 1
C<sub>32</sub> = −(2·3 − 1·1) = −5
C<sub>33</sub> = +(2·2 − 1·1) = 3

adj A = (Cofactor matrix)<super>T</super> = [[1, −1, 1], [1, 3, −5], [−1, −1, 3]]

A<super>−1</super> = (1/|A|) · adj A = (1/2) [[1, −1, 1], [1, 3, −5], [−1, −1, 3]]

X = A<super>−1</super>B = (1/2) [[1, −1, 1], [1, 3, −5], [−1, −1, 3]] [[7], [16], [11]]

Computing each element:

x = (1/2)(1·7 + (−1)·16 + 1·11) = (1/2)(7 − 16 + 11) = (1/2)(2) = 1

y = (1/2)(1·7 + 3·16 + (−5)·11) = (1/2)(7 + 48 − 55) = (1/2)(0) = 0

Wait — recomputing y:
y = (1/2)(7 + 48 − 55) = (1/2)(0) = 0

Rechecking with original equations using x=1, y=0, z=5:
2(1)+0+5=7 ✓; 1+0+15=16 ✓; 1+0+10=11 ✓

z = (1/2)((−1)·7 + (−1)·16 + 3·11) = (1/2)(−7 − 16 + 33) = (1/2)(10) = 5

∴ x = 1, y = 0, z = 5

∴ The manager should purchase 1 bread loaf, 0 butter packs, and 5 juice cartons.
Q25Case-based4 marks

A school canteen offers three combo meals — Combo A, Combo B, and Combo C. On a particular day, the canteen recorded the following sales data:
• 2 plates of Combo A, 1 plate of Combo B, and 1 plate of Combo C were sold for ₹ 420.
• 1 plate of Combo A, 2 plates of Combo B, and 1 plate of Combo C were sold for ₹ 390.
• 1 plate of Combo A, 1 plate of Combo B, and 2 plates of Combo C were sold for ₹ 360.

A school canteen offers three combo meals — Combo A, Combo B, and Combo C. On a particular day, the canteen recorded the following sales data:

• 2 plates of Combo A, 1 plate of Combo B, and 1 plate of Combo C were sold for ₹ 420.
• 1 plate of Combo A, 2 plates of Combo B, and 1 plate of Combo C were sold for ₹ 390.
• 1 plate of Combo A, 1 plate of Combo B, and 2 plates of Combo C were sold for ₹ 360.

Let the prices (in ₹) of Combo A, Combo B, and Combo C be x, y, and z respectively.

(i) Express the above information as a system of linear equations in x, y, and z.
(ii) Write the system in the matrix form AX = B, where A is the coefficient matrix.
(iii) Find A⁻¹ using the formula A⁻¹ = (1/|A|) adj A, and hence determine the price of each combo meal.

Show answer
Solution:

(i) [1 mark] System of linear equations:

Let the price of Combo A = ₹ x, Combo B = ₹ y, Combo C = ₹ z.

From the given data:

2x + y + z = 420 ...(i)
x + 2y + z = 390 ...(ii)
x + y + 2z = 360 ...(iii)

(ii) [½ mark] Matrix form AX = B:

A = [2 1 1 / 1 2 1 / 1 1 2], X = [x / y / z], B = [420 / 390 / 360]

(iii) [2½ marks] Finding A⁻¹ and solving:

Step 1 — Compute |A|, expanding along R₁:

|A| = 2(2·2 − 1·1) − 1(1·2 − 1·1) + 1(1·1 − 2·1)
= 2(4 − 1) − 1(2 − 1) + 1(1 − 2)
= 2(3) − 1(1) + 1(−1)
= 6 − 1 − 1
= 4

∵ |A| = 4 ≠ 0, ∴ A⁻¹ exists.

Step 2 — Compute cofactors:

C₁₁ = +(2·2 − 1·1) = 3
C₁₂ = −(1·2 − 1·1) = −1
C₁₃ = +(1·1 − 2·1) = −1
C₂₁ = −(1·2 − 1·1) = −1
C₂₂ = +(2·2 − 1·1) = 3
C₂₃ = −(2·1 − 1·1) = −1
C₃₁ = +(1·1 − 2·1) = −1
C₃₂ = −(2·1 − 1·1) = −1
C₃₃ = +(2·2 − 1·1) = 3

Cofactor matrix = [3 −1 −1 / −1 3 −1 / −1 −1 3]

adj A = (Cofactor matrix)' = [3 −1 −1 / −1 3 −1 / −1 −1 3]

(Note: The matrix is symmetric, so adj A equals the cofactor matrix itself.)

Step 3 — Compute A⁻¹:

A⁻¹ = (1/|A|) adj A = (1/4) [3 −1 −1 / −1 3 −1 / −1 −1 3]

Step 4 — Solve X = A⁻¹B:

X = (1/4) [3 −1 −1 / −1 3 −1 / −1 −1 3] [420 / 390 / 360]

Computing each row:

x = (1/4)(3×420 − 1×390 − 1×360)
= (1/4)(1260 − 390 − 360)
= (1/4)(510)
= 127.5

y = (1/4)(−1×420 + 3×390 − 1×360)
= (1/4)(−420 + 1170 − 360)
= (1/4)(390)
= 97.5

z = (1/4)(−1×420 − 1×390 + 3×360)
= (1/4)(−420 − 390 + 1080)
= (1/4)(270)
= 67.5

∴ Price of Combo A = ₹ 127.50, price of Combo B = ₹ 97.50, and price of Combo C = ₹ 67.50.
Q26Case-based4 marks

A construction company is designing a triangular plot of land with vertices P(1, 2), Q(k, 4) and R(3, 8). The area of the triangular plot must be exactly 4 square units for the project to be viable. The surveyor uses determinants to verify the dimensions before purchasing the land.

A construction company is designing a triangular plot of land. The coordinates of the three vertices of the plot are given as P(1, 2), Q(k, 4) and R(3, 8), where k is an unknown coordinate. The company's surveyor observes that the area of the triangular plot should be exactly 4 square units for the project to be viable.

(i) Write the determinant expression that represents the area of triangle PQR.
(ii) Using the determinant, find the value(s) of k for which the area of the triangular plot is exactly 4 square units.
(iii) If both values of k found in part (ii) are used as coordinates, find the value of |k₁ + k₂|, where k₁ and k₂ are the two values of k. Also determine: for which value of k are the points P, Q, R collinear? Justify your answer.

Show answer
Solution:

(i) The determinant expression for area of triangle PQR with vertices P(x₁, y₁), Q(x₂, y₂), R(x₃, y₃) is:

Area = ½ |Δ|, where Δ = |x₁ y₁ 1|
|x₂ y₂ 1|
|x₃ y₃ 1|

Substituting P(1, 2), Q(k, 4), R(3, 8):

Δ = |1 2 1|
|k 4 1|
|3 8 1|

∴ Area of △PQR = ½ |1(4 − 8) − 2(k − 3) + 1(8k − 12)|

[1 mark]

(ii) Expanding the determinant along Row 1:

Δ = 1(4·1 − 8·1) − 2(k·1 − 3·1) + 1(k·8 − 4·3)

⟹ Δ = 1(4 − 8) − 2(k − 3) + 1(8k − 12)

⟹ Δ = −4 − 2k + 6 + 8k − 12

⟹ Δ = 6k − 10

Given: Area = 4 sq. units

∴ ½|6k − 10| = 4

⟹ |6k − 10| = 8

Case 1: 6k − 10 = 8 ⟹ 6k = 18 ⟹ k = 3

Case 2: 6k − 10 = −8 ⟹ 6k = 2 ⟹ k = 1/3

∴ k = 3 or k = 1/3

[1 mark]

(iii) The two values are k₁ = 3 and k₂ = 1/3.

∴ |k₁ + k₂| = |3 + 1/3| = |10/3| = 10/3

For collinearity of P, Q, R, the area of the triangle must equal zero:

Area = 0 ⟹ ½|6k − 10| = 0 ⟹ 6k − 10 = 0 ⟹ k = 5/3

∵ neither k = 3 nor k = 1/3 equals 5/3, neither value from part (ii) makes P, Q, R collinear.

∴ For no value of k found in part (ii) are the points P, Q, R collinear, since collinearity requires k = 5/3, which is a distinct value.

∴ |k₁ + k₂| = 10/3.

[2 marks]
Q27Case-based4 marks

A school tuck-shop keeps track of three items — sandwiches (x), juice cartons (y) and fruit cups (z) — sold on a particular day. Revenue, cost constraints and stock balance give the system: x + y + z = 6, 2x + y − z = 1, x − y + 2z = 5.

A school tuck-shop keeps track of three items — sandwiches (x), juice cartons (y) and fruit cups (z) — sold on a particular day. The total revenue, cost constraints and stock balance give rise to the following system of equations:

x + y + z = 6
2x + y − z = 1
x − y + 2z = 5

Let A be the coefficient matrix of the above system.

(i) Write the matrix A and find |A|. [1 mark]
(ii) Find A⁻¹. [1 mark]
(iii) Using A⁻¹, find the values of x, y and z — the number of sandwiches, juice cartons and fruit cups sold. [2 marks]

Show answer
(i) The coefficient matrix and its determinant:

A = [1 1 1 ; 2 1 −1 ; 1 −1 2]

Expanding |A| along R₁,

|A| = 1·|1 −1 ; −1 2| − 1·|2 −1 ; 1 2| + 1·|2 1 ; 1 −1|

= 1·(2 − 1) − 1·(4 + 1) + 1·(−2 − 1)

= 1·1 − 1·5 + 1·(−3)

= 1 − 5 − 3 = −7

∴ |A| = −7 ≠ 0, so A⁻¹ exists.

(ii) Finding A⁻¹:

Cofactors of A:

C₁₁ = + |1 −1 ; −1 2| = (2 − 1) = 1
C₁₂ = − |2 −1 ; 1 2| = −(4 + 1) = −5
C₁₃ = + |2 1 ; 1 −1| = (−2 − 1) = −3

C₂₁ = − |1 1 ; −1 2| = −(2 + 1) = −3
C₂₂ = + |1 1 ; 1 2| = (2 − 1) = 1
C₂₃ = − |1 1 ; 1 −1| = −(−1 − 1) = 2

C₃₁ = + |1 1 ; 1 −1| = (−1 − 1) = −2
C₃₂ = − |1 1 ; 2 −1| = −(−1 − 2) = 3
C₃₃ = + |1 1 ; 2 1| = (1 − 2) = −1

Matrix of cofactors =
[ 1 −5 −3 ]
[ −3 1 2 ]
[ −2 3 −1 ]

adj A = (cofactor matrix)ᵀ =
[ 1 −3 −2 ]
[ −5 1 3 ]
[ −3 2 −1 ]

∴ A⁻¹ = (1/|A|) adj A = (1/−7) · [ 1 −3 −2 ; −5 1 3 ; −3 2 −1 ]

∴ A⁻¹ = (−1/7) · [ 1 −3 −2 ; −5 1 3 ; −3 2 −1 ]

(iii) The system AX = B, where X = [x ; y ; z] and B = [6 ; 1 ; 5], gives X = A⁻¹B.

X = (−1/7) · [ 1 −3 −2 ; −5 1 3 ; −3 2 −1 ] · [6 ; 1 ; 5]

Computing each row:

Row 1: 1·6 + (−3)·1 + (−2)·5 = 6 − 3 − 10 = −7
Row 2: (−5)·6 + 1·1 + 3·5 = −30 + 1 + 15 = −14
Row 3: (−3)·6 + 2·1 + (−1)·5 = −18 + 2 − 5 = −21

∴ X = (−1/7) · [−7 ; −14 ; −21] = [1 ; 2 ; 3]

∴ x = 1, y = 2, z = 3.

The tuck-shop sold 1 sandwich, 2 juice cartons and 3 fruit cups.
Q28Case-based4 marks

A school treasurer is verifying financial records. Three expense categories — Stationery (x), Sports Equipment (y), and Library Books (z) — are recorded in a ledger. The total allocations (in ₹ thousands) satisfy the following system of equations:

x + y + z = 6
2x + y − z = 1
x − y + 2z = 5

A school treasurer is verifying financial records. Three expense categories — Stationery (x), Sports Equipment (y), and Library Books (z) — are recorded in a ledger. The total allocations (in ₹ thousands) satisfy the following system of equations:

x + y + z = 6
2x + y − z = 1
x − y + 2z = 5

The treasurer uses Cramer's Rule and the matrix method to find the individual allocations.

(i) Write the coefficient matrix A for this system. Hence find |A|. [1]
(ii) Find adj A. [1]
(iii) Using A⁻¹, find the values of x, y and z (the allocations in ₹ thousands). [2]

Show answer
(i) The coefficient matrix is

A = [1 1 1 ; 2 1 −1 ; 1 −1 2]

Expanding |A| along R₁,

|A| = 1·[(1)(2)−(−1)(−1)] − 1·[(2)(2)−(−1)(1)] + 1·[(2)(−1)−(1)(1)]

⟹ |A| = 1·[2 − 1] − 1·[4 + 1] + 1·[−2 − 1]

⟹ |A| = 1 − 5 − 3 = −7

∴ |A| = −7

Since |A| ≠ 0, A⁻¹ exists.

(ii) The cofactors of A:

C₁₁ = +[(1)(2)−(−1)(−1)] = 2−1 = 1
C₁₂ = −[(2)(2)−(−1)(1)] = −[4+1] = −5
C₁₃ = +[(2)(−1)−(1)(1)] = −2−1 = −3
C₂₁ = −[(1)(2)−(1)(−1)] = −[2+1] = −3
C₂₂ = +[(1)(2)−(1)(1)] = 2−1 = 1
C₂₃ = −[(1)(−1)−(1)(1)] = −[−1−1] = 2
C₃₁ = +[(1)(−1)−(1)(1)] = −1−1 = −2
C₃₂ = −[(1)(−1)−(1)(2)] = −[−1−2] = 3
C₃₃ = +[(1)(1)−(1)(2)] = 1−2 = −1

Cofactor matrix = [1 −5 −3 ; −3 1 2 ; −2 3 −1]

∴ adj A = (Cofactor matrix)' = [1 −3 −2 ; −5 1 3 ; −3 2 −1]

(iii) A⁻¹ = (1/|A|) · adj A = (1/(−7)) · [1 −3 −2 ; −5 1 3 ; −3 2 −1]

The system AX = B, where B = [6 ; 1 ; 5], gives X = A⁻¹B.

X = (1/(−7)) · [1 −3 −2 ; −5 1 3 ; −3 2 −1] · [6 ; 1 ; 5]

Computing each row of the product:

Row 1: (1)(6) + (−3)(1) + (−2)(5) = 6 − 3 − 10 = −7
Row 2: (−5)(6) + (1)(1) + (3)(5) = −30 + 1 + 15 = −14
Row 3: (−3)(6) + (2)(1) + (−1)(5) = −18 + 2 − 5 = −21

⟹ X = (1/(−7)) · [−7 ; −14 ; −21] = [1 ; 2 ; 3]

∴ x = 1, y = 2, z = 3

The allocations are: Stationery = ₹1 thousand, Sports Equipment = ₹2 thousand, Library Books = ₹3 thousand.
Q29Case-based4 marks

A school is organising a three-day science camp. The cost of booking (per day) for three types of resources — Laboratory (L), Equipment (E), and Staff (S) — varies each day due to availability. The cost matrix for the three days is A = [[1, 2, 1], [2, 1, 3], [1, 1, 2]], where rows represent Day 1, Day 2, Day 3 and columns represent units of L, E, S respectively. Total costs on Day 1, Day 2, Day 3 are ₹13,000, ₹21,000, and ₹15,000 respectively.

A school is organising a three-day science camp. The cost of booking (per day) for three types of resources — Laboratory (L), Equipment (E), and Staff (S) — varies each day due to availability. The cost matrix for the three days is recorded as:

A = [[1, 2, 1], [2, 1, 3], [1, 1, 2]]

where the rows represent Day 1, Day 2, and Day 3, and the columns represent the units of L, E, and S respectively.

The total costs incurred on Day 1, Day 2, and Day 3 are ₹13,000, ₹21,000, and ₹15,000 respectively.

(i) Write the system of linear equations representing the cost of one unit each of L, E, and S.
(ii) Express the system in the matrix form AX = B.
(iii) Find A⁻¹ using the matrix A, and hence determine the cost per unit of each resource L, E, and S.

Show answer
Let the cost per unit of Laboratory = x, Equipment = y, Staff = z (all in ₹).

(i) The system of linear equations is:

x + 2y + z = 13000 ...(i)
2x + y + 3z = 21000 ...(ii)
x + y + 2z = 15000 ...(iii)

(ii) Matrix form AX = B:

A = [[1, 2, 1], [2, 1, 3], [1, 1, 2]], X = [[x], [y], [z]], B = [[13000], [21000], [15000]]

(iii) Finding |A|:

Expanding along R₁,

|A| = 1·|[[1, 3], [1, 2]]| − 2·|[[2, 3], [1, 2]]| + 1·|[[2, 1], [1, 1]]|

= 1·(2 − 3) − 2·(4 − 3) + 1·(2 − 1)

= 1·(−1) − 2·(1) + 1·(1)

= −1 − 2 + 1 = −2

∵ |A| = −2 ≠ 0, ∴ A⁻¹ exists.

Cofactor matrix of A:

C₁₁ = +|[[1, 3], [1, 2]]| = (2 − 3) = −1
C₁₂ = −|[[2, 3], [1, 2]]| = −(4 − 3) = −1
C₁₃ = +|[[2, 1], [1, 1]]| = (2 − 1) = 1

C₂₁ = −|[[2, 1], [1, 2]]| = −(4 − 1) = −3
C₂₂ = +|[[1, 1], [1, 2]]| = (2 − 1) = 1
C₂₃ = −|[[1, 2], [1, 1]]| = −(1 − 2) = 1

C₃₁ = +|[[2, 1], [1, 3]]| = (6 − 1) = 5
C₃₂ = −|[[1, 1], [2, 3]]| = −(3 − 2) = −1
C₃₃ = +|[[1, 2], [2, 1]]| = (1 − 4) = −3

adjA = (Cofactor matrix)ᵀ = [[-1, -3, 5], [-1, 1, -1], [1, 1, -3]]

∴ A⁻¹ = (1/|A|)·adjA = (1/(−2))·[[-1, -3, 5], [-1, 1, -1], [1, 1, -3]]

= [[1/2, 3/2, -5/2], [1/2, -1/2, 1/2], [-1/2, -1/2, 3/2]]

Since AX = B ⟹ X = A⁻¹B,

X = [[1/2, 3/2, -5/2], [1/2, -1/2, 1/2], [-1/2, -1/2, 3/2]] · [[13000], [21000], [15000]]

Computing each element:

x = (1/2)(13000) + (3/2)(21000) + (−5/2)(15000)
= 6500 + 31500 − 37500
= 500

y = (1/2)(13000) + (−1/2)(21000) + (1/2)(15000)
= 6500 − 10500 + 7500
= 3500

z = (−1/2)(13000) + (−1/2)(21000) + (3/2)(15000)
= −6500 − 10500 + 22500
= 5500

∴ Cost per unit of Laboratory = ₹500, Equipment = ₹3,500, and Staff = ₹5,500.
Q30Case-based4 marks

A school canteen manager is planning the weekly purchase of three food items: rice (x kg), lentils (y kg), and vegetables (z kg). Based on nutritional requirements and budget constraints, the following system of equations is formed:
2x + y + z = 14, x + 2y + z = 13, x + y + 2z = 13.
The manager uses matrix methods to determine the exact quantities.

A school canteen manager is planning the weekly purchase of three food items: rice (x kg), lentils (y kg), and vegetables (z kg). Based on nutritional requirements and budget constraints, the following system of equations is formed:

2x + y + z = 14
x + 2y + z = 13
x + y + 2z = 13

The manager wants to use matrix methods to determine the exact quantity of each item to purchase.

(i) Write the system in the matrix form AX = B and find |A|. [1 mark]
(ii) Find the matrix of cofactors of A, and hence find adj(A). [1 mark]
(iii) Using A⁻¹, find the values of x, y, and z (quantities of rice, lentils, and vegetables in kg). [2 marks]

Show answer
(i)

The system in matrix form AX = B is:

A = [[2, 1, 1], [1, 2, 1], [1, 1, 2]], X = [[x], [y], [z]], B = [[14], [13], [13]]

Expanding |A| along R₁:

|A| = 2(2·2 − 1·1) − 1(1·2 − 1·1) + 1(1·1 − 2·1)
= 2(4 − 1) − 1(2 − 1) + 1(1 − 2)
= 2(3) − 1(1) + 1(−1)
= 6 − 1 − 1 = 4

∴ |A| = 4 ...(i)

(Since |A| ≠ 0, A⁻¹ exists and the system has a unique solution.)

(ii)

Cofactors of A:

C₁₁ = +(2·2 − 1·1) = +(4 − 1) = 3
C₁₂ = −(1·2 − 1·1) = −(2 − 1) = −1
C₁₃ = +(1·1 − 2·1) = +(1 − 2) = −1

C₂₁ = −(1·2 − 1·1) = −(2 − 1) = −1
C₂₂ = +(2·2 − 1·1) = +(4 − 1) = 3
C₂₃ = −(2·1 − 1·1) = −(2 − 1) = −1

C₃₁ = +(1·1 − 2·1) = +(1 − 2) = −1
C₃₂ = −(2·1 − 1·1) = −(2 − 1) = −1
C₃₃ = +(2·2 − 1·1) = +(4 − 1) = 3

Matrix of cofactors = [[3, −1, −1], [−1, 3, −1], [−1, −1, 3]]

∴ adj(A) = (cofactor matrix)ᵀ = [[3, −1, −1], [−1, 3, −1], [−1, −1, 3]]

(Note: adj(A) = cofactor matrix here since the cofactor matrix is symmetric.) ...(ii)

(iii)

Using A⁻¹ = (1/|A|) · adj(A) and from (i) and (ii):

A⁻¹ = (1/4) · [[3, −1, −1], [−1, 3, −1], [−1, −1, 3]]

Since AX = B ⟹ X = A⁻¹B:

X = (1/4) · [[3, −1, −1], [−1, 3, −1], [−1, −1, 3]] · [[14], [13], [13]]

Computing each element:

x = (1/4)(3·14 + (−1)·13 + (−1)·13)
= (1/4)(42 − 13 − 13)
= (1/4)(16) = 4

y = (1/4)((−1)·14 + 3·13 + (−1)·13)
= (1/4)(−14 + 39 − 13)
= (1/4)(12) = 3

z = (1/4)((−1)·14 + (−1)·13 + 3·13)
= (1/4)(−14 − 13 + 39)
= (1/4)(12) = 3

∴ x = 4, y = 3, z = 3.

The manager should purchase 4 kg of rice, 3 kg of lentils, and 3 kg of vegetables.

Want unlimited practice on Determinants?

The full ClearSteps bank has 41+ reviewed questions on this chapter alone — with step-wise solutions, difficulty levels, and progress tracking. Verify your WhatsApp number and your free trial starts right here.

CBSE · CLASS 12
🎟️14-day free trial · code PRAC auto-applied
Mobile Number
+91
OTP will be sent to your WhatsApp

⭐ Trusted by 12,000+ students across India

Determinants — Class 12 Maths Practice Questions