3739 words
19 min read
View

Week 1 - Graded Assignment 1

Course: Jan 2026 - Mathematics I
Week 1 - Graded Assignment 1

Topic: Relations | Marks: 1

Question 1

A survey was conducted on pollution of 525 ponds across some cities. It was found that 230 ponds are polluted by fertilisers (F)(F), 245 ponds are polluted by pesticides (P)(P) and 257 ponds are polluted by pharmaceutical products (Ph)(Ph). 100 ponds are polluted by fertilisers and pesticides, 82 ponds are polluted by fertilisers and pharmaceutical products, 77 ponds are polluted by pesticides and pharmaceutical products.
                              
Markdown Image
Define a relation on the set of 525 ponds such that two ponds are related if both are polluted by fertilisers and pharmaceutical products. Which of the following is/are true?
  • Relation is reflexive.
  • Relation is transitive.
  • Relation is symmetric.
  • This is an equivalence relation.
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: Relation is transitive. Relation is symmetric.

Solution

[!solution]+ Abstract Solution (Strategy)
  1. [Relation Property Logic]: Let SS be the subset of ponds polluted by {F,Ph}\{F, Ph\}. A pond xx relates to yy (xRyxRy) if and only if xSx \in S and ySy \in S.
  2. [Symmetry]: Does xRy    yRxxRy \implies yRx? Yes, because the condition x,ySx, y \in S is commutative.
  3. [Transitivity]: If x,ySx, y \in S and y,zSy, z \in S, then x,zSx, z \in S holds inherently by set membership.
  4. [Reflexivity Constraint]: For reflexivity, every pond in the universe UU (525 ponds) must be in SS.

Procedure

  • Step 1: Identify that not all 525 ponds are in the set SS (FPhF \cap Ph). Thus, if pond kSk \notin S, then (k,k)R(k, k) \notin R. Reflexivity fails.
  • Step 2: If Pond A and Pond B are in the polluted list, then Pond B and Pond A are in the polluted list. Symmetry holds.
  • Step 3: If A & B are polluted, and B & C are polluted, then A & C are polluted. Transitivity holds.
  • Step 4: Since it is not reflexive, it is not an equivalence relation.
  • Result: Transitive and Symmetric.

Topic: Equivalence Relations | Marks: 1

Question 2

Consider the relation R={(x,y)xy=0}R×RR= \{(x, y) \mid x-y = 0 \} \subset \mathbb{R} \times \mathbb{R} on the set R\mathbb{R}. Which of the following is/are true?
  • RR is a transitive relation.
  • RR is a function.
  • RR is not an equivalence relation.
  • RR is a reflexive relation.
  • RR is a symmetric relation.
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: RR is a transitive relation. RR is a function. RR is a reflexive relation. RR is a symmetric relation.

Solution

[!solution]+ Abstract Solution (Strategy)
  1. [Simplification]: The condition xy=0x - y = 0 simplifies to y=xy = x.
  2. [Axiom Testing]: Test the identity rule x=yx=y against the definitions of Reflexivity, Symmetry, and Transitivity.
  3. [Function Mapping]: For each xx, determine if there is exactly one yy.

Procedure

  • Step 1 (Reflexive): x=xx = x is true for all xRx \in \mathbb{R}.
  • Step 2 (Symmetric): If x=yx = y, then y=xy = x.
  • Step 3 (Transitive): If x=yx = y and y=zy = z, then x=zx = z.
  • Step 4 (Function): The relation y=xy=x assigns a unique output for every input.
  • Result: Reflexive, Symmetric, Transitive (Equivalence) and Function.

Topic: Functions | Marks: 1

Question 3

Which of the following relations is/are one-one function?
  • R1={(x,y)x,yR,x+y>2}R_1 = \{(x, y) \mid x, y \in \mathbb{R}, x+y>2 \}
  • R2={(x,y)x,yR,x>y}R_2 = \{(x, y) \mid x, y \in \mathbb{R}, x>y \}
  • R3={(x,y)x,yR, x+y=12}R_3 = \{(x,y) \mid x,y \in \mathbb{R},\ x + y = 12\}
  • R4={(x,y)x,yR,y=x2}R_4 = \{(x, y) \mid x, y \in \mathbb{R}, y=x^2 \}
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: R3={(x,y)x,yR, x+y=12}R_3 = \{(x,y) \mid x,y \in \mathbb{R},\ x + y = 12\}

