

InterviewSolution
Saved Bookmarks
1. |
Let `R`be the relation on the set `N`of natural numbers defined by`R={(a ,b): a+3b=12 ,a in N ,b in N}dot`Find : (i) `R`(ii) `Dom a inofR`(iii) `R a ngeofR` |
Answer» `r={(a,b):a+3b=12,a in N,b in N}` 1)`a+3b=12` `b=1,a=9` `b=2,a=6` `b=3,a=3` `b>=4,a=0` a will NOT belong is natural number. `R={(9,1),(6,2),(3,3)}` 2)Domain of R={9,6,3} 3)Range of R={1,2,3}. |
|