

InterviewSolution
Saved Bookmarks
1. |
Let `S` be set of all numbers and let `R` be a relation on `S` defined by `a R b hArr a^(2)+b^(2)=1` then, `R` isA. symmetric and transitive but not reflexiveB. Reflexive and symmetric but transitiveC. Reflexive and transitive but not symmetricD. None of these |
Answer» Correct Answer - A (i) `(1^(2)+1^(2))ne 1.` so , 1 R 1 is not true . `(ii) a R b implies a^(2) +b^(2)=1implies b^(2)+a^(2)=1impliesb R a.` (iii) 1 R 0 and 0 R 1. but 1 is not related to 1. |
|