Solution

[!solution]+ Abstract Solution (Strategy)
  1. [Eliminate Non-Functions]: Relations involving inequalities (>,<>, <) assign multiple yy values to a single xx. These are not functions.
  2. [Injectivity Test]: A function y=f(x)y=f(x) is one-one if f(x1)=f(x2)    x1=x2f(x_1) = f(x_2) \implies x_1 = x_2.

Procedure

  • Step 1: R1,R2R_1, R_2 are inequalities. For a fixed xx, multiple yy's satisfy the relation. Fails function test.
  • Step 2: Evaluate R4R_4: y=x2y=x^2. If y=4y=4, xx can be 22 or 2-2. Not one-one.
  • Step 3: Evaluate R3R_3: y=12xy = 12 - x. This is a linear function; every xx yields a unique yy, and every yy yields a unique xx.
  • Result: R3R_3 is a one-one function.

Topic: Mapping Properties | Marks: 1

Question 4

Which of the following is/are true?
  • Function f:NRf: \mathbb{N} \to \mathbb{R} such that f(x)=x2f(x) = x^2 is not onto.
  • Relation R={(1,1),(1,2),(3,1)}R = \{(1,1),(1,2), (3,1) \} on a set A={1,2,3}A = \{1, 2, 3\} is a function.
  • Function f:RRf: \mathbb{R} \to \mathbb{R} such that f(x)=xf(x) = |x| is not one-one.
  • Function f:RRf: \mathbb{R} \to \mathbb{R} such that f(x)=(x1)2f(x) = (x-1)^2 is one- one and onto.
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: Function f:NRf: \mathbb{N} \to \mathbb{R} such that f(x)=x2f(x) = x^2 is not onto. Function f:RRf: \mathbb{R} \to \mathbb{R} such that f(x)=xf(x) = |x| is not one-one.

Solution

[!solution]+ Abstract Solution (Strategy)
  1. [Onto Test]: Does the set of outputs (Range) cover the entire target set (Codomain)?
  2. [One-one Test]: Does different inputs produce different outputs?

Procedure

  • Step 1: f(x)=x2f(x)=x^2 on NR\mathbb{N} \to \mathbb{R}. The range is {1,4,9,}\{1, 4, 9, \dots\} which does not include negative numbers or fractions in R\mathbb{R}. Not onto (True).
  • Step 2: RR maps 111 \to 1 and 121 \to 2. Fails function test (unique image).
  • Step 3: f(x)=xf(x)=|x|. f(1)=1f(1) = 1 and f(1)=1f(-1) = 1. Fails one-one test. Not one-one (True).
  • Step 4: (x1)2(x-1)^2 fails both (similar to x2x^2).
  • Result: Options 1 and 3 are correct.

Topic: Set Cardinality | Marks: 1

Question 5

Consider the following sets, A={xxN}A = \{x \mid x \in\mathbb{N}\} B={x5<x<105,xR}B = \{x \mid -5< x< 105, x \in \mathbb{R} \} C={xx is a rational number,10<x80}C = \{x \mid x~ \text{is a rational number}, 10< x \leq 80 \}
Find the cardinality of the set (AC)B(A - C) \cap B.
Your Answer: 35
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: 35

Solution

Abstract Solution (Strategy)

  1. [Calculate Integer Overlap]: Find Natural numbers within the bounds of BB.
  2. [Execute Subtraction]: Remove any Natural numbers falling within the range specified by CC.

