Skip to main content
CBSE Class 12 · Chapter 1 · Relations and Functions · 2026-27

Relations and Functions Class 12: MCQ and case study questions

15 multiple-choice questions and 2 case-based questions on the current (rationalised) syllabus, in the style of the board paper's Sections A and E. Try each one first; the answer, a one-line reason and a worked solution open on a tap.

  • 15 MCQs (1 mark each)
  • 2 case studies (4 marks each)
  • No calculator needed
  • Free, no sign-in

Multiple-choice questions

Choose one option. Section A of the board paper has 18 MCQs of 1 mark each, spread over all chapters.

Q1

·1 mark·Multiple choiceTypes of relations

On \(A = \{1, 2, 3\}\), consider \(R = \{(1,1), (2,2), (3,3), (1,2)\}\). Which property does \(R\) fail to have?

  1. (a)Reflexivity
  2. (b)Symmetry
  3. (c)Transitivity
  4. (d)None: it has all three
Show answer
Answer: (b) Symmetry

Why: (1, 2) is in R but (2, 1) is not.

Reflexive: \((1,1), (2,2), (3,3) \in R\). Transitive: the only chains \((1,1),(1,2)\) and \((1,2),(2,2)\) give \((1,2) \in R\). Not symmetric: \((1,2) \in R\) but \((2,1) \notin R\).

Q2

·1 mark·Multiple choiceTypes of relations

The number of symmetric relations on a set \(\{a, b\}\) with two elements is

  1. (a)\(8\)
  2. (b)\(16\)
  3. (c)\(4\)
  4. (d)\(6\)
Show answer
Answer: (a) \(8\)

Why: (a,a) and (b,b) are free; (a,b) and (b,a) must come together: 2 × 2 × 2.

Choices: include \((a,a)\) or not, include \((b,b)\) or not, include the pair \(\{(a,b), (b,a)\}\) or not: \(2^3 = 8\).

Q3

·1 mark·Multiple choiceOne-one and onto functions

Which of the following functions from \(\mathbb{R}\) to \(\mathbb{R}\) is a bijection?

  1. (a)\(f(x) = x^2\)
  2. (b)\(f(x) = |x|\)
  3. (c)\(f(x) = 3x - 5\)
  4. (d)\(f(x) = \sin x\)
Show answer
Answer: (c) \(f(x) = 3x - 5\)

Why: 3x − 5 is one-one, and every y has the pre-image (y + 5)/3.

\(3x_1 - 5 = 3x_2 - 5 \Rightarrow x_1 = x_2\), and \(x = \dfrac{y + 5}{3}\) maps to any \(y\). The others fail: \(x^2\) and \(|x|\) give \(f(-1) = f(1)\), and \(\sin x\) is never \(2\).

Q4

·1 mark·Multiple choiceOne-one and onto functions

Which of the following functions from \(\mathbb{R}\) to \(\mathbb{R}\) is neither one-one nor onto?

  1. (a)\(f(x) = 2x + 1\)
  2. (b)\(f(x) = x^3\)
  3. (c)\(f(x) = e^x\)
  4. (d)\(f(x) = x^2 + 1\)
Show answer
Answer: (d) \(f(x) = x^2 + 1\)

Why: x² + 1 takes the same value at ±1 and never takes values below 1.

\(x^2 + 1\): \(f(-1) = f(1) = 2\) (not one-one) and \(f(x) \ge 1\), so \(0\) has no pre-image (not onto). \(2x + 1\) and \(x^3\) are bijections; \(e^x\) is one-one but not onto.

Q5

·1 mark·Multiple choiceEquivalence relations and classes

The number of ordered pairs in the smallest equivalence relation on \(\{a, b, c\}\) that contains \((a, b)\) is

  1. (a)\(3\)
  2. (b)\(4\)
  3. (c)\(5\)
  4. (d)\(9\)
Show answer
Answer: (c) \(5\)

Why: It needs (a,a), (b,b), (c,c), (a,b) and, for symmetry, (b,a).

Reflexivity needs \((a,a), (b,b), (c,c)\); \((a,b)\) is given; symmetry adds \((b,a)\). This set of \(5\) pairs is already transitive.

Q6

·1 mark·Multiple choiceEquivalence relations and classes

On \(\mathbb{Z}\), \(a\,R\,b\) if and only if \(a - b\) is divisible by \(5\). The equivalence class \([2]\) is

  1. (a)\(\{5k : k \in \mathbb{Z}\}\)
  2. (b)\(\{5k + 2 : k \in \mathbb{Z}\}\)
  3. (c)\(\{2k : k \in \mathbb{Z}\}\)
  4. (d)\(\{k + 2 : k \in \mathbb{Z}\}\)
Show answer
Answer: (b) \(\{5k + 2 : k \in \mathbb{Z}\}\)

Why: b ∈ [2] exactly when b − 2 is a multiple of 5.

\(b \in [2] \Leftrightarrow 5 \mid (b - 2) \Leftrightarrow b = 5k + 2\): \([2] = \{\ldots, -8, -3, 2, 7, 12, \ldots\}\).

