

InterviewSolution
Saved Bookmarks
1. |
Let S be the set of all real numbers. Show that the relation R = {(a, b): a2 + b2 = 1} is symmetric but neither reflexive nor transitive. |
Answer» We know that R = {(a, b): a2 + b2 = 1} Reflexive- R is the set of real numbers If a ∈ R then a2 + a2 ≠ 1 where a = 2, 3 …. Therefore, R is not reflexive. Symmetric- Consider (a, b) ∈ R where a2 + b2 = 1 We get (b, a) ∈ R and (a, b) ∈ R Hence, R is symmetric. Transitive- Consider (a, b) ∈ R and (b, c) ∈ R We know that (cos 30o, sin 30o) ∈ R and (sin 30o, cos 30o) ∈ R So (cos 30o, cos 30o) ∉ R Therefore, R is not transitive. Here, R is symmetric but neither reflexive nor transitive. |
|