1) (i) Determine whether each of the following relations are reflexive, symetric and transitive:
(i) Relation R in the set A = {1, 2, 3, ..., 13, 14} defined as
R = {(x, y) : 3x – y = 0}
Solution :
A = {1, 2, 3, ..., 13, 14}
R = {(x, y) : 3x – y = 0}
3x-y=0
y=3x
if x = 1 => y=3(1)=3 ==> ( 1,3)
if x = 2 => y=3(2)=6 ==> ( 2,6)
if x = 3 => y=3(3)=9 ==> ( 3,9)
if x = 4 => y=3(4)=12 ==> ( 4,12)
if x = 5 => y=3(5)=15 ==> ( 5,15)
here 15 is not in the set A , So ( 5, 15) is not possible.
R = { ( 1,3) ( 2,6) ( 3,9) ( 4,12) }
0 Comments