

InterviewSolution
Saved Bookmarks
1. |
A relation `R`is defined on the set `Z`of integers as: `(x ,y) in R x^2+y^2=25`.Express `Ra n dR^(-1)`as the sets of ordered pairs and hence find their respective domains. |
Answer» `R={(-5,0),(0,-5),(5,0),(0,5),(3,4),(4,3),(-3,4),(4,-3),(-3,4),(-4,-3)}` `R^(-1)={(0,-5),(-5,0),(0,5),(5,0),(4,3),(3,4),(4,-3),(-3,4),(-4,-3),(-3,-4)}` |
|