asked 152k views
5 votes
I need the Intersection union and the union

1 Answer

6 votes

Answer:

Explanation:

the terms intersection and union are the properties of sets, where

intersection, ∩ : means the resultant set is the common elements of both sets

union, ∪: means the all the elements of both sets

for example let's take two sets, A and B, where

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

B = {2, 4, 6, 8, 10, 12, 24}

A ∩ B = {2, 4, 6, 8, 10}

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

answered
User Matt Greer
by
9.5k 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.