Class 11 Maths NCERT Solutions Chapter 2 Ex 2.1 – Cartesian Products of Sets | Boundless Maths
Ex 2.1 Class 11 Maths NCERT Solutions · Chapter 2

Class 11 Maths NCERT Solutions Chapter 2 Ex 2.1 – Cartesian Products of Sets

Free, step-by-step Class 11 Maths NCERT Solutions for Chapter 2 Ex 2.1 — all 10 questions solved, covering the Cartesian product of two sets, equality of ordered pairs, and the number of elements in A × B.

10Questions
Easy–HardDifficulty Mix
2026-27CBSE Syllabus

Class 11 Maths NCERT Solutions Chapter 2 Ex 2.1 — All 10 Questions

1

If \left(\dfrac{x}{3}+1,\, y-\dfrac{2}{3}\right)=\left(\dfrac{5}{3},\,\dfrac{1}{3}\right), find the values of x and y.

Easy +
Solution

Since the ordered pairs are equal, corresponding elements are equal.

\dfrac{x}{3}+1=\dfrac{5}{3} \;\Rightarrow\; \dfrac{x}{3}=\dfrac{5}{3}-1=\dfrac{2}{3} \;\Rightarrow\; x=2

y-\dfrac{2}{3}=\dfrac{1}{3} \;\Rightarrow\; y=\dfrac{1}{3}+\dfrac{2}{3}=1

x = 2, y = 1
2

If the set A has 3 elements and the set B=\{3,4,5\}, then find the number of elements in (A\times B).

Easy +
Solution

n(A) = 3 and n(B) = 3 (since B = {3, 4, 5} has 3 elements).

n(A × B) = n(A) × n(B) = 3 × 3 = 9

n(A × B) = 9
3

If G=\{7,8\} and H=\{5,4,2\}, find G\times H and H\times G.

Easy +
Solution

G × H pairs each element of G with each element of H, in that order.

G × H = {(7,5), (7,4), (7,2), (8,5), (8,4), (8,2)}

H × G pairs each element of H with each element of G, in that order.

H × G = {(5,7), (5,8), (4,7), (4,8), (2,7), (2,8)}
4

State whether each of the following statements is true or false. If the statement is false, rewrite it correctly. (i) If P=\{m,n\} and Q=\{n,m\}, then P\times Q=\{(m,n),(n,m)\}. (ii) If A and B are non-empty sets, then A\times B is a non-empty set of ordered pairs (x,y) such that x\in A and y\in B. (iii) If A=\{1,2\}, B=\{3,4\}, then A\times(B\cap\phi)=\phi.

Medium +
Solution
(i) P × Q = {(m,n),(n,m)}

P = {m, n}, Q = {n, m}, so both P and Q equal {m, n}.

The full Cartesian product must pair every element of P with every element of Q: (m,m), (m,n), (n,m), (n,n).

False. Correct statement: P × Q = {(m,m), (m,n), (n,m), (n,n)}
(ii) A × B is a non-empty set of ordered pairs (x,y), x ∈ A, y ∈ B

This matches the definition of the Cartesian product exactly, for non-empty A and B.

True.
(iii) A × (B ∩ φ) = φ

B ∩ φ = φ, since nothing can be common with the empty set.

A × φ = φ, since the Cartesian product with the empty set is always empty.

True.
5

If A=\{-1,1\}, find A\times A\times A.

Medium +
Solution

A × A × A consists of every ordered triplet (a, b, c) with a, b, c ∈ {−1, 1}.

Since A has 2 elements, there are 2³ = 8 such triplets.

A × A × A = {(−1,−1,−1), (−1,−1,1), (−1,1,−1), (−1,1,1), (1,−1,−1), (1,−1,1), (1,1,−1), (1,1,1)}
6

If A\times B=\{(a,x),(a,y),(b,x),(b,y)\}. Find A and B.

Easy +
Solution

A = set of all first elements appearing in the ordered pairs = {a, b}.

B = set of all second elements appearing in the ordered pairs = {x, y}.

A = {a, b}, B = {x, y}
7

Let A=\{1,2\}, B=\{1,2,3,4\}, C=\{5,6\} and D=\{5,6,7,8\}. Verify that (i) A\times(B\cap C)=(A\times B)\cap(A\times C) (ii) A\times C is a subset of B\times D