Procedure

  • Step 1: AB={0,1,2,,104}A \cap B = \{0, 1, 2, \dots, 104\}.
  • Step 2: CC contains all rational numbers in (10,80](10, 80]. This includes the integers {11,12,,80}\{11, 12, \dots, 80\}.
  • Step 3: Remove those integers from the set.
  • Step 4: Integers in [0,10][0, 10] = 11. Integers in [81,104][81, 104] = 10481+1=24104 - 81 + 1 = 24.
  • Step 5: Total remaining = 11+24=3511 + 24 = 35.
  • Result: 35

Topic: Set Theory (PIE) | Marks: 1

Question 6

Pollution Survey Analysis. Using the data from Question 1, find the number of ponds polluted by all three types of water contaminants (Fertilisers, Pesticides, and Pharmaceutical products).
Your Answer: 52
Status: Yes, the answer is correct. Score: Score: 1
Accepted Answers: 52

Solution

Abstract Solution (Strategy)

  1. [Principle of Inclusion-Exclusion]: For three overlapping sets F,P,PhF, P, Ph, the total union is given by: n(FPPh)=n(Si)n(SiSj)+n(FPPh)n(F \cup P \cup Ph) = \sum n(S_i) - \sum n(S_i \cap S_j) + n(F \cap P \cap Ph)
  2. [Variable Isolation]: Solve for the unknown intersection x=n(FPPh)x = n(F \cap P \cap Ph).

Procedure

  • Step 1: Identify Union n(U)=525n(U) = 525.
  • Step 2: Individual Counts: n(F)=230,n(P)=245,n(Ph)=257n(F)=230, n(P)=245, n(Ph)=257.
  • Step 3: Intersection Pairs: n(FP)=100,n(FPh)=82,n(PPh)=77n(F \cap P)=100, n(F \cap Ph)=82, n(P \cap Ph)=77.
  • Step 4: Substitute: 525=(230+245+257)(100+82+77)+x525 = (230 + 245 + 257) - (100 + 82 + 77) + x 525=732259+x525 = 732 - 259 + x 525=473+x525 = 473 + x
  • Step 5**: x=525473=52x = 525 - 473 = 52.
  • Result: 52

Topic: Set Functions | Marks: 1

Question 7

Family Tree Functions. Mahesh has four sons (Shubh, Rabi, Mahendra, and Rajat). Shubh has two sons (Yashubh and Navrtna). Rabi has two sons named Rathi and Rakesh. Let f:={(A,B)A is son of B}P×Qf := \{ (A, B) \mid A \text{ is son of } B \} \subset P \times Q where P,QMP, Q \subset M (the set of all family members). Which of the following are correct?
  • f:PQf: P \to Q is a function, where P={Yashubh, Navrtna, Rathi, Rakesh, Mahesh}P = \{\text{Yashubh, Navrtna, Rathi, Rakesh, Mahesh}\} and Q={ Shubh, Rabi, Mahendra, Rajat}Q=\{\text{ Shubh, Rabi, Mahendra, Rajat}\}.
  • If f:PQf: P \to Q is a function, where P={ Yashubh, Navrtna, Rathi, Rakesh}P=\{\text{ Yashubh, Navrtna, Rathi, Rakesh}\} and Q={Shubh, Rabi, Mahendra, Rajat}Q=\{\text{Shubh, Rabi, Mahendra, Rajat}\}, then ff is one-one.
  • If f:PQf: P \to Q is a function, where P={Yashubh, Navrtna, Rathi, Rakesh}P=\{\text{Yashubh, Navrtna, Rathi, Rakesh}\} and Q={ Shubh, Rabi}Q=\{ \text{ Shubh, Rabi}\}, then ff is onto.
  • If f:PQf: P \to Q is a function, where P={Yashubh, Rathi}P=\{\text{Yashubh, Rathi}\} and Q={Shubh, Rabi}Q=\{\text{Shubh, Rabi}\}, then ff is bijective.

Solution

Abstract Solution (Strategy)

  1. [Functional Mapping]: A relation is a function if every element in the domain maps to exactly one element in the codomain.
  2. [Injectivity (One-One)]: Does each son in PP have a unique father in QQ? (In a standard tree, Yes).
  3. [Surjectivity (Onto)]: Is every father in QQ linked to at least one son in PP?

