InterviewSolution
Saved Bookmarks
| 1. |
If `R={(a,a),(a,c),(b,c),(b,b),(c,c),(a,b)}` on the set `X=(a,b,c)`, then how many subsets of R are reflexive relations?A. 15B. 16C. 8D. 9 |
|
Answer» Correct Answer - C Given `R={(a,b),(a,c),(b,c),(b,b),(c,c),(a,b)}` `therefore` The number of reflexive relations =The number of subsets formed by the elements (a,c),(b,c) and (a,b)`=2^(3)=8`. |
|