201k views
2 votes
Need help with this asap

Need help with this asap-example-1

1 Answer

4 votes

Answer:

A = {5, 6, 7, 8, 9, 10}

B = {1, 2, 3, 4, 5, 6, 7, 8, 9}

A union B = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

A intersect B = {5, 6, 7, 8, 9}

User Coding Edgar
by
8.1k points