Question 1036261: If set X = {1, 2, 3} and Y = {2, 4, 6}, give the elements of the following relations:
a) x is less than y
b) x is a factor of y
Answer by robertb(5830) (Show Source):
You can put this solution on YOUR website! a) { (1,2), (1,4), (1,6), (2,4), (2,6), (3,4), (3,6)}
b) { (1,2), (1,4), (1,6), (2,2), (2,4), (2,6), (3,6)}
|
|
|