InterviewSolution
Saved Bookmarks
| 1. |
Write the domain of the relation R defined on the set Z of integers as follows`(a,b) in R a^2+b^2=25`A. {3, 4, 5}B. {0, 3, 4, 5}C. `{0, pm3, pm4, pm5}`D. none of these |
|
Answer» Correct Answer - C We have, `(a,b) in R iff a^(2)+b^(2)=25iffb=pmsqrt(25-a^(2))` Clearly, a=0 implies b `=pm5, a=pm3 implies b=pm4` `a=pm4impliesb=pm3 and a=pm5impliesb=pm0` Hence, domain (R )`={a:(a, b) in R}={0, pm3, pm4, pm5}`. |
|