Procedure

  • Step 1: Test P={... Mahesh}P=\{\text{... Mahesh}\}. Mahesh has no father in the set QQ. Thus, he has no image. Not a function.
  • Step 2: If PP is the set of 4 grandsons, each has exactly one parent in QQ. Since no two grandsons in PP share the same father across the different families mapping to QQ, we check: Yashubh & Navrtna map to Shubh. Rathi & Rakesh map to Rabi.
  • Step 3 (Onto): If Q={Shubh, Rabi}Q=\{\text{Shubh, Rabi}\}, both are mapped to by the grandsons. Onto holds.
  • Step 4 (Bijection): If P={Yashubh, Rathi}P=\{\text{Yashubh, Rathi}\} and Q={Shubh, Rabi}Q=\{\text{Shubh, Rabi}\}, then Yashubh \to Shubh and Rathi \to Rabi. This is a one-to-one correspondence. Bijective holds.
  • Result: Options 2, 3, and 4 are correct.

Topic: Function Properties | Marks: 1

Question 8

Dielectric Mapping. Consider the function ff from the set of materials {Air, Vacuum, Paper, Glass, Nerve membrane, Silicon}\{\text{Air, Vacuum, Paper, Glass, Nerve membrane, Silicon}\} to the set of dielectric values {1,2,3,8,7,13}\{1, 2, 3, 8, 7, 13\}. Which of the following is true?
  • ff is neither one to one nor onto.
  • ff is one to one but not onto.
  • ff is onto but not one to one.
  • ff is bijective.

Solution

Abstract Solution (Strategy)

  1. [Direct Comparison]: Compare the cardinality of the domain and the range.
  2. [Correspondence Check]: Determine if each material maps to a unique, distinct value.

Procedure

  • Step 1: Count elements in Material set (n=6n=6) and Value set (n=6n=6).
  • Step 2: Each material is assigned exactly one constant from the table.
  • Step 3: No dielectric constant repeats for different materials in this specific set.
  • Step 4: Since ff is both injective and surjective (Range=CodomainRange = Codomain), it is bijective.
  • Result: Bijective.

Topic: Set Operations | Marks: 1

Question 9

Cardinality of Multiples. Consider:
  • A={xNx0(mod2),1x10}A = \{x \in \mathbb{N} \mid x \equiv 0 \pmod 2, 1 \leq x \leq 10\}
  • B={xNx0(mod5),6x25}B = \{x \in \mathbb{N} \mid x \equiv 0 \pmod 5, 6 \leq x \leq 25\}
  • C={xNx0(mod7),7x29}C = \{x \in \mathbb{N} \mid x \equiv 0 \pmod 7, 7 \leq x \leq 29\}
Find the cardinality of (A(BC))(B(CA))(C(BA))(A \setminus (B \cup C)) \cup (B \setminus (C \cup A)) \cup (C \setminus (B \cup A)).
Your Answer: 11

Solution

Abstract Solution (Strategy)

  1. [Enumerate Sets]: Explicitly list all elements in A,B, and CA, B, \text{ and } C.
  2. [Exclusive Regions]: Calculate the "Only A", "Only B", and "Only C" parts of the Venn diagram and sum their sizes.

Procedure

  • Step 1: A={2,4,6,8,10}A = \{2, 4, 6, 8, 10\}.
  • Step 2: B={10,15,20,25}B = \{10, 15, 20, 25\}.
  • Step 3: C={7,14,21,28}C = \{7, 14, 21, 28\}.
  • Step 4: Find overlaps: AB={10}A \cap B = \{10\}, AC=A \cap C = \emptyset, BC=B \cap C = \emptyset.
  • Step 5:
    • A(BC)={2,4,6,8}A \setminus (B \cup C) = \{2, 4, 6, 8\} (Count = 4)
    • B(CA)={15,20,25}B \setminus (C \cup A) = \{15, 20, 25\} (Count = 3)
    • C(BA)={7,14,21,28}C \setminus (B \cup A) = \{7, 14, 21, 28\} (Count = 4)
  • Step 6: Total = 4+3+4=114 + 3 + 4 = 11.
  • Result: 11

