InterviewSolution
Saved Bookmarks
| 1. |
A= {1,2,3,5} and B= {4,6,9}. Define a relation R from A to B by R= {(x,y): the difference between x and y is odd; x ϵ A, y ϵ B}.Write R in roster form. |
|
Answer» A= {1,2,3,5} and B= {4,6,9}. Define a relation R from A to B by R= {(x,y): the difference between x and y is odd; x ϵ A, y ϵ B}.Write R in roster form. |
|