asked 136k views
5 votes
A = {1, 3, 4, 5, 7, 9}

B = {1, 2, 4, 6, 8, 10}

List the outcomes of A∪B? What does this represent?

List the outcomes of A∩B? What does this represent?

asked
User Brighid
by
9.2k points

1 Answer

3 votes

Answer:

A union (right side up u) B is {1,2,3,4,5,6,7,8,9,10}

A intersection(upside-down u) B is {1,4}

Explanation:

Union is taking all the numbers and joining into one set.

Intersection is taking the ones that are in both sets and joining into one set.

answered
User Mcheah
by
7.8k points

Related questions

1 answer
5 votes
71.4k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.