Comprehension
A school wants the students of class XII to do a project on ‘Sustainability’ keeping the world environment in mind. They select the student participants on the basis of an essay writing competition. 7 students out of 80 are selected for the project and are categorized into two sets such that:
Girl students belong to Set A = $\{G_1, G_2, G_3, G_4\}$,
Boy students belong to Set B = $\{B_1, B_2, B_3\}$.
Based on the above information, answer the following questions:
Question: 1

How many distinct relations are possible from Set A $\rightarrow$ Set B?

Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:
Let \[ A=\{G_1,G_2,G_3,G_4\} \] and \[ B=\{B_1,B_2,B_3\}. \] Thus, \[ n(A)=4,\qquad n(B)=3. \] The concepts used are:

  • The number of relations from a set \(A\) to a set \(B\) is \(2^{n(A)\times n(B)}\).
  • A function is injective (one-one) if different elements of the domain have different images.
  • An equivalence relation must be reflexive, symmetric and transitive.
  • A function is bijective if it is both one-one and onto.

    Here, \[ n(A)=4,\qquad n(B)=3. \] Hence, \[ n(A\times B)=4\times3=12. \] The number of possible relations is \[ 2^{12}=4096. \] Therefore, \[ \boxed{4096} \] relations are possible.
Was this answer helpful?
0
0
Question: 2

Let R be a relation from A $\rightarrow$ B such that $R = \{(G_1, B_1), (G_2, B_2), (G_3, B_2), (G_4, B_3), (G_1, B_2)\}$. Is R an injective function? Justify your answer.

Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

A function must assign exactly one image to every element of the domain. Here, \[ G_1\rightarrow B_1 \] and also \[ G_1\rightarrow B_2. \] Thus, the element \(G_1\) has two images. Hence, \(R\) is not even a function. Therefore, it cannot be an injective function. \[ \boxed{\text{No, }R\text{ is not an injective function because }G_1\text{ has two images.}} \]

Was this answer helpful?
0
0
Question: 3

Let the relation R from A $\rightarrow$ A be such that $R = \{(x, y) : x, y \in A, \, x \text{ and } y \text{ are students from the same colony in the city}\}$. Verify if R is an equivalence relation.

Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

To verify this, we check the three properties. 1. Reflexive: Every student belongs to the same colony as himself/herself. Therefore, \[ (x,x)\in R \] for every \(x\in A\). Hence, \(R\) is reflexive.
2. Symmetric: If student \(x\) and student \(y\) belong to the same colony, then student \(y\) and student \(x\) also belong to the same colony. Thus, \[ (x,y)\in R\Rightarrow(y,x)\in R. \] Hence, \(R\) is symmetric
3. Transitive: If \[ (x,y)\in R \] and \[ (y,z)\in R, \] then \(x,y,\) and \(z\) all belong to the same colony. Therefore, \[ (x,z)\in R. \] Hence, \(R\) is transitive. Since \(R\) is reflexive, symmetric and transitive, \[ \boxed{R\text{ is an equivalence relation}.} \] 

Was this answer helpful?
0
0
Question: 4

Verify if any function f : B → A is bijective. Give reason to support your answer.

Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Here, \[ n(B)=3,\qquad n(A)=4. \] A bijective function must be both one-one and onto. Since the codomain has more elements than the domain, at least one element of \(A\) will remain without a pre-image. Therefore, no function from \(B\) to \(A\) can be onto. Hence, no function from \(B\) to \(A\) can be bijective. \[ \boxed{\text{No function }f:B\rightarrow A\text{ is bijective because }|B|<|A|.} \]

Was this answer helpful?
0
0