Skip to main content
IIT JEE Test Series — Practice smarter, perform stronger.

SET and Relation flash cards

Master SET and Relation through 85 JEE Advanced-level recall cards, systematically structured one idea at a time. Revise concept-wise, identify the areas where you need improvement, and focus your preparation with greater precision.

SET and Relation, question and answer

11 of this chapter's 85 cards, laid out open so you can read straight through. The remaining 74 are in the interactive deck, where the answer stays hidden until you commit to one.

  1. 1.If n(A)=pn(A)=p and n(B)=qn(B)=q, find the number of relations from AA to BB and the number of functions from AA to BB.

    Relations =2pq=2^{pq} (subsets of A×BA\times B); Functions =qp=q^{p}.

    Hint: Relations count subsets of A×BA\times B; functions assign one image to each element of AA.

  2. 2.State the general formula for n(ABC)n(A\cup B\cup C) using the inclusion-exclusion principle.

    n(ABC)=n(A)+n(B)+n(C)n(AB)n(BC)n(CA)+n(ABC)n(A\cup B\cup C)=n(A)+n(B)+n(C)-n(A\cap B)-n(B\cap C)-n(C\cap A)+n(A\cap B\cap C).

    Hint: Add singles, subtract pairwise, add back the triple intersection.

  3. 3.For a function f:ABf:A\to B, define one-one (injective), onto (surjective), and bijective in terms of counting.

    One-one: f(x1)=f(x2)x1=x2f(x_1)=f(x_2)\Rightarrow x_1=x_2; onto: range =B=B (every element of BB has a pre-image); bijective: both hold, so f1f^{-1} exists, and for finite sets n(A)=n(B)n(A)=n(B).

    Hint: Think distinct inputs vs distinct outputs, and whether every element of BB is covered.

  4. 4.If f(x)f(x) has domain D1D_1 and g(x)g(x) has domain D2D_2, what is the domain of (f+g)(x)(f+g)(x), (fg)(x)(fg)(x), and (fg)(x)\left(\dfrac{f}{g}\right)(x)?

    For f+gf+g and fgfg: domain =D1D2=D_1\cap D_2; for f/gf/g: domain =D1D2=D_1\cap D_2 excluding points where g(x)=0g(x)=0.

    Hint: Intersection of domains, plus an extra restriction for division.

  5. 5.For a relation RR on set AA, state the conditions for RR to be reflexive, symmetric, and transitive (an equivalence relation).

    Reflexive: (a,a)R aA(a,a)\in R\ \forall a\in A; Symmetric: (a,b)R(b,a)R(a,b)\in R\Rightarrow (b,a)\in R; Transitive: (a,b)R(a,b)\in R and (b,c)R(a,c)R(b,c)\in R\Rightarrow (a,c)\in R.

    Hint: Same element, swap, chain.

  6. 6.Let A={1,2,3,4}A=\{1,2,3,4\}. How many equivalence relations on AA contain the pair (1,2)(1,2)?

    Since (1,2)(1,2) forces 11 and 22 into the same block, the count equals the number of partitions of the effectively 33-element collection {{1,2},3,4}\{\{1,2\},3,4\}. This is the Bell number B3=5B_3=5: namely {1,2,3,4}\{1,2,3,4\}, {1,2,3}{4}\{1,2,3\}\{4\}, {1,2,4}{3}\{1,2,4\}\{3\}, {1,2}{3,4}\{1,2\}\{3,4\}, and {1,2}{3}{4}\{1,2\}\{3\}\{4\}. So there are 5 such equivalence relations.

    Hint: Merge 11 and 22 into one unit and count partitions of the reduced set.

  7. 7.How many equivalence relations on {1,2,3,4}\{1,2,3,4\} contain both (1,2)(1,2) and (2,3)(2,3)?

    Transitivity and symmetry force 1,2,31,2,3 into one block, so we are really partitioning {{1,2,3},4}\{\{1,2,3\},4\}, a 22-element collection. The number of partitions of a 22-element set is B2=2B_2=2: either {1,2,3,4}\{1,2,3,4\} as one block, or {1,2,3}{4}\{1,2,3\}\{4\} as two blocks. Hence the answer is 2.

    Hint: First find the smallest block forced by both pairs via transitivity.

  8. 8.What is the total number of equivalence relations that can be defined on a 55-element set?

    Equivalence relations on a set correspond bijectively to its set partitions, so the count is the Bell number B5B_5. Using B5=kS(5,k)=1+15+25+10+1B_5=\sum_k S(5,k)=1+15+25+10+1, we get B5=52B_5=52. So there are 52 equivalence relations.

    Hint: Equivalence relations correspond exactly to partitions of the set.

  9. 9.How many equivalence relations on {1,2,3,4,5}\{1,2,3,4,5\} have exactly 33 equivalence classes?

    This equals the Stirling number of the second kind S(5,3)S(5,3), the number of ways to partition a 55-set into 33 nonempty blocks. Using the recurrence S(5,3)=3S(4,3)+S(4,2)=3(6)+7S(5,3)=3\cdot S(4,3)+S(4,2)=3(6)+7, we get S(5,3)=25S(5,3)=25. So there are 25 such equivalence relations.

    Hint: Count partitions of the 55-set into exactly 33 nonempty blocks.

  10. 10.How many equivalence relations on {1,2,3,4}\{1,2,3,4\} have exactly 22 equivalence classes?

    This equals S(4,2)S(4,2), the number of ways to split a 44-element set into 22 nonempty unordered blocks. Splitting by block-size pattern: a 1+31{+}3 split gives 44 partitions (choice of singleton), and a 2+22{+}2 split gives (42)/2=3\binom{4}{2}/2=3 partitions (dividing by 22 since the two blocks are unordered). Total 4+3=74+3=7, matching S(4,2)=231=7S(4,2)=2^{3}-1=7. So there are 7 such equivalence relations.

    Hint: Use S(4,2)=2n11S(4,2)=2^{n-1}-1 or split by block sizes 1+31{+}3 and 2+22{+}2.

  11. 11.Define a relation on Z\mathbb{Z} by aRba\,R\,b iff 5(ab)5\mid (a-b). Show RR is an equivalence relation and state how many equivalence classes it has.

    Reflexive: 5(aa)=05\mid(a-a)=0. Symmetric: if 5(ab)5\mid(a-b) then 5(ba)=(ab)5\mid(b-a)=-(a-b). Transitive: if 5(ab)5\mid(a-b) and 5(bc)5\mid(b-c) then 5[(ab)+(bc)]=(ac)5\mid[(a-b)+(b-c)]=(a-c). So RR is an equivalence relation, and its classes are exactly the residue classes mod 55: [0],[1],[2],[3],[4][0],[1],[2],[3],[4], giving 5 equivalence classes.

    Hint: Check the three defining properties directly using divisibility.

Open the interactive deck for the other 74 cards, with self-grading so the ones you keep missing come back.

Other ways to revise this chapter

Master this chapter with similar other learning materials.

Preparing students for India’s top institutes

Our students are currently into top technological and medical institutes of India.

  • IIT Bombay
  • IIT Delhi
  • IIT Madras
  • IIT Kanpur
  • IIT Kharagpur
  • IIT Roorkee
  • IIT Guwahati
  • IIT BHU Varanasi
  • AIIMS Delhi
  • NIT Tiruchirappalli
  • NIT Rourkela

Join QuestPix, Today!

Get notified first, with exam & curriculum updates, course & test series launch offers, motivation & success stories and free learning resources recommended by toppers.

Chat on WhatsApp