asked 160k views
0 votes
U= {1,2...,10}

A= {2,3,5,7}
B= {2,4,5,7}
D= {1,2,5,7}
Find:
1. A U B U D
2. A n B n D

1 Answer

3 votes

Answer:

1) {5,7}

2) {1,2,5,7}

Explanation:

1) A union B union C

means you take common contents in all A,B,C

2) A and B and C

means you take all the contents of all A,B,C and combine

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.