Topic: Venn Diagrams | Marks: 1

Question 10

Netflix Viewing Stats. Total group: 180.
  • Dabangg (DD): 95
  • Avatar (AA): 100
  • RRR (RR): 100
  • DA=50D \cap A = 50, AR=40A \cap R = 40, DR=55D \cap R = 55. Find the number of people who watched only RRR and Avatar.
Your Answer: 10

Solution

Abstract Solution (Strategy)

  1. [Triple Intersection]: Solve for n(DAR)n(D \cap A \cap R) using the PIE for the total union n(DAR)n(D \cup A \cup R).
  2. [Exclude shared regions]: The "Only RRR and Avatar" region is n(AR)n(DAR)n(A \cap R) - n(D \cap A \cap R).

Procedure

  • Step 1: Union formula: 180=(95+100+100)(50+40+55)+x180 = (95+100+100) - (50+40+55) + x.
  • Step 2: 180=295145+x    180=150+x    x=30180 = 295 - 145 + x \implies 180 = 150 + x \implies x = 30.
  • Step 3: Intersection of Avatar and RRR is 40.
  • Step 4: "Only" intersection = 4030=1040 - 30 = 10.
  • Result: 10

Topic: Relation Properties | Marks: 1

Question 11

Family Tree Analysis. Family members Mahesh \to Sons (Shubh, Rabi...) \to Grandsons (Rathi, Navrtna...). R={(A,B)cousins}R = \{(A,B) \mid \text{cousins}\}, S={(A,B)A son of B}S = \{(A,B) \mid A \text{ son of } B\}. Which are true?
  • RR is an equivalence relation.
  • (Rathi, Navrtna) R\in R
  • SS is an equivalence relation.
  • (Mahesh, Rajat) S\in S.
  • (Yashubh, Rathi) R\in R and (Rathi, Yashubh) R\in R.
  • SS is symmetric relation.

Solution

Abstract Solution (Strategy)

  1. [Membership Test]: Check specific relations against the provided tree.
  2. [Property Verification]: Test RR and SS for Reflexivity/Symmetry/Transitivity.

Procedure

  • Step 1: RR (Cousins) is not reflexive (A is not a cousin of itself). Not equivalence.
  • Step 2: Rathi's parent is Rabi. Navrtna's parent is Shubh. Rabi and Shubh are siblings. Cousins holds.
  • Step 3: (Mahesh, Rajat) is Father-Son, not Son-Father. Incorrect.
  • Step 4: Cousin relation is inherently symmetric. If Yashubh is Rathi's cousin, Rathi is Yashubh's.
  • Step 5: SS is not symmetric (if A is son of B, B is father of A).
  • Result: Options 2 and 5 are correct.

Topic: Relation Cardinality | Marks: 1

Question 12

Counting Tree Relations. In the family tree (Mahesh \to 4 Sons \to 4 Grandsons), find m+nm + n where m=Rm = |R| and n=Sn = |S|.
Your Answer: 16

Solution

Abstract Solution (Strategy)

  1. [Identify Pairs in S]: Count all (child, parent) edges.
  2. [Identify Pairs in R]: Count distinct (cousin A, cousin B) pairs.

Procedure

  • Step 1 (n = |S|):
    • Mahesh has 4 sons (Shubh, Rabi, Mahendra, Rajat). (4 pairs)
    • Shubh has 2 sons. (2 pairs)
    • Rabi has 2 sons. (2 pairs)
    • Total n=4+2+2=8n = 4 + 2 + 2 = 8.
  • Step 2 (m = |R|):
    • Cousins exist between the 4 grandsons.
    • Yashubh/Navrtna (Shubh's sons) are cousins to Rathi/Rakesh (Rabi's sons).
    • Each grandson in Shubh's family has 2 cousins in Rabi's. (2 sons ×\times 2 cousins = 4 pairs).
    • Symmetry doubles this (A \to B and B \to A). Total m=4×2=8m = 4 \times 2 = 8.
  • Step 3: m+n=8+8=16m + n = 8 + 8 = 16.
  • Result: 16

