436,244 views
24 votes
24 votes
Fill in the following blanks with the appropriate matching words from the "word bank”. Some words may be used more than once.Intersection Union DisjunctionConjunctionWord bank: maybe, mostly, or, for, and, but

User Olja
by
3.2k points

1 Answer

9 votes
9 votes

Intersection AND

Union AND, MOSTLY

Disjunction OR

Conjunction AND

For these words, we have:

Intersection, when we and the common results between two sets

So, Intersection A ∩ B A and B

A ={1,2,3} B= {3,4,5} A ∩ B ={3}

Disjunction, OR

When some conditions apply either to one set or to another.

A V B = OR

He is American OR He is British

A OR B

Union, AND, Mostly

When we want all the elements that belong to both Sets

So A ∪ B means A and all the elements from A and all the elements from B, no need no repeat the same element.

A = {1,2,3} B= {3,4,5} A ∪ B ={ 1,2,3,4,5}

Conjunction

A ^ B = AND,

In Logic and Set Theory and we have conjunction, we can use the word

He is a New Yorker AND He is American.

User Ymochurad
by
2.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.