Class 12 Maths NCERT Solutions Chapter 3 Ex 3.1 – Matrices | Boundless Maths
Ex 3.1 Class 12 Maths NCERT Solutions · Chapter 3 Matrices

Class 12 Maths NCERT Solutions Chapter 3 Ex 3.1 – Matrices

This Class 12 Maths NCERT Solutions Chapter 3 Ex 3.1 page covers all 10 questions, solved step-by-step — finding the order and elements of a matrix, constructing matrices from a rule for a_{ij}, and using equality of matrices to find unknowns, exactly the way CBSE Matrices answers are marked.

10Questions
Easy–MediumDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 3 Ex 3.1 — All 10 Questions

1

In the matrix A = \begin{bmatrix} 2 & 5 & 19 & -7 \\ 35 & -2 & \tfrac{5}{2} & 12 \\ \sqrt{3} & 1 & -5 & 17 \end{bmatrix}, write:
(i) the order of the matrix,
(ii) the number of elements,
(iii) write the elements a_{13},\ a_{21},\ a_{33},\ a_{24},\ a_{23}.

Easy +
Solution

The matrix A has 3 rows and 4 columns.

(i) Order of the matrix = 3 \times 4.

(ii) Number of elements = 3 \times 4 = 12.

(iii) Reading off the entries directly from A:

a_{13} = 19,\quad a_{21} = 35,\quad a_{33} = -5,\quad a_{24} = 12,\quad a_{23} = \dfrac{5}{2}

Answer: (i) 3 \times 4   (ii) 12 elements   (iii) a_{13}=19,\ a_{21}=35,\ a_{33}=-5,\ a_{24}=12,\ a_{23}=\tfrac{5}{2}
2

If a matrix has 24 elements, what are the possible orders it can have? What, if it has 13 elements?

Easy +
Solution

A matrix of order m \times n has mn elements, so we need all ordered pairs of natural numbers whose product is the given number of elements.

For 24 elements: the ordered pairs (m,n) with mn = 24 are (1,24),\,(24,1),\,(2,12),\,(12,2),\,(3,8),\,(8,3),\,(4,6),\,(6,4).

So the possible orders are 1\times24,\ 24\times1,\ 2\times12,\ 12\times2,\ 3\times8,\ 8\times3,\ 4\times6,\ 6\times4.

For 13 elements: since 13 is prime, the only ordered pairs are (1,13) and (13,1).

Answer: 24 elements → 1\times24,\,24\times1,\,2\times12,\,12\times2,\,3\times8,\,8\times3,\,4\times6,\,6\times4.   13 elements → 1\times13,\,13\times1.
3

If a matrix has 18 elements, what are the possible orders it can have? What, if it has 5 elements?

Easy +
Solution

For 18 elements: the ordered pairs (m,n) with mn = 18 are (1,18),\,(18,1),\,(2,9),\,(9,2),\,(3,6),\,(6,3).

So the possible orders are 1\times18,\ 18\times1,\ 2\times9,\ 9\times2,\ 3\times6,\ 6\times3.

For 5 elements: since 5 is prime, the only ordered pairs are (1,5) and (5,1).

Answer: 18 elements → 1\times18,\,18\times1,\,2\times9,\,9\times2,\,3\times6,\,6\times3.   5 elements → 1\times5,\,5\times1.
4

Construct a 2 \times 2 matrix, A = [a_{ij}], whose elements are given by:
(i) a_{ij} = \dfrac{(i+j)^2}{2}  
(ii) a_{ij} = \dfrac{i}{j}  
(iii) a_{ij} = \dfrac{(i+2j)^2}{2}

Medium +
Solution

