Question: Let A = {1, 2, 3, 4} and R be the relation defined by R = {(x, y) | x < y}. How many ordered pairs are in R?
Options:
Correct Answer: 6
Solution:
The ordered pairs are (1,2), (1,3), (1,4), (2,3), (2,4), (3,4). Thus, there are 6 ordered pairs.