InterviewSolution
Saved Bookmarks
| 1. |
On a set {a,b,c}, we define an equivalence relation 'R'. If this relation is {(a,a),(b,b),(c,c),(a,b),(b,a)}. How many equivalence classes will be formed from this relation? |
|
Answer» On a set {a,b,c}, we define an equivalence relation 'R'. If this relation is {(a,a),(b,b),(c,c),(a,b),(b,a)}. How many equivalence classes will be formed from this relation? |
|