Muft Shiksha™ एक 100% Free Education Portal है 🇮🇳, जिसका उद्देश्य Class 9–12 के हर विद्यार्थी तक High-Quality Education को पूरी तरह मुफ्त पहुँचाना है। 🇮🇳 हम मानते हैं कि अच्छी शिक्षा किसी student की आर्थिक स्थिति पर निर्भर नहीं होनी चाहिए। 🇮🇳 हर विद्यार्थी को वही Quality Study Material, MCQs, Quizzes, Exam Preparation, Concept-Based Learning और Bilingual Support मिलना चाहिए, जो आमतौर पर महंगी Coaching या Premium Platforms में मिलता है। Muft Shiksha™ 🇮🇳 इसी सोच के साथ बनाया गया है
In Class 12 Mathematics, under the chapter Relations and Functions, Introduction to Relations explains a relation as a subset of a Cartesian product. Students learn to form and count relations on sets, and identify important examples such as empty, universal and identity relations. The topic also introduces conditions used to recognise reflexive and symmetric relations.
TOPIC PRACTICE
Quiz this set
Up to 20 questions from this page. Select your focus, then start.
On integers, (aRb) iff (a-b) is divisible by (8). What is the equivalence class of (-3)?
Correct answer: B
Step 1: (-3) has the same remainder as (5) modulo (8). Step 2: Its class contains all integers of the form (8k+5). Step 3: Converting a negative representative to a positive remainder helps avoid mistakes.
On integers, (aRb) iff (3a+4b) is divisible by (7). What type of relation is it?
Correct answer: A
Step 1: (3a+4a=7a), so the relation is reflexive. Step 2: (3a+4b\equiv0\pmod7) gives (a\equiv b\pmod7), so reversing the order also works. Step 3: Same-remainder relations are transitive, so this is an equivalence relation.
On integers, (aRb) iff (2a+2b) is divisible by (4). What type of relation is it?
Correct answer: A
Step 1: (2a+2a=4a), so the relation is reflexive. Step 2: (2a+2b) treats (a) and (b) equally, so it is symmetric. Step 3: The condition means (a+b) is even, so (a) and (b) have the same parity; hence transitivity holds.
On integers, (aRb) iff (a+b) is even. What is the equivalence class of (1)?
Correct answer: B
Step 1: (1+b) is even exactly when (b) is odd. Step 2: Therefore the class of (1) is the set of all odd integers. Step 3: In parity-based relations, identify even and odd groups first.
On real numbers, (aRb) iff (a-b\in\mathbb{Z}). What is the equivalence class of (\frac{1}{2})?
Correct answer: B
Step 1: A number (x) must satisfy (x-\frac{1}{2}\in\mathbb{Z}). Step 2: Hence (x=\frac{1}{2}+n), where (n\in\mathbb{Z}). Step 3: To write the class, add all allowed integer differences to the representative.
On real numbers, (aRb) iff (a-b\in\mathbb{Q}). Which class is equal to ([\sqrt{2}])?
Correct answer: B
Step 1: Two classes are equal when the difference of their representatives is rational. Step 2: ((\sqrt{2}+3)-\sqrt{2}=3), which is rational. Step 3: Therefore ([\sqrt{2}+3]=[\sqrt{2}]).
On real numbers, (aRb) iff (\lfloor a\rfloor=\lfloor b\rfloor). What type of relation is it?
Correct answer: A
Step 1: For every (a), (\lfloor a\rfloor=\lfloor a\rfloor), so it is reflexive. Step 2: Equality remains true when reversed, so it is symmetric. Step 3: Having the same greatest-integer value passes through a middle element, so it is transitive.
On real numbers, (aRb) iff (\lfloor a\rfloor=\lfloor b\rfloor). What is the equivalence class of (\frac{5}{2})?
Correct answer: A
Step 1: (\frac{5}{2}=2.5) has greatest-integer value (2). Step 2: Real numbers with greatest-integer value (2) lie in ([2,3)). Step 3: Do not include the right endpoint (3), because its greatest-integer value is (3).
On real numbers, (aRb) iff (|a-b|=0). What type of relation is it?
Correct answer: A
Step 1: (|a-b|=0) holds exactly when (a=b). Step 2: Thus the relation contains only pairs of the form ((a,a)). Step 3: It is the identity relation and is reflexive, symmetric and transitive.
On real numbers, (aRb) iff (|a|<|b|). Which statement is correct?
Correct answer: A
Step 1: (|a|<|a|) is never true, so it is not reflexive. Step 2: (|1|<|2|) is true but (|2|<|1|) is false, so it is not symmetric. Step 3: If (|a|<|b|) and (|b|<|c|), then (|a|<|c|), so it is transitive.
On real numbers, (aRb) iff (a^2+b^2=1). Which property does this relation satisfy?
Correct answer: A
Step 1: The condition (a^2+b^2=1) is unchanged when (a) and (b) are interchanged, so it is symmetric. Step 2: (2a^2=1) is not true for every (a), so it is not reflexive. Step 3: ((1,0)) and ((0,1)) belong, but ((1,1)) does not, so it is not transitive.
On (A={1,2,3,4,5}), (R={(a,b):a+b=6}). What type of relation is it?
Correct answer: A
Step 1: If (a+b=6), then (b+a=6), so the relation is symmetric. Step 2: Not all diagonal pairs are present, for example ((1,1)) is absent, so it is not reflexive. Step 3: From ((1,5)) and ((5,1)), transitivity would need ((1,1)), which is absent.
On (A={1,2,3,4,5}), (R={(a,b):a+b\le6}). Which statement is correct?
Correct answer: A
Step 1: If (a+b\le6), then (b+a\le6), so the relation is symmetric. Step 2: ((5,5)) is absent because (10\le6) is false, so it is not reflexive. Step 3: Since ((5,1)) and ((1,5)) are present but ((5,5)) is absent, it is not transitive.
On (A={1,2,3,4,5}), how many pairs are in (R={(a,b):a+b) is divisible by (4)(})?
Correct answer: B
Step 1: Modulo (4), the counts are remainder (0:1), remainder (1:2), remainder (2:1), and remainder (3:1). Step 2: Sum divisible by (4) needs remainder pairs ((0,0),(1,3),(3,1),(2,2)). Step 3: The count is (1\cdot1+2\cdot1+1\cdot2+1\cdot1=6).
On (A={1,2,3,4,5,6}), how many pairs are in (R={(a,b):a-b) is divisible by (3)(})?
Correct answer: B
Step 1: Each of the three remainder classes modulo (3) has two elements. Step 2: Only ordered pairs with the same remainder belong to the relation. Step 3: The total number is (2^2+2^2+2^2=12).
On (A={1,2,3,4,5,6}), for (R={(a,b):\gcd(a,b)=1}), which of ((2,3)), ((2,4)), ((5,6)) belong to (R)?
Correct answer: C
Step 1: (\gcd(2,3)=1), so ((2,3)) belongs to the relation. Step 2: (\gcd(2,4)=2), so ((2,4)) does not belong. Step 3: (\gcd(5,6)=1), so ((5,6)) also belongs.
In the divisibility relation on (A={1,2,3,4,6,8,12,24}), what is the least upper bound of (6) and (8)?
Correct answer: B
Step 1: An upper bound must be divisible by both (6) and (8). Step 2: In (A), (24) works, while (12) is not divisible by (8). Step 3: Therefore the least upper bound is (24).
In the divisibility relation on (A={1,2,3,4,6,8,12,24}), what is the greatest lower bound of (8) and (12)?
Correct answer: C
Step 1: A lower bound must divide both (8) and (12). Step 2: The elements (1,2,4) satisfy this. Step 3: Under divisibility, the greatest among them is (4).
In the divisibility relation on (A={2,4,6,12,18}), how many maximal elements are there?
Correct answer: B
Step 1: A maximal element has no distinct element above it in the set. Step 2: Neither (12) nor (18) divides another distinct element of (A). Step 3: Elements (2,4,6) have elements above them, so the maximal elements are (12) and (18).
Google Analytics helps us understand site usage. Google may send limited cookie-free signals before your choice. The Live Visitors widget operates independently of this analytics choice; see the privacy policy for its provider and fallback details. Essential site features work without analytics cookies. You can change your choice later in Privacy choices. Privacy policy