Q7

·1 mark·Multiple choiceOne-one and onto functions

Which of the following functions \(f : \mathbb{N} \to \mathbb{N}\) is one-one but not onto?

  1. (a)\(f(n) = n\)
  2. (b)\(f(n) = 2n\)
  3. (c)\(f(n) = |n - 3| + 1\)
  4. (d)\(f(n) = 5\)
Show answer
Answer: (b) \(f(n) = 2n\)

Why: 2m = 2n forces m = n, but odd numbers are never reached.

\(2n\): one-one, and \(3\) has no pre-image. \(f(n) = n\) is a bijection; \(|n - 3| + 1\) is onto but \(f(2) = f(4)\); the constant \(5\) is neither.

Q8

·1 mark·Multiple choiceOne-one and onto functions

The number of one-one functions from \(\{1, 2\}\) to \(\{a, b, c, d, e\}\) is

  1. (a)\(25\)
  2. (b)\(10\)
  3. (c)\(32\)
  4. (d)\(20\)
Show answer
Answer: (d) \(20\)

Why: 1 has 5 choices, then 2 has 4 remaining.

\(5 \times 4 = 20\). (All functions: \(5^2 = 25\); one-one ones need different images.)

Q9

·1 mark·Multiple choiceOne-one and onto functions

How many functions from \(A = \{1, 2, 3, 4\}\) onto \(B = \{a, b\}\) (every element of \(B\) is an image) are there?

  1. (a)\(14\)
  2. (b)\(16\)
  3. (c)\(8\)
  4. (d)\(12\)
Show answer
Answer: (a) \(14\)

Why: All 2⁴ = 16 functions except the 2 constant ones.

There are \(2^4 = 16\) functions; only the two constant functions miss a value. Onto functions: \(16 - 2 = 14\).

Q10

·1 mark·Multiple choiceTypes of relations

\(R = \{(x, y) : x + 2y = 8\}\) is a relation on \(\mathbb{N}\). The domain of \(R\) is

  1. (a)\(\{1, 2, 3\}\)
  2. (b)\(\{2, 4, 6\}\)
  3. (c)\(\{2, 4, 6, 8\}\)
  4. (d)\(\{1, 2, 3, 4\}\)
Show answer
Answer: (b) \(\{2, 4, 6\}\)

Why: y = 1, 2, 3 give x = 6, 4, 2 (y = 4 gives x = 0 ∉ ℕ).

\(x = 8 - 2y\) with \(x, y \in \mathbb{N}\): \(y = 1, 2, 3\) give \(x = 6, 4, 2\). Domain \(= \{2, 4, 6\}\).

Q11

·1 mark·Multiple choiceTypes of relations

On the set of all lines in a plane, the relation \(L_1\,R\,L_2\) if \(L_1\) is perpendicular to \(L_2\) is

  1. (a)an equivalence relation
  2. (b)reflexive and symmetric only
  3. (c)symmetric but neither reflexive nor transitive
  4. (d)transitive only
Show answer
Answer: (c) symmetric but neither reflexive nor transitive

Why: L₁ ⟂ L₂ gives L₂ ⟂ L₁, but no line is ⟂ itself, and L₁ ⟂ L₂ ⟂ L₃ makes L₁ ∥ L₃.

Symmetric: yes. Not reflexive: a line is not perpendicular to itself. Not transitive: if \(L_1 \perp L_2\) and \(L_2 \perp L_3\) then \(L_1 \parallel L_3\), not perpendicular.

Q12

·1 mark·Multiple choiceTypes of relations

The number of relations on \(A = \{1, 2, 3\}\) that contain both \((1, 2)\) and \((2, 1)\) is

  1. (a)\(128\)
  2. (b)\(256\)
  3. (c)\(64\)
  4. (d)\(512\)
Show answer
Answer: (a) \(128\)

Why: Two of the 9 pairs are fixed; the other 7 are free.

\(A \times A\) has \(9\) pairs; \((1,2)\) and \((2,1)\) must be in, and each of the other \(7\) may be in or out: \(2^7 = 128\).

Q13

·1 mark·Multiple choiceOne-one and onto functions

For \(f : \mathbb{R} - \{-1\} \to \mathbb{R}\), \(f(x) = \dfrac{x}{x + 1}\), which real number is not in the range of \(f\)?

  1. (a)\(0\)
  2. (b)\(1\)
  3. (c)\(-1\)
  4. (d)\(2\)
Show answer
Answer: (b) \(1\)

Why: x/(x + 1) = 1 would need x = x + 1; so f is not onto.

\(\dfrac{x}{x + 1} = y \Rightarrow x = \dfrac{y}{1 - y}\), defined for every \(y \ne 1\). For \(y = 1\): \(x = x + 1\), impossible. So \(1\) is not in the range (and \(f\) is not onto).

Q14

·1 mark·Multiple choiceOne-one and onto functions

