 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | Consider the binary relation, A = {(a,b) | b = a 1 and a, b belong to {1, 2, 3}}. The reflexive transitive closure of A is? | 
| A. | {(a,b) | a >= b and a, b belong to {1, 2, 3}} | 
| B. | {(a,b) | a > b and a, b belong to {1, 2, 3}} | 
| C. | {(a,b) | a <= b and a, b belong to {1, 2, 3}} | 
| D. | {(a,b) | a = b and a, b belong to {1, 2, 3}} | 
| Answer» B. {(a,b) | a > b and a, b belong to {1, 2, 3}} | |