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}

User Matt Greer
by
9.5k points

No related questions found

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

9.4m questions

12.2m answers

Categories