In general a 2\times2 matrix is A = \begin{bmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{bmatrix}, with i=1,2 and j=1,2.

(i) a_{ij} = \dfrac{(i+j)^2}{2}:

a_{11}=\dfrac{(1+1)^2}{2}=2,\quad a_{12}=\dfrac{(1+2)^2}{2}=\dfrac{9}{2}

a_{21}=\dfrac{(2+1)^2}{2}=\dfrac{9}{2},\quad a_{22}=\dfrac{(2+2)^2}{2}=8

A = \begin{bmatrix} 2 & \tfrac{9}{2} \\ \tfrac{9}{2} & 8 \end{bmatrix}

(ii) a_{ij} = \dfrac{i}{j}:

a_{11}=1,\quad a_{12}=\dfrac{1}{2},\quad a_{21}=2,\quad a_{22}=1

A = \begin{bmatrix} 1 & \tfrac{1}{2} \\ 2 & 1 \end{bmatrix}

(iii) a_{ij} = \dfrac{(i+2j)^2}{2}:

a_{11}=\dfrac{(1+2)^2}{2}=\dfrac{9}{2},\quad a_{12}=\dfrac{(1+4)^2}{2}=\dfrac{25}{2}

a_{21}=\dfrac{(2+2)^2}{2}=8,\quad a_{22}=\dfrac{(2+4)^2}{2}=18

A = \begin{bmatrix} \tfrac{9}{2} & \tfrac{25}{2} \\ 8 & 18 \end{bmatrix}
5

Construct a 3 \times 4 matrix, whose elements are given by:
(i) a_{ij} = \dfrac{1}{2}\left| -3i+j \right|  
(ii) a_{ij} = 2i - j

Medium +
Solution

Here i = 1,2,3 and j = 1,2,3,4.

(i) a_{ij} = \dfrac{1}{2}|-3i+j|:

a_{11}=\dfrac{1}{2}|-3+1|=1,\ \ a_{12}=\dfrac{1}{2}|-3+2|=\dfrac{1}{2},\ \ a_{13}=\dfrac{1}{2}|-3+3|=0,\ \ a_{14}=\dfrac{1}{2}|-3+4|=\dfrac{1}{2}

a_{21}=\dfrac{1}{2}|-6+1|=\dfrac{5}{2},\ \ a_{22}=\dfrac{1}{2}|-6+2|=2,\ \ a_{23}=\dfrac{1}{2}|-6+3|=\dfrac{3}{2},\ \ a_{24}=\dfrac{1}{2}|-6+4|=1

a_{31}=\dfrac{1}{2}|-9+1|=4,\ \ a_{32}=\dfrac{1}{2}|-9+2|=\dfrac{7}{2},\ \ a_{33}=\dfrac{1}{2}|-9+3|=3,\ \ a_{34}=\dfrac{1}{2}|-9+4|=\dfrac{5}{2}

A = \begin{bmatrix} 1 & \tfrac{1}{2} & 0 & \tfrac{1}{2} \\ \tfrac{5}{2} & 2 & \tfrac{3}{2} & 1 \\ 4 & \tfrac{7}{2} & 3 & \tfrac{5}{2} \end{bmatrix}

(ii) a_{ij} = 2i - j:

a_{11}=1,\ a_{12}=0,\ a_{13}=-1,\ a_{14}=-2

a_{21}=3,\ a_{22}=2,\ a_{23}=1,\ a_{24}=0

a_{31}=5,\ a_{32}=4,\ a_{33}=3,\ a_{34}=2

A = \begin{bmatrix} 1 & 0 & -1 & -2 \\ 3 & 2 & 1 & 0 \\ 5 & 4 & 3 & 2 \end{bmatrix}
6

Find the values of x, y and z from the following equations:
(i) \begin{bmatrix} 4 & 3 \\ x & 5 \end{bmatrix} = \begin{bmatrix} y & z \\ 1 & 5 \end{bmatrix}  
(ii) \begin{bmatrix} x+y & 2 \\ 5+z & xy \end{bmatrix} = \begin{bmatrix} 6 & 2 \\ 5 & 8 \end{bmatrix}  
(iii) \begin{bmatrix} x+y+z \\ x+z \\ y+z \end{bmatrix} = \begin{bmatrix} 9 \\ 5 \\ 7 \end{bmatrix}

Medium +
Solution

Two matrices are equal only if they have the same order and every pair of corresponding entries is equal.

(i) Comparing corresponding entries: y = 4,\quad z = 3,\quad x = 1.

Answer: x = 1,\ y = 4,\ z = 3

(ii) Comparing corresponding entries:

x + y = 6  ...(1),   5 + z = 5 \Rightarrow z = 0,   xy = 8  ...(2)

From (1), y = 6 - x; substituting in (2): x(6-x) = 8 \Rightarrow x^2 - 6x + 8 = 0 \Rightarrow (x-2)(x-4)=0.

Taking x = 2 gives y = 4 (the pair x=4,\,y=2 also satisfies (1) and (2), but only x=2,\,y=4 is taken as the standard solution here).

Answer: x = 2,\ y = 4,\ z = 0

(iii) Comparing corresponding entries:

x + y + z = 9  ...(1),   x + z = 5  ...(2),   y + z = 7  ...(3)

From (2), x = 5-z; from (3), y = 7-z. Substituting in (1): (5-z)+(7-z)+z = 9 \Rightarrow 12 - z = 9 \Rightarrow z = 3.

Then x = 5 - 3 = 2 and y = 7 - 3 = 4.

Answer: x = 2,\ y = 4,\ z = 3
7

Find the value of a, b, c and d from the equation: \begin{bmatrix} a-b & 2a+c \\ 2a-b & 3c+d \end{bmatrix} = \begin{bmatrix} -1 & 5 \\ 0 & 13 \end{bmatrix}

Medium +
Solution

Comparing corresponding entries of the two equal matrices:

a - b = -1  ...(1),   2a + c = 5  ...(2),   2a - b = 0  ...(3),   3c + d = 13  ...(4)

From (1): b = a+1. Substituting in (3): 2a - (a+1) = 0 \Rightarrow a - 1 = 0 \Rightarrow a = 1.

So b = a+1 = 2. From (2): 2(1) + c = 5 \Rightarrow c = 3. From (4): 3(3) + d = 13 \Rightarrow d = 4.

Answer: a = 1,\ b = 2,\ c = 3,\ d = 4
8

MCQ. A = [a_{ij}]_{m \times n} is a square matrix, if:   (A) m < n   (B) m > n   (C) m = n   (D) None of these

Easy +
Solution

By definition, a matrix is a square matrix precisely when its number of rows equals its number of columns, that is m = n.

Answer: (C) m = n
9

MCQ. Which of the given values of x and y make the following pair of matrices equal: \begin{bmatrix} 3x+7 & 5 \\ y+1 & 2-3x \end{bmatrix},\ \begin{bmatrix} 0 & y-2 \\ 8 & 4 \end{bmatrix}?   (A) x=\tfrac{-1}{3},\ y=7   (B) Not possible to find   (C) y=7,\ x=\tfrac{-2}{3}   (D) x=\tfrac{-1}{3},\ y=\tfrac{-2}{3}

Medium +
Solution

Comparing corresponding entries: 3x+7=0  ...(1),   5=y-2  ...(2),   y+1=8  ...(3),   2-3x=4  ...(4)

From (2) and (3), both give y = 7, which is consistent.

But from (1), 3x+7=0 \Rightarrow x = -\dfrac{7}{3}, while from (4), 2-3x=4 \Rightarrow x = -\dfrac{2}{3}.

Since these two equations demand different values of x at the same time, no single value of x can satisfy both entries. Hence the two matrices can never be made equal.

Answer: (B) Not possible to find
10

MCQ. The number of all possible matrices of order 3 \times 3 with each entry 0 or 1 is:   (A) 27   (B) 18   (C) 81   (D) 512

Easy +
Solution

A 3 \times 3 matrix has 3 \times 3 = 9 entries, and each entry can independently be chosen in 2 ways (0 or 1).

So the total number of such matrices is 2^9 = 512.

Answer: (D) 512

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it free →
Common Questions

FAQs — Class 12 Maths NCERT Solutions Chapter 3 Ex 3.1

How many questions are there in Exercise 3.1?

Exercise 3.1 has 10 questions (7 short-answer questions plus 3 MCQs), covering the order of a matrix, number of elements, constructing matrices from a rule, and equality of matrices.

What concept does Exercise 3.1 test?

It tests the basic definitions of a matrix — order (m × n), number of elements (mn), identifying entries aij, constructing a matrix when aij is given as a formula in i and j, and using equality of matrices (same order and corresponding entries equal) to find unknowns.

Where can I find the official NCERT textbook for this exercise?

Exercise 3.1 is from Chapter 3, Matrices, in the NCERT Class 12 Mathematics textbook (Part I), published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the questions exactly as they appear there.

Carry the formulas with you

One-page printable formula deck for every Matrices & Determinants topic in the Core Maths syllabus.

Get the Formula Cards →
Expert CBSE Coaching · Class 9–12