For \(f : \mathbb{R} \to \mathbb{R}\), \(f(x) = x^2 - 2\), the set of pre-images of \(7\) is

  1. (a)\(\{3\}\)
  2. (b)\(\{-3, 3\}\)
  3. (c)\(\{47\}\)
  4. (d)\(\{\sqrt5\}\)
Show answer
Answer: (b) \(\{-3, 3\}\)

Why: x² − 2 = 7 gives x² = 9.

\(x^2 - 2 = 7 \Rightarrow x^2 = 9 \Rightarrow x = \pm 3\). (\(47 = f(7)\) is the image of \(7\), not a pre-image.)

Q15

·1 mark·Multiple choiceEquivalence relations and classes

On \(\{1, 2, 3, 4\}\), \(R = \{(1,1), (2,2), (3,3), (4,4), (1,2), (2,1)\}\). The number of distinct equivalence classes of \(R\) is

  1. (a)\(2\)
  2. (b)\(4\)
  3. (c)\(3\)
  4. (d)\(1\)
Show answer
Answer: (c) \(3\)

Why: The classes are {1, 2}, {3} and {4}.

\(R\) is an equivalence relation with classes \([1] = [2] = \{1, 2\}\), \([3] = \{3\}\), \([4] = \{4\}\): three classes.

Case study questions

Section E of the board paper has three case-based questions of 4 marks: a real-life passage, then parts of 1, 1 and 2 marks, with a choice (OR) on the 2-mark part.

Case study 1: School houses (4 marks)

A school allots its \(12\) new students, with roll numbers \(1\) to \(12\), to three houses by roll number: students whose roll numbers leave the same remainder on division by \(3\) go to the same house. On \(A = \{1, 2, \ldots, 12\}\) define \(a\,R\,b\) if and only if \(a - b\) is divisible by \(3\).

(i) Write the equivalence class \([2]\). [1 mark]
Show answer
Answer: \(\{2, 5, 8, 11\}\)
\([2] = \{b \in A : 3 \mid (b - 2)\} = \{2, 5, 8, 11\}\). A1
(ii) Is \((4, 10) \in R\)? Give a reason. [1 mark]
Show answer
Answer: Yes
Yes: \(4 - 10 = -6\) is divisible by \(3\). A1
(iii) Show that \(R\) is an equivalence relation. [2 marks]
Show answer
Answer: Reflexive, symmetric and transitive
Reflexive: \(a - a = 0\) is divisible by \(3\). Symmetric: if \(3 \mid (a - b)\) then \(3 \mid (b - a)\). M1 Transitive: if \(3 \mid (a - b)\) and \(3 \mid (b - c)\) then \(3 \mid (a - b) + (b - c) = a - c\). A1
OR How many ordered pairs does \(R\) contain? [2 marks]
Show answer
Answer: \(48\)
There are \(3\) classes of \(4\) students each M1; each class gives \(4 \times 4 = 16\) pairs, so \(3 \times 16 = 48\). A1

Case study 2: Temperature converter (4 marks)

A weather app converts a temperature of \(x\) degrees Celsius into degrees Fahrenheit using \(f(x) = \dfrac{9x}{5} + 32\). Treat \(f\) as a function from \(\mathbb{R}\) to \(\mathbb{R}\).

(i) Find \(f(25)\). [1 mark]
Show answer
Answer: \(77\)
\(f(25) = \dfrac{9 \times 25}{5} + 32 = 45 + 32 = 77\). A1
(ii) Is \(f\) one-one? Justify. [1 mark]
Show answer
Answer: Yes
\(\dfrac{9x_1}{5} + 32 = \dfrac{9x_2}{5} + 32 \Rightarrow x_1 = x_2\), so \(f\) is one-one. A1
(iii) Show that \(f\) is onto, and find the Celsius temperature whose image is \(212\). [2 marks]
Show answer
Answer: \(100\)
For any real \(y\), \(x = \dfrac{5(y - 32)}{9}\) gives \(f(x) = y\), so \(f\) is onto. M1 For \(y = 212\): \(x = \dfrac{5 \times 180}{9} = 100\). A1
OR Find the temperature \(x\) for which \(f(x) = x\). [2 marks]
Show answer
Answer: \(-40\)
\(\dfrac{9x}{5} + 32 = x \Rightarrow \dfrac{4x}{5} = -32\) M1 \(\Rightarrow x = -40\). A1

Next steps for Relations and Functions

This free set is separate from the chapter's question bank. On the Relations and Functions chapter page the revision notes and the first step of the Route to 95 are free for everyone. CBSE Essentials adds all 39 questions in the chapter bank (short and long answers, assertion–reason and more case studies) with their full step-marking schemes, the Route to 95 checkpoints with your progress saved, Skill Builders and the full common-mistakes library. There is no AI marking on CBSE Math Revision: you check your work against the marking scheme.

Original questions written by CBSE Math Revision for the CBSE 2026-27 syllabus; not taken from NCERT, NCERT Exemplar or CBSE papers. Every answer was re-checked by computer algebra and by an independent reviewer. CBSE Math Revision is independent and not affiliated with CBSE or NCERT. Spotted a slip? Tell us and it goes in the corrections log.