Topic: Mapping Types | Marks: 1

Question 13

Rational-to-Integer Projection. Define f:QZf: \mathbb{Q} \to \mathbb{Z} as f(p/q)=pqf(p/q) = p - q, where gcd(p,q)=1\gcd(p,q)=1 and q>0q > 0.
  • ff is one to one but not onto
  • ff is neither one to one nor onto.
  • ff is onto but not one to one.
  • ff is a bijective function.

Solution

Abstract Solution (Strategy)

  1. [Surjectivity]: For any integer kk, can we find p,qp, q such that pq=kp - q = k?
  2. [Injectivity]: Do different fractions map to the same integer difference?

Procedure

  • Step 1 (Onto): Let kZk \in \mathbb{Z}. Choose q=1,p=k+1q = 1, p = k + 1. Then f((k+1)/1)=(k+1)1=kf((k+1)/1) = (k+1) - 1 = k. Since every integer kk has a preimage, it is Onto.
  • Step 2 (One-one): Consider f(3/2)=32=1f(3/2) = 3 - 2 = 1. Consider f(5/4)=54=1f(5/4) = 5 - 4 = 1.
  • Step 3: Since 3/25/43/2 \neq 5/4 but f(3/2)=f(5/4)f(3/2) = f(5/4), the function is not one-to-one.
  • Result: Onto but not one-to-one.

Topic: Discrete Operations | Marks: 1

Question 14

Set Matching. A={3,4,5,6,7,8}A = \{3, 4, 5, 6, 7, 8\}, B={5,6,7,8,9,10}B = \{5, 6, 7, 8, 9, 10\}. Evaluate: a) ABA \setminus B, b) ABA \cap B, c) ABA \cup B, d) BAB \setminus A.
  • aiiia\rightarrow iii, bivb\rightarrow iv, cic\rightarrow i, diid\rightarrow ii
  • aiiia\rightarrow iii, bib\rightarrow i, civc\rightarrow iv, diid\rightarrow ii
  • aiiia\rightarrow iii, bib\rightarrow i, ciic\rightarrow ii, divd\rightarrow iv

Solution

Abstract Solution (Strategy)

  1. [Direct Evaluation]: Compute the elements for each set identity.
  2. [Matching]: Correlate computed sets with provided lists.

Procedure

  • Step 1: ABA \setminus B (In A, not in B) = {3,4}\{3, 4\}. (Mates with iiiiii)
  • Step 2: ABA \cap B (Common) = {5,6,7,8}\{5, 6, 7, 8\}. (Mates with ii)
  • Step 3: ABA \cup B (All) = {3,4,5,6,7,8,9,10}\{3, 4, 5, 6, 7, 8, 9, 10\}. (Mates with iiii)
  • Step 4: BAB \setminus A (In B, not in A) = {9,10}\{9, 10\}. (Mates with iviv)
  • Result: Option 3.

Topic: Composite Domains | Marks: 1

Question 15

Domain Intersection Principle. Given domains D1D_1 and D2D_2 for f1f_1 and f2f_2. What is the domain of f1(x)+f2(x)f_1(x) + f_2(x)?
  • D1D2D_1 \cup D_2
  • D1D2D_1 \setminus D_2
  • D2D1D_2 \setminus D_1
  • D1D2D_1 \cap D_2

Solution

Abstract Solution (Strategy)

  1. [Definition Search]: For a sum h(x)=f(x)+g(x)h(x) = f(x) + g(x) to be defined, xx must satisfy the constraints of both functions simultaneously.

Procedure

  • Step 1: If xD1x \notin D_1, f1(x)f_1(x) is undefined.
  • Step 2: If xD2x \notin D_2, f2(x)f_2(x) is undefined.
  • Step 3: Therefore, xx must belong to the set of values present in both D1D_1 and D2D_2.
  • Result: Intersection D1D2D_1 \cap D_2.

Topic: Mapping Dynamics | Marks: 1

Question 16

