asked 146k views
5 votes
If C=(a,b,x,y) and D=(m,n,o,p) then c union d is

asked
User Zlatan
by
8.0k points

1 Answer

6 votes

Explanation:

here,

C={ a,b,x,y}

D ={ m,n,o,p}

now,

C union D ={a,b,x,y} union {m,n,o,p}

= {a,b,x,y,m,n,o,p}

therefore C union D ={ a,b,x,y,m,n,o,p}

hope u get it...

answered
User Jeroent
by
8.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.