Relations and Functions — Class 12 MCQs with Answers
Class 12 CBSE Mathematics · Chapter 1
90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated
Practise the most important Class 12 CBSE Mathematics questions from Chapter 1, "Relations and Functions". You get 9 timed quizzes made from 90 NCERT-based MCQs, with answers and explanations. The questions are split into 30 Easy, 30 Medium and 30 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced apart.
To score well in "Relations and Functions", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.
Use this chapter for focused revision. Start with the Easy set to check your basics on Relations and Functions, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 12 Mathematics mastery score. 14 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.
Key concepts: Relations and Functions (Class 12 Mathematics)
Class 12 opens by classifying relations as reflexive, symmetric or transitive — an equivalence relation being all three and splitting a set into disjoint classes — and functions as one-one, onto or bijective. It then builds composition, the inverse of a bijection, and binary operations with identity and inverse elements.
- Reflexive relation
- A relation R on A where (a, a) ∈ R for every a ∈ A; every element is related to itself, e.g. 'is equal to' on any set.
- Symmetric relation
- Whenever (a, b) ∈ R it forces (b, a) ∈ R; the order of a related pair can be reversed, e.g. 'is parallel to'.
- Transitive relation
- If (a, b) ∈ R and (b, c) ∈ R then (a, c) ∈ R; relatedness chains through, e.g. 'is a divisor of' or 'less than'.
- Equivalence relation
- A relation that is reflexive, symmetric AND transitive simultaneously; 'a − b divisible by n' on integers is the standard example.
Relations and Functions — important questions & MCQs with answers (Class 12 Mathematics)
14 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 76 are timed and scored when you sign in.
- Q1Easy
Relation R = {(a,a) : a ∈ A} is:
A.Symmetric onlyB.Reflexive✓ CorrectC.Transitive onlyD.EmptyAnswer: B. Reflexive
Explanation: R = {(a,a) : a ∈ A} relates every element only to itself, matching the definition of reflexive exactly; it makes no claim about symmetry or transitivity.
- Q2Easy
f(x) = x is:
A.Not functionB.Many-oneC.ConstantD.Bijective on R✓ CorrectAnswer: D. Bijective on R
Explanation: f(x)=x is the identity function: distinct inputs give distinct outputs (one-one) and every real y is hit by x=y (onto), so it is bijective on R.
- Q3Easy
A relation R on set A is reflexive if:
A.(a, b) ∈ R ⇒ (b, a) ∈ RB.(a, a) ∈ R for all a ∈ A✓ CorrectC.EmptyD.UniversalAnswer: B. (a, a) ∈ R for all a ∈ A
Explanation: Reflexive means (a,a) ∈ R for every a ∈ A — every element must relate to itself, unlike symmetric which swaps existing pairs (a,b)→(b,a).
- Q4Easy
A function f is one-one if:
A.f is constantB.f(x₁) = f(x₂) ⇒ x₁ = x₂✓ CorrectC.Every element has same imageD.Many-to-oneAnswer: B. f(x₁) = f(x₂) ⇒ x₁ = x₂
Explanation: One-one (injective) means f(x₁)=f(x₂) forces x₁=x₂ — distinct inputs must give distinct outputs; it says nothing about every output being constant.
- Q5Easy
(g ∘ f)(x) means:
A.g(x) + f(x)B.f(g(x))C.g(x) · f(x)D.g(f(x))✓ CorrectAnswer: D. g(f(x))
Explanation: (g∘f)(x) means apply f first, then g to that result: g(f(x)) — the rightmost function in the notation acts first, not g(x)+f(x) or a product.
- Q6Easy
A function has an inverse iff it is:
A.Onto onlyB.One-one onlyC.Bijective✓ CorrectD.ConstantAnswer: C. Bijective
Explanation: A function has an inverse exactly when it's bijective: one-one so outputs trace to a unique input, and onto so every codomain element has a pre-image at all.
- Q7Medium
Equivalence relation needs:
A.Only reflexiveB.Reflexive, symmetric, transitive✓ CorrectC.AntisymmetricD.Only transitiveAnswer: B. Reflexive, symmetric, transitive
Explanation: An equivalence relation must be reflexive, symmetric, and transitive all at once — having only one or two of these, like just reflexive, is not enough.
- Q8Medium
If f(x)=2x, g(x)=x+1, (f∘g)(3) =
A.8✓ CorrectB.7C.6D.4Answer: A. 8
Explanation: Apply g first: g(3)=3+1=4, then apply f to that result: f(4)=2(4)=8 — the rightmost function g always acts on x before the leftmost function f.
- Q9Medium
R on N defined by aRb iff a = b is:
A.Not equivalenceB.Symmetric onlyC.Transitive onlyD.Equivalence✓ CorrectAnswer: D. Equivalence
Explanation: Equality aRb: a=b is reflexive (a=a), symmetric (a=b⇒b=a), and transitive (a=b,b=c⇒a=c) — satisfying all three makes it an equivalence relation, not just symmetric alone.
- Q10Medium
If f(x) = √x and g(x) = x², (f ∘ g)(x) =
A.xB.|x|✓ CorrectC.x²D.1/xAnswer: B. |x|
Explanation: f(g(x)) = √(x²) = |x|, not x — squaring first destroys the sign, and the square root always returns the non-negative root, so negative x still maps to a positive value.
- Q11Medium
If f(x) = (x + 1)/(x − 1), x ≠ 1, then (f ∘ f)(x) =
A.−xB.1C.x✓ CorrectD.1/xAnswer: C. x
Explanation: Substituting f(x)=(x+1)/(x−1) into itself simplifies to [2x/(x−1)] ÷ [2/(x−1)] = x, so f is an involution — applying it twice returns the original input.
- Q12Hard
f has an inverse iff it is:
A.Bijective✓ CorrectB.Onto onlyC.One-one onlyD.ConstantAnswer: A. Bijective
Explanation: A function has an inverse exactly when it's bijective: one-one so each output traces to a unique input, and onto so every codomain element has a pre-image to trace back to.
- Q13Hard
R on R defined by aRb iff a² + b² = 1. R is:
A.TransitiveB.ReflexiveC.EquivalenceD.Symmetric✓ CorrectAnswer: D. Symmetric
Explanation: a²+b²=1 gives b²+a²=1 automatically, so R is symmetric; but a²+a²=1 fails for most a (not reflexive), and it doesn't chain to give transitivity either.
- Q14Hard
f: R → R defined by f(x) = x|x| is:
A.Many-oneB.Bijective✓ CorrectC.Not ontoD.ConstantAnswer: B. Bijective
Explanation: f(x)=x|x| equals x² for x≥0 and −x² for x<0, and this combination is strictly increasing across all of R, so it never repeats a value and its range covers all of R — bijective.
Start this chapter free
You have 14 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.
This chapter has 90 questions (30 Easy · 30 Medium · 30 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.
Start this chapter free →Relations and Functions — FAQs
What are the key concepts in Class 12 Mathematics Relations and Functions?+
Class 12 opens by classifying relations as reflexive, symmetric or transitive — an equivalence relation being all three and splitting a set into disjoint classes — and functions as one-one, onto or bijective. It then builds composition, the inverse of a bijection, and binary operations with identity and inverse elements. Key ideas include Reflexive relation, Symmetric relation, Transitive relation, Equivalence relation.
What does Class 12 Mathematics Chapter 1 (Relations and Functions) cover on XamBaaz?+
It has 90 NCERT-based MCQs on "Relations and Functions": 30 Easy, 30 Medium and 30 Hard. Together they make 9 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced.
Are these "Relations and Functions" questions free to practise?+
Yes. Sign in with Google to practise "Relations and Functions" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Relations and Functions" for the exam?+
Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 9 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.
Are these "Relations and Functions" MCQs available with answers?+
Yes. 14 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.
Is there negative marking in the "Relations and Functions" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip, the same negative marking as JEE Main and JEE Advanced. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Relations and Functions (Class 12 Mathematics)?+
The questions that matter most test Reflexive relation, Symmetric relation, Transitive relation, Equivalence relation. This page shows 14 solved important MCQs with answers and explanations; all 90 questions on the chapter are available as timed quizzes once you sign in.
Is there an online quiz for Relations and Functions?+
Yes — Class 12 Mathematics Relations and Functions has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.
