You are on page 1of 1

Name: Robert Christian Madlos Section: CS21

A. Let B = {1, 2, 3} and C = {3, 4, 5, 6}

Required: Determine the following:


1. Elements of a Relation R (R’)
2. Domain (D) and Range (R) of R’

1. Let R be a relation from B to C where R = {(x, y) | “x exactly divides y”}, example y = cx, c is an
element of positive integer Z.
R’ = {(3, 3)}
D = {3}
R = {3}

2. Let R be a Relation from B to C where R = {(x,y) | "x+y is divisible exactly by 2 "}


R’ = {(1, 3), (1, 5), (2, 4), (2, 6), (3, 3), (3, 5)}
D = {1, 2, 3}
R = (3, 4, 5, 6}

3. Let R be a Relation from B to C where R = {(x,y) | " x+y is divisible exactly by 3 "}
R’ = {(1, 5), (2, 4), (3, 3), (3, 6)}
D = {1, 2, 3}
R = {3, 4, 5, 6}

All the elements of Cartesian Product BxC


B x C = {(1, 3), (1, 4), (1,5), (1, 6), (2, 3), (2, 4), (2, 5), (2, 6), (3, 3), (3, 4), (3, 5), (3, 6)}

You might also like