Saved Bookmarks
| 1. |
Let A = {1,2,3}, B={a,b,c,d} and C={x,y,z,w}. Let R ={(1,a),(2,b),(1,c), (3,d)} S ={(a,x),(b,y),(c,y),(d,z)} Then S.R is equal to |
|
Answer» `{(1,X),(1,y),(3,z)}` |
|