92.1k views
1 vote
Given the sets a={0,1,2,3,} b={a,b,c,d} c={0,a,2,b}. Find B u c

1 Answer

3 votes

Answer:

BUC= { a,b,c,d,0,2}

Explanation:

a = {0,1,2,3}

b={a,b,c,d}

c={0,a,2,b}

B U C

In union combine all the elements we get.

BUC= { a,b,c,d,0,2}

User Jaczes
by
8.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.