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), 245 ponds are polluted by pesticides (P) and 257 ponds are polluted by pharmaceutical products (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.

- 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)
- [Relation Property Logic]: Let S be the subset of ponds polluted by {F,Ph}. A pond x relates to y (xRy) if and only if x∈S and y∈S.
- [Symmetry]: Does xRy⟹yRx? Yes, because the condition x,y∈S is commutative.
- [Transitivity]: If x,y∈S and y,z∈S, then x,z∈S holds inherently by set membership.
- [Reflexivity Constraint]: For reflexivity, every pond in the universe U (525 ponds) must be in S.
Procedure
- Step 1: Identify that not all 525 ponds are in the set S (F∩Ph). Thus, if pond k∈/S, then (k,k)∈/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)∣x−y=0}⊂R×R on the set R. Which of the following is/are true?
- R is a transitive relation.
- R is a function.
- R is not an equivalence relation.
- R is a reflexive relation.
- R is a symmetric relation.
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
R is a transitive relation.
R is a function.
R is a reflexive relation.
R is a symmetric relation.
Solution
[!solution]+ Abstract Solution (Strategy)
- [Simplification]: The condition x−y=0 simplifies to y=x.
- [Axiom Testing]: Test the identity rule x=y against the definitions of Reflexivity, Symmetry, and Transitivity.
- [Function Mapping]: For each x, determine if there is exactly one y.
Procedure
- Step 1 (Reflexive): x=x is true for all x∈R.
- Step 2 (Symmetric): If x=y, then y=x.
- Step 3 (Transitive): If x=y and y=z, then x=z.
- Step 4 (Function): The relation y=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,y∈R,x+y>2}
- R2={(x,y)∣x,y∈R,x>y}
- R3={(x,y)∣x,y∈R, x+y=12}
- R4={(x,y)∣x,y∈R,y=x2}
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
R3={(x,y)∣x,y∈R, x+y=12}
Solution
[!solution]+ Abstract Solution (Strategy)
- [Eliminate Non-Functions]: Relations involving inequalities (>,<) assign multiple y values to a single x. These are not functions.
- [Injectivity Test]: A function y=f(x) is one-one if f(x1)=f(x2)⟹x1=x2.
Procedure
- Step 1: R1,R2 are inequalities. For a fixed x, multiple y's satisfy the relation. Fails function test.
- Step 2: Evaluate R4: y=x2. If y=4, x can be 2 or −2. Not one-one.
- Step 3: Evaluate R3: y=12−x. This is a linear function; every x yields a unique y, and every y yields a unique x.
- Result: R3 is a one-one function.
Topic: Mapping Properties | Marks: 1
Question 4
Which of the following is/are true?
- Function f:N→R such that f(x)=x2 is not onto.
- Relation R={(1,1),(1,2),(3,1)} on a set A={1,2,3} is a function.
- Function f:R→R such that f(x)=∣x∣ is not one-one.
- Function f:R→R such that f(x)=(x−1)2 is one- one and onto.
Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
Function f:N→R such that f(x)=x2 is not onto.
Function f:R→R such that f(x)=∣x∣ is not one-one.
Solution
[!solution]+ Abstract Solution (Strategy)
- [Onto Test]: Does the set of outputs (Range) cover the entire target set (Codomain)?
- [One-one Test]: Does different inputs produce different outputs?
Procedure
- Step 1: f(x)=x2 on N→R. The range is {1,4,9,…} which does not include negative numbers or fractions in R. Not onto (True).
- Step 2: R maps 1→1 and 1→2. Fails function test (unique image).
- Step 3: f(x)=∣x∣. f(1)=1 and f(−1)=1. Fails one-one test. Not one-one (True).
- Step 4: (x−1)2 fails both (similar to x2).
- Result: Options 1 and 3 are correct.
Topic: Set Cardinality | Marks: 1
Question 5
Consider the following sets,
A={x∣x∈N}
B={x∣−5<x<105,x∈R}
C={x∣x is a rational number,10<x≤80}
Find the cardinality of the set (A−C)∩B.
Your Answer:
35Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
35
Solution
Abstract Solution (Strategy)
- [Calculate Integer Overlap]: Find Natural numbers within the bounds of B.
- [Execute Subtraction]: Remove any Natural numbers falling within the range specified by C.
Procedure
- Step 1: A∩B={0,1,2,…,104}.
- Step 2: C contains all rational numbers in (10,80]. This includes the integers {11,12,…,80}.
- Step 3: Remove those integers from the set.
- Step 4: Integers in [0,10] = 11. Integers in [81,104] = 104−81+1=24.
- Step 5: Total remaining = 11+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:
52Status: Yes, the answer is correct.
Score: Score: 1
Accepted Answers:
52
Solution
Abstract Solution (Strategy)
- [Principle of Inclusion-Exclusion]: For three overlapping sets F,P,Ph, the total union is given by: n(F∪P∪Ph)=∑n(Si)−∑n(Si∩Sj)+n(F∩P∩Ph)
- [Variable Isolation]: Solve for the unknown intersection x=n(F∩P∩Ph).
Procedure
- Step 1: Identify Union n(U)=525.
- Step 2: Individual Counts: n(F)=230,n(P)=245,n(Ph)=257.
- Step 3: Intersection Pairs: n(F∩P)=100,n(F∩Ph)=82,n(P∩Ph)=77.
- Step 4: Substitute: 525=(230+245+257)−(100+82+77)+x 525=732−259+x 525=473+x
- Step 5**: x=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×Q where P,Q⊂M (the set of all family members). Which of the following are correct?
- f:P→Q is a function, where P={Yashubh, Navrtna, Rathi, Rakesh, Mahesh} and Q={ Shubh, Rabi, Mahendra, Rajat}.
- If f:P→Q is a function, where P={ Yashubh, Navrtna, Rathi, Rakesh} and Q={Shubh, Rabi, Mahendra, Rajat}, then f is one-one.
- If f:P→Q is a function, where P={Yashubh, Navrtna, Rathi, Rakesh} and Q={ Shubh, Rabi}, then f is onto.
- If f:P→Q is a function, where P={Yashubh, Rathi} and Q={Shubh, Rabi}, then f is bijective.
Solution
Abstract Solution (Strategy)
- [Functional Mapping]: A relation is a function if every element in the domain maps to exactly one element in the codomain.
- [Injectivity (One-One)]: Does each son in P have a unique father in Q? (In a standard tree, Yes).
- [Surjectivity (Onto)]: Is every father in Q linked to at least one son in P?
Procedure
- Step 1: Test P={... Mahesh}. Mahesh has no father in the set Q. Thus, he has no image. Not a function.
- Step 2: If P is the set of 4 grandsons, each has exactly one parent in Q. Since no two grandsons in P share the same father across the different families mapping to Q, we check: Yashubh & Navrtna map to Shubh. Rathi & Rakesh map to Rabi.
- Step 3 (Onto): If Q={Shubh, Rabi}, both are mapped to by the grandsons. Onto holds.
- Step 4 (Bijection): If P={Yashubh, Rathi} and Q={Shubh, Rabi}, then Yashubh → Shubh and Rathi → 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 f from the set of materials {Air, Vacuum, Paper, Glass, Nerve membrane, Silicon} to the set of dielectric values {1,2,3,8,7,13}. Which of the following is true?
- f is neither one to one nor onto.
- f is one to one but not onto.
- f is onto but not one to one.
- f is bijective.
Solution
Abstract Solution (Strategy)
- [Direct Comparison]: Compare the cardinality of the domain and the range.
- [Correspondence Check]: Determine if each material maps to a unique, distinct value.
Procedure
- Step 1: Count elements in Material set (n=6) and Value set (n=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 f is both injective and surjective (Range=Codomain), it is bijective.
- Result: Bijective.
Topic: Set Operations | Marks: 1
Question 9
Cardinality of Multiples. Consider:
- A={x∈N∣x≡0(mod2),1≤x≤10}
- B={x∈N∣x≡0(mod5),6≤x≤25}
- C={x∈N∣x≡0(mod7),7≤x≤29}
Find the cardinality of (A∖(B∪C))∪(B∖(C∪A))∪(C∖(B∪A)).
Your Answer:
11Solution
Abstract Solution (Strategy)
- [Enumerate Sets]: Explicitly list all elements in A,B, and C.
- [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}.
- Step 2: B={10,15,20,25}.
- Step 3: C={7,14,21,28}.
- Step 4: Find overlaps: A∩B={10}, A∩C=∅, B∩C=∅.
- Step 5:
- A∖(B∪C)={2,4,6,8} (Count = 4)
- B∖(C∪A)={15,20,25} (Count = 3)
- C∖(B∪A)={7,14,21,28} (Count = 4)
- Step 6: Total = 4+3+4=11.
- Result: 11
Topic: Venn Diagrams | Marks: 1
Question 10
Netflix Viewing Stats. Total group: 180.
- Dabangg (D): 95
- Avatar (A): 100
- RRR (R): 100
- D∩A=50, A∩R=40, D∩R=55. Find the number of people who watched only RRR and Avatar.
Your Answer:
10Solution
Abstract Solution (Strategy)
- [Triple Intersection]: Solve for n(D∩A∩R) using the PIE for the total union n(D∪A∪R).
- [Exclude shared regions]: The "Only RRR and Avatar" region is n(A∩R)−n(D∩A∩R).
Procedure
- Step 1: Union formula: 180=(95+100+100)−(50+40+55)+x.
- Step 2: 180=295−145+x⟹180=150+x⟹x=30.
- Step 3: Intersection of Avatar and RRR is 40.
- Step 4: "Only" intersection = 40−30=10.
- Result: 10
Topic: Relation Properties | Marks: 1
Question 11
Family Tree Analysis. Family members Mahesh → Sons (Shubh, Rabi...) → Grandsons (Rathi, Navrtna...).
R={(A,B)∣cousins}, S={(A,B)∣A son of B}. Which are true?
- R is an equivalence relation.
- (Rathi, Navrtna) ∈R
- S is an equivalence relation.
- (Mahesh, Rajat) ∈S.
- (Yashubh, Rathi) ∈R and (Rathi, Yashubh) ∈R.
- S is symmetric relation.
Solution
Abstract Solution (Strategy)
- [Membership Test]: Check specific relations against the provided tree.
- [Property Verification]: Test R and S for Reflexivity/Symmetry/Transitivity.
Procedure
- Step 1: R (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: S 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 → 4 Sons → 4 Grandsons), find m+n where m=∣R∣ and n=∣S∣.
Your Answer:
16Solution
Abstract Solution (Strategy)
- [Identify Pairs in S]: Count all (child, parent) edges.
- [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=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 × 2 cousins = 4 pairs).
- Symmetry doubles this (A → B and B → A). Total m=4×2=8.
- Step 3: m+n=8+8=16.
- Result: 16
Topic: Mapping Types | Marks: 1
Question 13
Rational-to-Integer Projection. Define f:Q→Z as f(p/q)=p−q, where gcd(p,q)=1 and q>0.
- f is one to one but not onto
- f is neither one to one nor onto.
- f is onto but not one to one.
- f is a bijective function.
Solution
Abstract Solution (Strategy)
- [Surjectivity]: For any integer k, can we find p,q such that p−q=k?
- [Injectivity]: Do different fractions map to the same integer difference?
Procedure
- Step 1 (Onto): Let k∈Z. Choose q=1,p=k+1. Then f((k+1)/1)=(k+1)−1=k. Since every integer k has a preimage, it is Onto.
- Step 2 (One-one): Consider f(3/2)=3−2=1. Consider f(5/4)=5−4=1.
- Step 3: Since 3/2=5/4 but 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}, B={5,6,7,8,9,10}. Evaluate:
a) A∖B, b) A∩B, c) A∪B, d) B∖A.
- a→iii, b→iv, c→i, d→ii
- a→iii, b→i, c→iv, d→ii
- a→iii, b→i, c→ii, d→iv
Solution
Abstract Solution (Strategy)
- [Direct Evaluation]: Compute the elements for each set identity.
- [Matching]: Correlate computed sets with provided lists.
Procedure
- Step 1: A∖B (In A, not in B) = {3,4}. (Mates with iii)
- Step 2: A∩B (Common) = {5,6,7,8}. (Mates with i)
- Step 3: A∪B (All) = {3,4,5,6,7,8,9,10}. (Mates with ii)
- Step 4: B∖A (In B, not in A) = {9,10}. (Mates with iv)
- Result: Option 3.
Topic: Composite Domains | Marks: 1
Question 15
Domain Intersection Principle. Given domains D1 and D2 for f1 and f2. What is the domain of f1(x)+f2(x)?
- D1∪D2
- D1∖D2
- D2∖D1
- D1∩D2
Solution
Abstract Solution (Strategy)
- [Definition Search]: For a sum h(x)=f(x)+g(x) to be defined, x must satisfy the constraints of both functions simultaneously.
Procedure
- Step 1: If x∈/D1, f1(x) is undefined.
- Step 2: If x∈/D2, f2(x) is undefined.
- Step 3: Therefore, x must belong to the set of values present in both D1 and D2.
- Result: Intersection D1∩D2.
Topic: Mapping Dynamics | Marks: 1
Question 16
Successor vs Predecessor Mapping. f:N∗→N∗,f(x)=x+1.
g(x)=x−1 if x>1, and 1 if x=1.
- f is one to one but not onto
- f is neither one to one nor onto.
- g is onto but not one to one.
- g is a bijective function.
Solution
Abstract Solution (Strategy)
- [Range Verification]: Check if the codomain (1,2,3...) is fully covered by the range.
- [Inverse Check]: If g maps back uniquely and covers 1, test bijectivity.
Procedure
- Step 1 (f): f(x)=x+1. The range is {2,3,4...}. Since 1 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... wait. g(x)=f(x)−1 for x>1.
- Wait! Let's re-read g: g(1)=1,g(2)=2,g(3)=3. g(x)=x essentially.
- Step 4: If g(x) maps 1→1 and x→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}, R2={(a,b)∣b≥a}.
- R1 is reflexive but not symmetric.
- R2 is both reflexive and symmetric.
- R1 is neither symmetric nor transitive.
- R2 is both reflexive and transitive.
Solution
Abstract Solution (Strategy)
- [Property Definitions]:
- Reflexive: aRa
- Symmetric: aRb⟹bRa
- Transitive: aRb and bRc⟹aRc
Procedure
- Step 1 (R1): (a,a+1). Not reflexive (a=a+1). Not symmetric (2=1+1 but 1=2+1). Not transitive (1,2 and 2,3 doesn't imply 1,3).
- Step 2 (R2): b≥a. a≥a is true (Reflexive). b≥a doesn't imply a≥b (Not symmetric). c≥b and b≥a⟹c≥a (Transitive).
- Result: Options 3 and 4.
Topic: Set Range | Marks: 1
Question 18
Target Set Coverage. A={3,6,9,…}. f(n)=6n.
- f is one to one but not onto.
- f is neither one to one nor onto.
- f is onto but not one to one
- f is a bijective function.
Solution
Abstract Solution (Strategy)
- [Range Check]: Compare the range of f(n) (multiples of 6) with the codomain A (multiples of 3).
Procedure
- Step 1 (One-one): 6n1=6n2⟹n1=n2. One-to-one.
- Step 2 (Onto): Range = {6,12,18,…}.
- Step 3: Codomain A={3,6,9,12,…}.
- Step 4: Elements like 3,9,15 are in A but are not in the range (6n).
- Step 5: Since the range does not equal the codomain, it is not onto.
- Result: One-to-one but not onto.