44.2k views
0 votes
Let A = {2,3) and B = {2,3,4}. If a relation from A to B is defined by R = {(x, y) :x + y = 5), find R.

a) R = {(x, y) : x + y = 5}
b) R = {(x, y) = x + y = 6)
c)R= {(x, y) : y = x^2}
d) R = {(x, y) : x=y}


User Tvshajeer
by
4.9k points

1 Answer

1 vote

Explanation:

Finding cartesian product :

A×B

= {2,3} × {2,3,4}

= {(2,2),(2,3),(2,4),(3,2),(3,3),(3,4)}

so

R = {(x,y):x+y=5}

so, R1 ={(2,3),(3,2)}

b) - R2 = {(2,4),(3,3)}

c) - R3 = {(2,4)}

d) - R4 = {(2,2),(3,3)}

User Amxx
by
4.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.