Successor vs Predecessor Mapping. f:NN,f(x)=x+1f: \mathbb{N}^* \to \mathbb{N}^*, f(x)=x+1. g(x)=x1g(x) = x-1 if x>1x>1, and 11 if x=1x=1.
  • ff is one to one but not onto
  • ff is neither one to one nor onto.
  • gg is onto but not one to one.
  • gg is a bijective function.

Solution

Abstract Solution (Strategy)

  1. [Range Verification]: Check if the codomain (1,2,3...1, 2, 3...) is fully covered by the range.
  2. [Inverse Check]: If gg maps back uniquely and covers 11, test bijectivity.

Procedure

  • Step 1 (f): f(x)=x+1f(x)=x+1. The range is {2,3,4...}\{2, 3, 4...\}. Since 11 is never produced, it is not onto.
  • Step 2 (f): Distinct inputs always yield distinct successors. One-to-one.
  • Step 3 (g): g(1)=1,g(2)=1,g(3)=2...g(1)=1, g(2)=1, g(3)=2... wait. g(x)=f(x)1g(x) = f(x)-1 for x>1x>1.
  • Wait! Let's re-read g: g(1)=1,g(2)=2,g(3)=3g(1)=1, g(2)=2, g(3)=3. g(x)=xg(x) = x essentially.
  • Step 4: If g(x)g(x) maps 111 \to 1 and xxx \to x, it is the identity function. Identity is bijective.
  • Result: Options 1 and 4.

Topic: Ordered Relations | Marks: 1

Question 17

Relation Consistency. R1={(a,b)b=a+1}R_1 = \{(a,b) \mid b=a+1\}, R2={(a,b)ba}R_2 = \{(a,b) \mid b \ge a\}.
  • R1R_1 is reflexive but not symmetric.
  • R2R_2 is both reflexive and symmetric.
  • R1R_1 is neither symmetric nor transitive.
  • R2R_2 is both reflexive and transitive.

Solution

Abstract Solution (Strategy)

  1. [Property Definitions]:
    • Reflexive: aRaaRa
    • Symmetric: aRb    bRaaRb \implies bRa
    • Transitive: aRb and bRc    aRcaRb \text{ and } bRc \implies aRc

Procedure

  • Step 1 (R1R_1): (a,a+1)(a, a+1). Not reflexive (aa+1a \neq a+1). Not symmetric (2=1+12=1+1 but 12+11 \neq 2+1). Not transitive (1,21, 2 and 2,32, 3 doesn't imply 1,31, 3).
  • Step 2 (R2R_2): bab \ge a. aaa \ge a is true (Reflexive). bab \ge a doesn't imply aba \ge b (Not symmetric). cbc \ge b and ba    cab \ge a \implies c \ge a (Transitive).
  • Result: Options 3 and 4.

Topic: Set Range | Marks: 1

Question 18

Target Set Coverage. A={3,6,9,}A = \{3, 6, 9, \dots\}. f(n)=6nf(n) = 6n.
  • ff is one to one but not onto.
  • ff is neither one to one nor onto.
  • ff is onto but not one to one
  • ff is a bijective function.

Solution

Abstract Solution (Strategy)

  1. [Range Check]: Compare the range of f(n)f(n) (multiples of 6) with the codomain AA (multiples of 3).

Procedure

  • Step 1 (One-one): 6n1=6n2    n1=n26n_1 = 6n_2 \implies n_1 = n_2. One-to-one.
  • Step 2 (Onto): Range = {6,12,18,}\{6, 12, 18, \dots\}.
  • Step 3: Codomain A={3,6,9,12,}A = \{3, 6, 9, 12, \dots\}.
  • Step 4: Elements like 3,9,153, 9, 15 are in AA but are not in the range (6n6n).
  • Step 5: Since the range does not equal the codomain, it is not onto.
  • Result: One-to-one but not onto.

Knowledge Graph

No Mesh Data Found

This module has no documented notes yet. Create markdown files in /content/notes/maths-1 to populate the local mesh.

Quartz v4 MeshMastery Dependency Graph
Mastered (80%+)
Learning (40-79%)
Weak (0-39%)
Unstarted
Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.