Medium +
Solution
(i) A × (B ∩ C) = (A × B) ∩ (A × C)

B ∩ C: B = {1,2,3,4}, C = {5,6} share no element, so B ∩ C = φ.

A × (B ∩ C) = A × φ = φ

A × B = {(1,1),(1,2),(1,3),(1,4),(2,1),(2,2),(2,3),(2,4)}

A × C = {(1,5),(1,6),(2,5),(2,6)}

(A × B) ∩ (A × C): no pair is common to both lists, since the second coordinates never match.

(A × B) ∩ (A × C) = φ

Both sides equal φ, so A × (B ∩ C) = (A × B) ∩ (A × C) — verified.
(ii) A × C ⊂ B × D

A × C = {(1,5),(1,6),(2,5),(2,6)}

Since A ⊂ B (1, 2 ∈ {1,2,3,4}) and C ⊂ D (5, 6 ∈ {5,6,7,8}), every pair (a,c) with a ∈ A, c ∈ C also satisfies a ∈ B, c ∈ D.

So A × C ⊂ B × D — verified.
8

Let A=\{1,2\} and B=\{3,4\}. Write A\times B. How many subsets will A\times B have? List them.

Medium +
Solution

A × B = {(1,3), (1,4), (2,3), (2,4)}

n(A × B) = 4, so the number of subsets = 2⁴ = 16.

A × B has 16 subsets.

All 16 subsets:

φ,
{(1,3)}, {(1,4)}, {(2,3)}, {(2,4)},
{(1,3),(1,4)}, {(1,3),(2,3)}, {(1,3),(2,4)}, {(1,4),(2,3)}, {(1,4),(2,4)}, {(2,3),(2,4)},
{(1,3),(1,4),(2,3)}, {(1,3),(1,4),(2,4)}, {(1,3),(2,3),(2,4)}, {(1,4),(2,3),(2,4)},
{(1,3),(1,4),(2,3),(2,4)}
9

Let A and B be two sets such that n(A)=3 and n(B)=2. If (x,1),(y,2),(z,1) are in A\times B, find A and B, where x,y,z are distinct elements.

Medium +
Solution

The second elements appearing in the given pairs are 1 and 2, and n(B) = 2, so these must be all of B.

B = {1, 2}

The first elements x, y, z are distinct, and n(A) = 3, so these must be all of A.

A = {x, y, z}

A = {x, y, z}, B = {1, 2}
10

The Cartesian product A\times A has 9 elements among which are found (-1,0) and (0,1). Find the set A and the remaining elements of A\times A.

Hard +
Solution

A × A has 9 elements, so n(A) × n(A) = 9, which gives n(A) = 3.

From (−1, 0) ∈ A × A: both −1 and 0 must be elements of A.

From (0, 1) ∈ A × A: both 0 and 1 must be elements of A.

Together, A must contain −1, 0 and 1 — exactly 3 elements, matching n(A) = 3.

A = {−1, 0, 1}

All 9 elements of A × A: (−1,−1), (−1,0), (−1,1), (0,−1), (0,0), (0,1), (1,−1), (1,0), (1,1)

Removing the two given elements (−1,0) and (0,1) leaves the remaining 7.

Remaining elements: (−1,−1), (−1,1), (0,−1), (0,0), (1,−1), (1,0), (1,1)
Common Questions

Class 11 Maths NCERT Solutions Chapter 2 Ex 2.1 — FAQs

How many questions are there in Exercise 2.1?
Exercise 2.1 has 10 questions, covering the Cartesian product of two sets, equality of ordered pairs, and the number of elements in A × B.
How do you find the number of elements in A × B?
If n(A) = p and n(B) = q, then n(A × B) = pq. This follows because every element of A can be paired with every element of B, giving p times q distinct ordered pairs.
When are two ordered pairs equal?
Two ordered pairs (a, b) and (x, y) are equal if and only if a = x and b = y — both corresponding elements must match. This is different from set equality, where order does not matter.
Where can I find the official NCERT textbook for this chapter?
Relations and Functions is Chapter 2 of the NCERT Class 11 Mathematics textbook, 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 exercise exactly as it appears there.

Carry the formulas with you

One-page printable formula deck for every unit, including Relations and Functions.

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