SELECT * FROM question_mgmt as q WHERE id=964 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 r of real numb

Question: Show that the relation R in the set R of real numbers, defined as R = {(a, b): a ≤ b2} is neither reflexive nor symmetric nor transitive.

Answer:

R = {(a, b): ab2}

It can be observed that 

\begin{align} \left(\frac{1}{2},\frac{1}{2}\right) ∉ R , since  \frac{1}{2}>\left(\frac{1}{2}\right)^2 = \frac{1}{4}\end{align}

∴R is not reflexive.

Now, (1, 4) ∈ R as 1 < 42

But, 4 is not less than 12.

∴(4, 1) ∉ R

∴R is not symmetric.

Now,

(3, 2), (2, 1.5) ∈ R

(as 3 < 22 = 4 and 2 < (1.5)2 = 2.25)

But, 3 > (1.5)2 = 2.25

∴(3, 1.5) ∉ R

∴ R is not transitive.

Hence, R is neither reflexive, nor symmetric, nor transitive.


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!=964 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!=964 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