InterviewSolution
Saved Bookmarks
| 1. |
Write relations in tabular form and determine their type for R={(x,y):2x-y=0} on A={1,2,3,…,13} |
|
Answer» SOLUTION :R`={(X,y):2x-y =0}"on" A` `={(x,y): y=2x} "on" A` `={(1,2),(2,4),(3,6),(4,8),(5,10),(6,12)}` ` R is neither REFLEXIVE nor SYMMETRIC nor transitive. |
|