SELECT * FROM question_mgmt as q WHERE id=994 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=6 AND chapterId=88 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th mathematics Relations and Functions show that the relation r in the set a 1 2 3

Question: Show that the relation R in the set A = {1, 2, 3, 4, 5} given by R = { (a,b) ; |a - b| is even}, is an equivalence relation. Show that all the elements of {1, 3, 5} are related to each other and all the elements of {2, 4} are related to each other. But no element of {1, 3, 5} is related to any element of {2, 4}.

Answer:

A = {1, 2, 3, 4, 5}

R = { (a,b) ; |a – b| is even}

It is clear that for any element a ∈A, we have |a -a| = 0(which is even).

∴R is reflexive.

Let (ab) ∈ R.

=> |a –b| is even. 

=> |- (a –b)| = |b - a| is also even.

=> (b, a) ∈ R is even.

A = {1, 2, 3, 4, 5}

R  = { (a, b) : | a – b| is even}

It is clear that for any element a ∈A, we have |a - a | = 0 (which is even).

∴R is reflexive.

Let (ab) ∈ R.

⇒ |a –b| is even. 

⇒ |- (a –b)| = |b - a| is also even. 

⇒ (b, a) ∈ R is even.

∴R is symmetric.

Now, let (ab) ∈ R and (bc) ∈ R.

⇒ |a –b| is even and |(b –c)| is even.

⇒ (a – b) is even and (b –c ) is even.

⇒ (a –c ) = (a – b) + (b – c ) is even.    [ Sum of two even integers is even]

⇒ |a – c | is even.

⇒ (ac) ∈ R

∴R is transitive.

Hence, R is an equivalence relation.

Now, all elements of the set {1, 3, 5} are related to each other as all the elements of this subset are odd. Thus, the modulus of the difference between any two elements will be even.

Similarly, all elements of the set {2, 4} are related to each other as all the elements of this subset are even.

Also, no element of the subset {1, 3, 5} can be related to any element of {2, 4} as all elements of {1, 3, 5} are odd and all elements of {2, 4} are even. Thus, the modulus of the difference between the two elements (from each of these two subsets) will not be even.

∴R is symmetric.

Now, let (ab) ∈ R and (bc) ∈ R.

 

⇒ |a –b| is even and |(b –c)| is even.

⇒ (a – b) is even and (b –c ) is even. 

⇒ (a –c ) = (a – b) + (b – c ) is even.                                                                                           [ Sum of two even integers is even] 

⇒ |a – c | is even.

⇒ (ac) ∈ R

∴R is transitive.

Hence, R is an equivalence relation.

Now, all elements of the set {1, 3, 5} are related to each other as all the elements of this subset are odd. Thus, the modulus of the difference between any two elements will be even.

Similarly, all elements of the set {2, 4} are related to each other as all the elements of this subset are even.

Also, no element of the subset {1, 3, 5} can be related to any element of {2, 4} as all elements of {1, 3, 5} are odd and all elements of {2, 4} are even. Thus, the modulus of the difference between the two elements (from each of these two subsets) will not be even.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=994 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=994 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question