PowerShow.com - The best place to view and share online presentations

  • Preferences

Free template

Unions and Intersections of Sets - PowerPoint PPT Presentation

powerpoint presentation on union and intersection of sets

  • Unions and Intersections of Sets

The union of two events A and B is the event that occurs if either A or B or ... Demo -Union of Two Events. Intersection of Two Events ... – PowerPoint PPT presentation

  • A compound event is the composition of two or more other events. Compound events may be formed by the union or the intersection of two events.
  • The union of two events A and B is the event that occurs if either A or B or both occur on the performance of the experiment. A U B consists of all sample points that are in either A or B or both.
  • Demo -Union of Two Events
  • The intersection of two events A and B is the event that occurs if both A and B occur on a single performance of the experiment. We write AnB for the intersection of a and B. AnB consists of all sample points that belong to both A and B.
  • Demo _Intersection of Two Events
  • The complement of event A is the event that A does not occur that is, the event consisting of all sample points that are not in A. We denote the complement of A as A' or as A
  • Demo of A complement

PowerShow.com is a leading presentation sharing website. It has millions of presentations already uploaded and available with 1,000s more being uploaded by its users every day. Whatever your area of interest, here you’ll be able to find and view presentations you’ll love and possibly download. And, best of all, it is completely free and easy to use.

You might even have a presentation you’d like to share with others. If so, just upload it to PowerShow.com. We’ll convert it to an HTML5 slideshow that includes all the media types you’ve already added: audio, video, music, pictures, animations and transition effects. Then you can share it with your target audience as well as PowerShow.com’s millions of monthly visitors. And, again, it’s all free.

About the Developers

PowerShow.com is brought to you by  CrystalGraphics , the award-winning developer and market-leading publisher of rich-media enhancement products for presentations. Our product offerings include millions of PowerPoint templates, diagrams, animated 3D characters and more.

World's Best PowerPoint Templates PowerPoint PPT Presentation

Library homepage

  • school Campus Bookshelves
  • menu_book Bookshelves
  • perm_media Learning Objects
  • login Login
  • how_to_reg Request Instructor Account
  • hub Instructor Commons
  • Download Page (PDF)
  • Download Full Book (PDF)
  • Periodic Table
  • Physics Constants
  • Scientific Calculator
  • Reference & Cite
  • Tools expand_more
  • Readability

selected template will load here

This action is not available.

Mathematics LibreTexts

4.3: Unions and Intersections

  • Last updated
  • Save as PDF
  • Page ID 24953

  • Harris Kwong
  • State University of New York at Fredonia via OpenSUNY

We can form a new set from existing sets by carrying out a set operation.

Definition: \(A \cap B\)

Given two sets \(A\) and \(B\), define their intersection to be the set

\[A \cap B = \{ x\in{\cal U} \mid x \in A \wedge x \in B \}\]

Loosely speaking, \(A \cap B\) contains elements common to both \(A\) and \(B\).

Definition: \(A \cup B\)

The union of \(A\) and \(B\) is defined as

\[A \cup B = \{ x\in{\cal U} \mid x \in A \vee x \in B \}\]

Thus \(A \cup B\) is, as the name suggests, the set combining all the elements from \(A\) and \(B\).

Set_Intersection.PNG

        UNION

Definition: \(A-B\)

The set difference \(A-B\), sometimes written as \(A \setminus B\), is defined as

\[A- B = \{ x\in{\cal U} \mid x \in A \wedge x \not\in B \}\]

In words, \(A-B\) contains elements that can only be found in \(A\) but not in \(B\). Operationally speaking, \(A-B\) is the set obtained from \(A\) by removing the elements that also belong to \(B\). 

Definition: \(\overline{A}\)

The complement of \(A\), denoted by \(\overline{A}\), \(A'\) or \(A^c\), is defined as 

\[\overline{A} = \{ x\in{\cal U} \mid x \notin A \}\]

clipboard_eb7828cfbe744040a3267be77dd6699c2.png

Definition: \(A \bigtriangleup B\)

The symmetric difference   \(A \bigtriangleup B\), is defined as

\[A \bigtriangleup B = (A - B) \cup (B - A)\] 

clipboard_efe63e0afcc4fbba9e26b30537afde35d.png

Definition: Disjoint

Two sets are disjoint if their intersection is empty.

For example, consider \(S=\{1,3,5\}\) and \(T=\{2,8,10,14\}\).

\(S \cap T = \emptyset\) so \(S\) and \(T\) are disjoint.

We would like to remind the readers that it is not uncommon among authors to adopt different notations for the same mathematical concept. Likewise, the same notation could mean something different in another textbook or even another branch of mathematics. It is important to develop the habit of examining the context and making sure that you understand the meaning of the notations when you start reading a mathematical exposition.

Example \(\PageIndex{1}\label{eg:unionint-01}\)

Let \({\cal U}=\{1,2,3,4,5\}\), \(A=\{1,2,3\}\), and \(B=\{3,4\}\). Find \(A\cap B\), \(A\cup B\), \(A-B\), \(B-A\), \(A\bigtriangleup B\), \(\overline{A}\), and \(\overline{B}\).

We have \[\begin{aligned} A\cap B &=& \{3\}, \\ A\cup B &=& \{1,2,3,4\}, \\ A - B &=& \{1,2\}, \\ B \bigtriangleup A &=& \{1,2,4\}. \end{aligned}\] We also find \(\overline{A} = \{4,5\}\), and \(\overline{B} = \{1,2,5\}\).

hands-on exercise \(\PageIndex{1}\label{he:unionint-01}\)

Let \({\cal U} = \{\mbox{John}, \mbox{Mary}, \mbox{Dave}, \mbox{Lucy}, \mbox{Peter}, \mbox{Larry}\}\), \[A = \{\mbox{John}, \mbox{Mary}, \mbox{Dave}\}, \qquad\mbox{and}\qquad B = \{\mbox{John}, \mbox{Larry}, \mbox{Lucy}\}.\] Find \(A\cap B\), \(A\cup B\), \(A-B\), \(B-A\), \(\overline{A}\), and \(\overline{B}\).

hands-on exercise \(\PageIndex{2}\label{he:unionint-02}\)

If \(A\subseteq B\), what would be \(A-B\)?

Example \(\PageIndex{2}\label{eg:unionint-02}\)

The set of integers can be written as the \[\mathbb{Z} = \{-1,-2,-3,\ldots\} \cup \{0\} \cup \{1,2,3,\ldots\}.\] Can we replace \(\{0\}\) with 0? Explain.

hands-on exercise \(\PageIndex{3}\label{he:unionint-03}\)

Explain why the following expressions are syntactically incorrect.

  • \(\mathbb{Z} = \{-1,-2,-3,\ldots\} \cup \;0\; \cup \{1,2,3,\ldots\}\).
  • \(\mathbb{Z} = \ldots,-3,-2,-1 \;\cup\; 0 \;\cup\; 1,2,3,\ldots\,\)
  • \(\mathbb{Z} = \ldots,-3,-2,-1 \;+\; 0 \;+\; 1,2,3,\ldots\,\)
  • \(\mathbb{Z} = \mathbb{Z} ^- \;\cup\; 0 \;\cup\; \mathbb{Z} ^+\)

How would you fix the errors in these expressions?

Example \(\PageIndex{3}\label{eg:unionint-03}\)

For any set \(A\), what are \(A\cap\emptyset\), \(A\cup\emptyset\), \(A-\emptyset\), \(\emptyset-A\) and \(\overline{\overline{A}}\)?

It is clear that \[A\cap\emptyset = \emptyset, \qquad A\cup\emptyset = A, \qquad\mbox{and}\qquad A-\emptyset = A.\] From the definition of set difference, we find \(\emptyset-A = \emptyset\). Finally, \(\overline{\overline{A}} = A\).

Example \(\PageIndex{4}\label{eg:unionint-04}\)

Write, in interval notation, \([5,8)\cup(6,9]\) and \([5,8)\cap(6,9]\).

The answers are \[[5,8)\cup(6,9] = [5,9], \qquad\mbox{and}\qquad [5,8)\cap(6,9] = (6,8).\] They are obtained by comparing the location of the two intervals on the real number line.

hands-on exercise \(\PageIndex{4}\label{he:unionint-04}\)

Write, in interval notation, \((0,3)\cup[-1,2)\) and \((0,3)\cap[-1,2)\).

Example \(\PageIndex{5}\label{eg:unionint-05}\)

We are now able to describe the following set \[\{x\in\mathbb{R} \mid (x<5) \vee (x>7)\}\] in the interval notation. It can be written as either \((-\infty,5)\cup(7,\infty)\) or, using complement, \(\mathbb{R}-[5,7\,]\). Consequently, saying \(x\notin[5,7\,]\) is the same as saying \(x\in(-\infty,5) \cup(7,\infty)\), or equivalently, \(x\in \mathbb{R}-[5,7\,]\).

To Prove a Set is Empty

To  prove a set is empty , use a proof by contradiction with these steps:

(1) Assume not.  That, is assume \(\ldots\) is not empty.

(2) This means there is an element is \(\ldots\) by definition of the empty set. 

(3) Let \(x \in \ldots \).

(4) Come to a contradition and wrap up the proof.

Example \(\PageIndex{6}\)

Prove: \(\forall A \in {\cal U}, A \cap \emptyset = \emptyset.\)

Proof:  Assume not. That is, assume for some set \(A,\)  \(A \cap \emptyset \neq \emptyset.\) By definition of the empty set, this means there is an element in \(A \cap \emptyset .\)

Let \(x \in A \cap \emptyset .\)

\(x \in A \wedge x\in \emptyset\) by definition of intersection.

This says \(x \in \emptyset \), but the empty set has no elements!  This is a contradiction!

Thus, our assumption is false, and the original statement is true. \(\forall A \in {\cal U}, A \cap \emptyset = \emptyset.\)

Set Properties

(a) These properties should make sense to you and you should be able to prove them.  However, you are not to use them as reasons in a proof.  Rather your justifications for steps in a proof need to come directly from definitions. The exception to this is DeMorgan's Laws which you may reference as a reason in a proof.

(b) You do not need to memorize these properties or their names.  However, you should know the meanings of: commutative, associative and distributive.  Also, you should know DeMorgan's Laws by name and substance.

The following properties hold for any sets \(A\), \(B\), and \(C\) in a universal set \({\cal U}\).

  • Commutative properties : \(\begin{array}[t]{l} A \cup B = B \cup A, \\ A \cap B = B \cap A. \end{array}\)
  • Associative properties : \(\begin{array}[t]{l} (A \cup B) \cup C = A \cup (B \cup C), \\ (A \cap B) \cap C = A \cap (B \cap C). \end{array}\)
  • Distributive laws : \(\begin{array}[t]{l} A \cup (B \cap C) = (A \cup B) \cap (A \cup C), \\ A \cap (B \cup C) = (A \cap B) \cup (A \cap C). \end{array}\)
  • Idempotent laws : \(\begin{array}[t]{l} A \cup A = A, \\ A \cap A = A. \end{array}\)
  • De Morgan’s laws : \(\begin{array}[t]{l} \mbox{  (a)  } \overline{A \cup B} = \overline{A} \cap \overline{B}, \\ \mbox{  (b)  }  \overline{A \cap B} = \overline{A} \cup \overline{B}. \end{array}\)
  • Laws of the excluded middle , or inverse laws : \(\begin{array}[t]{l} A \cup \overline{A} = {\cal U}, \\ A \cap \overline{A} = \emptyset. \end{array}\)

As an illustration, we shall prove the distributive law \[A \cup (B \cap C) = (A \cup B) \cap (A \cup C).\]  

We need to show that \[A \cup (B \cap C) \subseteq (A \cup B) \cap (A \cup C), \qquad\mbox{and}\qquad (A \cup B) \cap (A \cup C) \subseteq A \cup (B \cap C).\]

Here is a proof of the distributive law \(A \cup (B \cap C) = (A \cup B) \cap (A \cup C)\).

hands-on exercise \(\PageIndex{5}\label{he:unionint-05}\)

Prove that \(A\cap(B\cup C) = (A\cap B)\cup(A\cap C)\).

hands-on exercise \(\PageIndex{6}\label{he:unionint-06}\)

Prove that if \(A\subseteq B\) and \(A\subseteq C\), then \(A\subseteq B\cap C\).

Let us start with a draft. The statement we want to prove takes the form of \[(A\subseteq B) \wedge (A\subseteq C) \Rightarrow A\subseteq B\cap C.\] Hence, what do we assume and what do we want to prove?

Did you put down we assume \(A\subseteq B\) and \(A\subseteq C\), and we want to prove \(A\subseteq B\cap C\)? Great! Now, what does it mean by \(A\subseteq B\)? How about \(A\subseteq C\)? What is the meaning of \(A\subseteq B\cap C\)?

How can you use the first two pieces of information to obtain what we need to establish?

Now it is time to put everything together, and polish it into a final version. Remember three things:

  • the outline of the proof,
  • the reason in each step of the main argument, and
  • the introduction and the conclusion.

Put the complete proof in the space below.

Here are two results involving complements.

Theorem \(\PageIndex{1}\label{thm:subsetsbar}\)

For any two sets \(A\) and \(B\), we have \(A \subseteq B \Leftrightarrow \overline{B} \subseteq \overline{A}\).

Theorem \(\PageIndex{2}\label{thm:genDeMor}\)

For any sets \(A\), \(B\) and \(C\),  

(a) \(A-(B \cup C)=(A-B) \cap (A-C)\)

(b) \(A-(B \cap C)=(A-B) \cup (A-C)\)

Summary and Review

  • Memorize the definitions of intersection, union, and set difference. We rely on them to prove or derive new results.
  • The intersection of two sets \(A\) and \(B\), denoted \(A\cap B\), is the set of elements common to both \(A\) and \(B\). In symbols, \(\forall x\in{\cal U}\,\big[x\in A\cap B \Leftrightarrow (x\in A \wedge x\in B)\big]\).
  • The union of two sets \(A\) and \(B\), denoted \(A\cup B\), is the set that combines all the elements in \(A\) and \(B\). In symbols, \(\forall x\in{\cal U}\,\big[x\in A\cup B \Leftrightarrow (x\in A\vee x\in B)\big]\).
  • The set difference between two sets \(A\) and \(B\), denoted by \(A-B\), is the set of elements that can only be found in \(A\) but not in \(B\). In symbols, it means \(\forall x\in{\cal U}\, \big[x\in A-B \Leftrightarrow (x\in A \wedge x\notin B)\big]\).
  • The symmetric difference between two sets \(A\) and \(B\), denoted by \(A \bigtriangleup B\), is the set of elements that can be found in \(A\) and in \(B\), but not in both \(A\) and \(B\).  In symbols, it means \(\forall x\in{\cal U}\, \big[x\in A \bigtriangleup B \Leftrightarrow x\in A-B  \vee x\in B-A)\big]\).

Exercises 

Exercise \(\PageIndex{1}\label{ex:unionint-01}\)

Write each of the following sets by listing its elements explicitly.

(a) \([-4,4]\cap\mathbb{Z}\)

(b) \((-4,4]\cap\mathbb{Z}\)

(c) \((-4,\infty)\cap\mathbb{Z}\)

(d) \((-\infty,4]\cap\mathbb{N}\)

(e) \((-4,\infty)\cap\mathbb{Z}^-\)

(f) \((4,5)\cap\mathbb{Z}\)  

(a) \(\{-4,-3,-2,-1,0,1,2,3,4\}\)

(b) \(\{-3,-2,-1,0,1,2,3,4\}\)

(c) \(\{-3,-2,-1,0,1,2,3,\ldots\}\)

Exercise \(\PageIndex{2}\label{ex:unionint-02}\)

Assume \({\cal U} = \mathbb{Z}\), and let

\(A=\{\ldots, -6,-4,-2,0,2,4,6, \ldots \} = 2\mathbb{Z},\)

\(B=\{\ldots, -9,-6,-3,0,3,6,9, \ldots \} = 3\mathbb{Z},\)

\(C=\{\ldots, -12,-8,-4,0,4,8,12, \ldots \} = 4\mathbb{Z}.\)

 Describe the following sets by listing their elements explicitly.

(a) \(A\cap B\)

(b) \(C-A\)

(c) \(A-B\)

(d) \(A\cap\overline{B}\)

(e) \(B-A\)

(f) \(B\cup C\)

(g) \((A\cup B)\cap C\)

(h) \((A\cup B)-C\)

Exercise \(\PageIndex{3}\label{ex:unionint-03}\)

Are these statements true or false?

(a) \([1,2]\cap[2,3] = \emptyset\)

(b) \([1,2)\cup(2,3] = [2,3]\)

(a) false (b) false

Exercise \(\PageIndex{4}\label{ex:unionint-04}\)

Let the universal set \({\cal U}\) be the set of people who voted in the 2012 U.S. presidential election. Define the subsets \(D\), \(B\), and \(W\) of \({\cal U}\) as follows: \[\begin{aligned} D &=& \{x\in{\cal U} \mid x \mbox{ registered as a Democrat}\}, \\ B &=& \{x\in{\cal U} \mid x \mbox{ voted for Barack Obama}\}, \\ W &=& \{x\in{\cal U} \mid x \mbox{ belonged to a union}\}. \end{aligned}\] Express the following subsets of \({\cal U}\) in terms of \(D\), \(B\), and \(W\).

(a) People who did not vote for Barack Obama.

(b) Union members who voted for Barack Obama.

(c) Registered Democrats who voted for Barack Obama but did not belong to a union.

(d) Union members who either were not registered as Democrats or voted for Barack Obama.

(e) People who voted for Barack Obama but were not registered as Democrats and were not union members.

(f) People who were either registered as Democrats and were union members, or did not vote for Barack Obama.

Exercise \(\PageIndex{5}\label{ex:unionint-05}\)

An insurance company classifies its set \({\cal U}\) of policy holders by the following sets: \[\begin{aligned} A &=& \{x\mid x\mbox{ drives a subcompact car}\}, \\ B &=& \{x\mid x\mbox{ drives a car older than 5 years}\}, \\ C &=& \{x\mid x\mbox{ is married}\}, \\ D &=& \{x\mid x\mbox{ is over 21 years old}\}, \\ E &=& \{x\mid x\mbox{ is a male}\}. \end{aligned}\] Describe each of the following subsets of \({\cal U}\) in terms of \(A\), \(B\), \(C\), \(D\), and \(E\).

(a) Male policy holders over 21 years old.

(b) Policy holders who are either female or drive cars more than 5 years old.

(c) Female policy holders over 21 years old who drive subcompact cars.

(d) Male policy holders who are either married or over 21 years old and do not drive subcompact cars.

(a) \(E\cap D\) (b) \(\overline{E}\cup B\)

Exercise \(\PageIndex{6}\label{ex:unionint-06}\)

Let \(A\) and \(B\) be arbitrary sets. Complete the following statements.

(a) \(A\subseteq B \Leftrightarrow A\cap B = \)        ___________________

(b) \(A\subseteq B \Leftrightarrow A\cup B = \)        ___________________

(c) \(A\subseteq B \Leftrightarrow A - B = \)           ___________________

(d) \(A\subset B \Leftrightarrow (A-B= \)  ___________________\(\wedge\,B-A\neq\) ___________________ \()\)

(e) \(A\subset B \Leftrightarrow (A\cap B=\)  ___________________\(\wedge\,A\cap B\neq\) ___________________  \()\)

(f) \(A - B = B - A \Leftrightarrow \)           ___________________

Exercise \(\PageIndex{7}\label{ex:unionint-07}\)

Give examples of sets \(A\) and \(B\) such that \(A\in B\) and \(A\subset B\).

For example, take \(A=\{x\}\), and \(B=\{\{x\},x\}\).

Exercise \(\PageIndex{8}\label{ex:unionint-08}\)

(a) Prove De Morgan’s law, (a) .

(b) Prove De Morgan’s law, (b) .

Exercise \(\PageIndex{9}\label{ex:unionint-09}\)

Let \(A\), \(B\), and \(C\) be any three sets. Prove that if \(A\subseteq C\) and \(B\subseteq C\), then \(A\cup B\subseteq C\).

Assume \(A\subseteq C\) and \(B\subseteq C\), we want to show that \(A\cup B \subseteq C\).

Let \(x\in A\cup B\). we want to show that \(x\in C\) as well.

Since \(x\in A\cup B\), then either \(x\in A\) or \(x\in B\) by definition of union.

Case 1: If \(x\in A\), then \(A\subseteq C\) implies that \(x\in C\) by definition of subset.

Case 2: If \(x\in B\), then \(B\subseteq C\) implies that \(x\in C\) by definition of subset.

In both cases, we find \(x\in C\). So, if \(x\in A\cup B\) then \(x\in C\).

This proves that \(A\cup B\subseteq C\) by definition of subset.

\(\therefore\) For any sets \(A\), \(B\), and \(C\) if \(A\subseteq C\) and \(B\subseteq C\), then \(A\cup B\subseteq C\).

Exercise \(\PageIndex{10}\label{ex:unionint-10}\)

Prove Theorem 4.3.1

Exercise \(\PageIndex{11}\label{ex:unionint-11}\)

(a) Prove Theorem 4.3.2 part (a)

(b) Prove Theorem 4.3.2 part (b)

Exercise \(\PageIndex{12}\label{ex:unionint-12}\)

Let \(A\), \(B\), and \(C\) be any three sets. Prove that

(a) \(A-B=A\cap\overline{B}\)

(b) \(A=(A-B)\cup(A\cap B)\)

(c) \(A-(B-C) = A\cap(\overline{B}\cup C)\)

(d) \((A-B)-C = A-(B\cup C)\)

Exercise \(\PageIndex{13}\label{ex:unionint-13}\)

Comment on the following statements. Are they syntactically correct?

(a) \(x\in A \cap x\in B \equiv x\in A\cap B\)

(b) \(x\in A\wedge B \Rightarrow x\in A\cap B\)

(a) The notation \(\cap\) is used to connect two sets, but “\(x\in A\)” and “\(x\in B\)” are both logical statements. We should also use \(\Leftrightarrow\) instead of \(\equiv\). The statement should have been written as “\(x\in A \,\wedge\, x\in B \Leftrightarrow x\in A\cap B\).”

(b) If we read it aloud, it sounds perfect: \[\mbox{If $x$ belongs to $A$ and $B$, then $x$ belongs to $A\cap B$}.\] The trouble is, every notation has its own meaning and specific usage. In this case, \(\wedge\) is not exactly a replacement for the English word “and.” Instead, it is the notation for joining two logical statements to form a conjunction. Before \(\wedge\), we have “\(x\in A\),” which is a logical statement. But, after \(\wedge\), we have “\(B\),” which is a set, and not a logical statement. It should be written as “\(x\in A\,\wedge\,x\in B \Rightarrow x\in A\cap B\).”

Exercise \(\PageIndex{14}\label{ex:unionint-14}\)

Prove or disprove each of the following statements about arbitrary sets \(A\) and \(B\). If you think a statement is true, prove it; if you think it is false, provide a counterexample.

(a) \(\mathscr{P}(A\cap B) = \mathscr{P}(A)\cap\mathscr{P}(B)\)

(b) \(\mathscr{P}(A\cup B) = \mathscr{P}(A)\cup\mathscr{P}(B)\)

(c) \(\mathscr{P}(A - B) = \mathscr{P}(A) - \mathscr{P}(B)\)

To show that two sets \(U\) and \(V\) are equal, we usually want to prove that \(U \subseteq V\) and \(V \subseteq U\).  For the subset relationship, we start with let \(x\in U \). In this problem, the element \(x\) is actually a set. Since we usually use uppercase letters to denote sets, for (a) we should start the proof of the subset relationship  “Let \(S\in\mathscr{P}(A\cap B)\),”  using an uppercase letter to emphasize the elements of \(\mathscr{P}(A\cap B)\) are sets. These remarks also apply to (b) and (c).

Exercise \(\PageIndex{15}\)

Let \({\cal U}=\{1,2,3,4,5,6,7,8\}\), \(A=\{2,4,6,8\}\), \(B=\{3,5\}\), \(C=\{1,2,3,4\}\) and\(D=\{6,8\}\). Find

(a) \(A\cap C\)                   (b) \(A\cap B\)                    (c) \(\emptyset \cup B\)   

(d) \(\emptyset \cap B\)                  (e) \(A-(B \cup C)\)              (f) \(C-B\)                   

(g) \(A\bigtriangleup C\)                (h) \(A \cup {\cal U}\)                  (i)  \(A\cap D\)                       

(j) \(A\cup D\)                  (k) \(B\cap D\)                      (l) \(B\bigtriangleup C\)   

(m)  \(A \cap {\cal U}\)                 (n) \(\overline{A}\)                      (o) \(\overline{B}\).                 

(p) \(D \cup (B \cap C)\)        (q) \(\overline{A \cup C}\)            (r) \(\overline{A} \cup \overline{C} \)

(s) Which pairs of sets are disjoint?

(a) \(\{2,4\}\)            (b) \(\emptyset \)       (c) \(B\)               (d)  \(\emptyset\)    

Exercise \(\PageIndex{16}\)

If \(A \subseteq B\) then \(A-B= \emptyset.\)

the intersection union of sets

The Intersection &amp; Union of Sets

Oct 01, 2014

150 likes | 340 Views

The Intersection &amp; Union of Sets. Algebra I Mrs. Stoltzfus Lower Dauphin School District. Consider these Sets. Actors. Musicians. Miley Cyrus Beyonce Gwyneth Paltrow Eminem. Intersection.

Share Presentation

  • miley cyrus
  • intersection union
  • numbered shapes
  • page 476 477
  • musicians actors lady gaga

watson

Presentation Transcript

The Intersection & Union of Sets Algebra I Mrs. Stoltzfus Lower Dauphin School District

Consider these Sets Actors Musicians Miley Cyrus Beyonce Gwyneth Paltrow Eminem Intersection Musicians ∪ Actors = {Lady Gaga, Coldplay, John Mayer, Miley Cyrus, Beyonce, Gwyneth Paltrow, Eminem, Bruce Willis, Julia Roberts, Matt Damon} Musicians Actors = { Miley Cyrus, Beyonce, Gwyneth Paltrow, Eminem}

Vocabulary/Notation

Vocabulary/Notation • Disjoint Sets have no element in common

Example A Q R 6 7 2 4 1 5 • The numbered shapes below are to be sorted into two sets, R and Q. • Set R contains shapes with a right-angle (90°). • Set Q contains shapes with four sides.

= {3, 7, 11} B = {0,1,3,4,5,7,8,9,11,13} = {11} Example B A C 3 7 0 11 4 = {0,2,3,4,7,11} Express {0, 4, 11} in terms of A, B, and C Terms of A, B, and C.

R = {the real numbers between -10 and -3} Example C ={all real numbers less than or equal to -2} B = {the real numbers less than or equal to -2} ={all real numbers between -10 and -3}

Homework: • Page 476-477, #1-26

  • More by User

Intersection of Death

Intersection of Death

Intersection of Death. “Those squirrels are definitely suicidal.”. Inspiration. “The f%&amp;#ing squirrels are out to get me, I swear.”. Substantiated outside the bubble. Shared squirrel mythology. The Campus Squirrel Listings http://www.gottshall.com/ squirrels/campsq.htm.

498 views • 17 slides

7.2 Union, intersection, complement of an event, odds

7.2 Union, intersection, complement of an event, odds

7.2 Union, intersection, complement of an event, odds. In this section, we will develop the rules of probability for compound events ( more than one event) and will discuss probabilities involving the union of events as well as intersection of two events.

665 views • 11 slides

Union, Intersection, and Compound Inequalities

Union, Intersection, and Compound Inequalities

2. Overview. Section 2.5 in the textbookIntersection of setsSolving compound inequalities involving intersection:Using the word andHaving two inequalitiesUnion of setsSolving compound inequalities involving union. Intersection of Sets. . 4. Intersection of Sets. Intersection (n) [of 2 sets]:

1.35k views • 17 slides

The Intersection of Finance and Insurance

The Intersection of Finance and Insurance

The Intersection of Finance and Insurance. Stephen Mildenhall May 2000. Overview. 1. Theory and General Discussion 50 mins 2. Non-Securitized Solutions 40 mins 3. Securitized Solutions 60 mins. 1. Theory and General Discussion. 1.1 Introduction.

1.25k views • 99 slides

Objective- To use intersection and union to simplify problems involving sets.

Objective- To use intersection and union to simplify problems involving sets.

Objective- To use intersection and union to simplify problems involving sets. Operations with Sets. A = { 1, 2, 3 ,4, 5}. B = { 2, 4, 6, 8, 10}. C = { 5, 6, 7, 8}. ( and ). Intersection ( ). - the elements which are common to both sets. { 2, 4}. 1) A B =.

210 views • 7 slides

The Intersection Of

The Intersection Of

Topics Covered. Exploring the categories and capabilitiesRealistic View Of The State of the Industry Today and The FutureCloud ComputingBusiness IntelligenceSocial Web Database Technologies In ContextCase Studies Exemplifying The IntersectionThe Technology Landscape Leaders and LaggardsThe

597 views • 46 slides

The Intersection of Spirituality Science

The Intersection of Spirituality Science

. I want to credit Fr Stephen Sundborg, S,J. President of Seattle University and Professor John Hardt, Ph.D., Assistant to the President for Mission

542 views • 35 slides

State of the Union

State of the Union

State of the Union.  “ The President shall from time to time give to Congress information of the State of the Union and recommend to their Consideration such measures as he shall judge necessary and expedient.” – Article II, Sec. 3.

356 views • 13 slides

State of the Union

State of the Union. Oct 2009 – Oct 2010. Nick Airdo Developer Central Christian Church Email: [email protected] Twitter: @ airdo. Where Were We?. 100% dependent on the Arena Community Server A difficult to use Wiki A difficult to admin code repo ( CVSDude )

268 views • 19 slides

Navigating the Intersection

Navigating the Intersection

Navigating the Intersection. Of Literacy and Technology. Changes to the Reader …. Changes to the Text …. (Bolter, 1990, 2001). Changes to the Activity …. Online.

408 views • 28 slides

INTERSECTION OF 3 PLANES.

INTERSECTION OF 3 PLANES.

INTERSECTION OF 3 PLANES. Consider the 3 planes given by the following equations: x + 2y + z = 14  2x + 2y – z = 10  x – y + z = 5  The traditional way to “solve” these simultaneous equations is as follows…. x + 2y + z = 14 

463 views • 32 slides

Union of the Comoros

Union of the Comoros

Union of the Comoros. PRESENTATION ON THE MAIN NATIONAL PRIORITIES AT THE AIMS PREPARATORY MEETING ON THE BPoA+10 Praia, Cape Verde September 1-5, 2003. General Facts. Union of the Comoros: Grande Comore 1,025 Km 2 Anjouan 424 Km 2

336 views • 15 slides

Intersection 15: The End

Intersection 15: The End

Intersection 15: The End. 12/12/06. The Final Exam Questions. Electron configurations, atomic structure, periodic trends, atomic orbitals. Quantitative calculations. Lewis &amp; VSEPR Structures and polarity. Thermochemistry Thermochemistry Thermochemistry Acid/Base chemistry

562 views • 46 slides

Union &amp; Intersection Gives Love &amp; Peace

Union &amp; Intersection Gives Love &amp; Peace

Union &amp; Intersection Gives Love &amp; Peace. NEXT. BACK. NEXT. BACK. NEXT. BACK. NEXT. Don’t put your personal information on the internet In order not to be stolen by another body To avoid cyber booling To avoid strangers To be safe. BACK. TO THE BEGINING.

139 views • 5 slides

The Intersection of Disability and HIV

The Intersection of Disability and HIV

The Intersection of Disability and HIV. Emelia Timpo Ph.D . Jill Hanass-Hancock Ph.D. UNAIDS and HEARD. Ronald Ndlovu Film “Stepping into the Unknown” Nominated for the African Movie Academy Award 2011 (or African Oscar) www.heard.org.za .

329 views • 19 slides

Union, Intersection, Difference

Union, Intersection, Difference

Union, Intersection, Difference. “(subquery) UNION (subquery)” produces the union of the two relations. Similarly for INTERSECT , EXCEPT = intersection and set difference. But: in Oracle set difference is MINUS , not EXCEPT . Example

350 views • 17 slides

The intersection of the operating lines:

The intersection of the operating lines:

The intersection of the operating lines:.

427 views • 34 slides

The Intersection of Spirituality &amp; Science

The Intersection of Spirituality &amp; Science

The Intersection of Spirituality &amp; Science.

454 views • 35 slides

Sets of expectation The “Re-invented Union”: 	 The Future EU is New for Everyone

Sets of expectation The “Re-invented Union”: The Future EU is New for Everyone

WHAT ? EU –CONSENT: network on EU deepening and widening Wider Europe, deeper integration?„Constructing Europe“ Network. Sets of expectation The “Re-invented Union”: The Future EU is New for Everyone The “Virtuous Spiral”: The “Vicious Spiral”:

180 views • 6 slides

On Balanced Index Sets of Disjoint Union Graphs

On Balanced Index Sets of Disjoint Union Graphs

On Balanced Index Sets of Disjoint Union Graphs. Sin-Min Lee Department of Computer Science San Jose State University San Jose, CA 95192, USA. Hsin-Hao Su Department of Mathematics Stonehill College Easton, MA 02357 , USA. Yun g-Chin Wang * Department of Physical Therapy

326 views • 22 slides

The intersection of water and agriculture

The intersection of water and agriculture

The intersection of water and agriculture. Jean-Marc Faur è s UN Food and Agriculture Organization Rome, Italy. IPIECA biofuel water workshop, Rome, 9 November 2010. Outline. How the world is fed: agriculture, food and water Water scarcity and the role of agriculture

619 views • 35 slides

”State of the Union”

”State of the Union”

”State of the Union”. Erik Granum CVMT Seminar 2004 7-8 December, 2004 Højgaarden, Slette Strand. ”State of the Union”. Where are we coming from? History: 86-92, 97-06, --- Where are we? Who? Why? How are we doing? Where are we heading? Goals (Dreams and Commitments)

482 views • 24 slides

If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

To log in and use all the features of Khan Academy, please enable JavaScript in your browser.

Statistics and probability

Course: statistics and probability   >   unit 7, intersection and union of sets.

  • Relative complement or difference between sets
  • Universal set and absolute complement
  • Subset, strict subset, and superset
  • Bringing the set operations together
  • Basic set notation

Want to join the conversation?

  • Upvote Button navigates to signup page
  • Downvote Button navigates to signup page
  • Flag Button navigates to signup page

Incredible Answer

Video transcript

SlidePlayer

  • My presentations

Auth with social network:

Download presentation

We think you have liked this presentation. If you wish to download it, please recommend it to your friends in any social system. Share buttons are a little bit lower. Thank you!

Presentation is loading. Please wait.

To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video

Union and Intersection

Published by Clarence Melton Modified over 8 years ago

Similar presentations

Presentation on theme: "Union and Intersection"— Presentation transcript:

Union and Intersection

Set Operations and Venn Diagrams 2.2 – 2.3. The intersection of sets A and B, denoted by, is the set of all elements that are common to both. That is,.

powerpoint presentation on union and intersection of sets

Chapter 2 Chapter The sample space of an experiment, denoted S , is the set of all possible outcomes of that experiment. An event is any collection.

powerpoint presentation on union and intersection of sets

Unit 10 – Logic and Venn Diagrams

powerpoint presentation on union and intersection of sets

Chapter 3: Set Theory and Logic

powerpoint presentation on union and intersection of sets

2.1 – Symbols and Terminology Definitions: Set: A collection of objects. Elements: The objects that belong to the set. Set Designations (3 types): Word.

powerpoint presentation on union and intersection of sets

Chapter 2 The Basic Concepts of Set Theory © 2008 Pearson Addison-Wesley. All rights reserved.

powerpoint presentation on union and intersection of sets

VENN DIAGRAMS “VENN DIAGRAMS are the principal way of showing sets diagrammatically. The method consists primarily of entering the elements of a set.

powerpoint presentation on union and intersection of sets

Venn Diagrams/Set Theory   Venn Diagram- A picture that illustrates the relationships between two or more sets { } are often used to denote members of.

powerpoint presentation on union and intersection of sets

2.1 – Sets. Examples: Set-Builder Notation Using Set-Builder Notation to Make Domains Explicit Examples.

powerpoint presentation on union and intersection of sets

Section 2.2 Subsets and Set Operations Math in Our World.

powerpoint presentation on union and intersection of sets

Unit 2 Sets.

powerpoint presentation on union and intersection of sets

Sets Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Definition of Set A set is a collection of objects called elements.

powerpoint presentation on union and intersection of sets

Sets of Numbers Unions, Intersections, and Venn Diagrams

powerpoint presentation on union and intersection of sets

Standards: E.A.- 1.6, E.A Objectives 1.solve equations involving absolute value 2.Find the Union and Intersection of two sets.

powerpoint presentation on union and intersection of sets

Sets & venn diagrams; probability

powerpoint presentation on union and intersection of sets

Venn Diagrams Warm-up 1.Out of forty students, 14 are taking English Composition and 29 are taking Chemistry. If five students are in both classes, how.

powerpoint presentation on union and intersection of sets

Vocabulary Multiples Common multiples A number times 1, 2, 3, 4 etc.

powerpoint presentation on union and intersection of sets

Chapter 2 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.

powerpoint presentation on union and intersection of sets

Unit :1 Set Theory Prof. A.J. SHAKADWIPI. Sets and Subsets A well-defined collection of objects. finite sets, infinite sets, subset A={1,3,5,7,9} B={x|x.

powerpoint presentation on union and intersection of sets

Fr: Discrete Mathematics by Washburn, Marlowe, and Ryan.

About project

© 2024 SlidePlayer.com Inc. All rights reserved.

  • International
  • Schools directory
  • Resources Jobs Schools directory News Search

Union and intersection of sets

Union and intersection of sets

Subject: Mathematics

Age range: 14-16

Resource type: Other

Maths-support's Centre

Last updated

23 June 2017

  • Share through email
  • Share through twitter
  • Share through linkedin
  • Share through facebook
  • Share through pinterest

powerpoint presentation on union and intersection of sets

Tes paid licence How can I reuse this?

Get this resource as part of a bundle and save up to 47%

A bundle is a package of resources grouped together to teach a particular topic, or a series of lessons, in one place.

Sets theory and Venn diagrams

% Power point presentations on: Introduction to set theory The number sets Union and intersection of sets Shading regions in Venn diagrams Solving rpoblem using Venn diagrams

Your rating is required to reflect your happiness.

It's good to leave some feedback.

Something went wrong, please try again later.

This resource hasn't been reviewed yet

To ensure quality for our reviews, only customers who have purchased this resource can review it

Report this resource to let us know if it violates our terms and conditions. Our customer service team will review your report and will be in touch.

Not quite what you were looking for? Search by keyword to find the right resource:

IMAGES

  1. PPT

    powerpoint presentation on union and intersection of sets

  2. Intersection of Sets, Union of Sets and Venn Diagrams

    powerpoint presentation on union and intersection of sets

  3. Union and Intersection of Sets

    powerpoint presentation on union and intersection of sets

  4. ES6 Set Operations: Intersection, difference, Union

    powerpoint presentation on union and intersection of sets

  5. Intersection of Sets

    powerpoint presentation on union and intersection of sets

  6. PPT

    powerpoint presentation on union and intersection of sets

VIDEO

  1. Sets exercises part 1

  2. PowerPoint Copycat #02: Venn Diagram

  3. Shape Union in PowerPoint

  4. Intersection and Union of Sets

  5. Multiplication Rule -- (Part 3)

  6. Union and Intersection of Sets

COMMENTS

  1. Union & Intersection of Sets

    Union & Intersection of Sets - Download as a PDF or view online for free. Submit Search. Upload. Union & Intersection of Sets ... Ppt sets and set operations.

  2. Unions and Intersections of Sets

    Demo -Union of Two Events. 4. Intersection of Two Events. The intersection of two events A and B is the. event that occurs if both A and B occur on a. single performance of the experiment. We write. AnB for the intersection of a and B. AnB. consists of all sample points that belong to both.

  3. Unions and Intersections of Sets

    Ch 3-8 Students will be able to find the unions and intersections of sets. Certain regions of the Venn diagram in the Solve It show unions and intersections of sets. Focus Question What are the union and intersection of sets? The union of two or more sets is the set that contains all of the elements of the sets. The intersection of two or more sets is the set of elements that are common to ...

  4. PPT

    3-8 Unions and Intersections of Sets Objective: To find union and intersection of sets.. 3-8 Unions and Intersections of Sets • On page 214 Solve the Get Ready! • www.pearsonsuccessnet.com. 3-8 Unions and Intersections of Sets • The union of two or more sets is the set that contains ALL elements of the sets. • The symbol for union is • To find the union of two sets.

  5. 4.3: Unions and Intersections

    We rely on them to prove or derive new results. The intersection of two sets A and B, denoted A ∩ B, is the set of elements common to both A and B. In symbols, ∀x ∈ U [x ∈ A ∩ B ⇔ (x ∈ A ∧ x ∈ B)]. The union of two sets A and B, denoted A ∪ B, is the set that combines all the elements in A and B.

  6. Intersection and Union of Sets

    Presentation on theme: "Intersection and Union of Sets"— Presentation transcript: 1 Intersection and Union of Sets 2 Objectives Understand the difference between intersection and union of sets.

  7. 3-8 Unions and Intersection of Sets

    Presentation Transcript. 3-8 Unions and Intersection of Sets. The Union of two or more sets is the set that contains all elements of the sets Symbol: How to find: list the elements that are in either set, or in both sets. Problem 1: Union of Sets In your left pocket, you have a quarter, a paper clip, and a key.

  8. ALGEBRA I

    Examples : DISJOINT : two sets are disjoint if they have no elements in common. Examples : U A B. 7 Draw Venn Diagrams for each of the following sets. 8 Find the union ( ) and intersection ( ) of each pair of sets. 3) U = {whole numbers from 1-20 inclusive} P = {prime numbers less than 20} D = {odd whole numbers less than 20} 4) U = {letters of ...

  9. PPT UH

    Ä - 2 z ó Ÿ ¨ Subsets¡ Ÿ ¨ "A is a subset of B if every element of A is an element of B. Notation: For each set A, For each set B, A is proper subset of B if and ¡ È• ó Ÿ ¨ Unions¡ Ÿ ~The union of two sets A and B is The word or is inclusive.¡

  10. The Intersection & Union of Sets

    7.2 Union, intersection, complement of an event, odds. 7.2 Union, intersection, complement of an event, odds. In this section, we will develop the rules of probability for compound events ( more than one event) and will discuss probabilities involving the union of events as well as intersection of two events. 664 views • 11 slides

  11. Intersection and union of sets (video)

    Intersection and union of sets. To find the intersection of two or more sets, you look for elements that are contained in all of the sets. To find the union of two or more sets, you combine all the elements from each set together, making sure to remove any duplicates. Created by Sal Khan.

  12. DAY 6-7 (Union and Intersection of Sets)

    DAY 6-7 (union and intersection of sets) - Free download as Powerpoint Presentation (.ppt / .pptx), PDF File (.pdf), Text File (.txt) or view presentation slides online.

  13. 3.8 Unions and Intersections of Sets. Set operations Let U = {x|x is an

    Download ppt "3.8 Unions and Intersections of Sets. Set operations Let U = {x|x is an English-language film} Set A below contains the five best films according to the." ... Similar presentations . Introduction to Set Theory. Set Operations and Venn Diagrams 2.2 - 2.3. The intersection of sets A and B, denoted by, is the set of all elements ...

  14. Union and Intersection of Sets

    This video discusses the union and intersection of sets.The PowerPoint version of this video is available for download. To get the free copy just join our fb...

  15. Union and Intersection of Sets

    Union and Intersection of Sets - Free download as Powerpoint Presentation (.ppt), PDF File (.pdf), Text File (.txt) or view presentation slides online. Scribd is the world's largest social reading and publishing site.

  16. Intersection and union of sets

    Courses on Khan Academy are always 100% free. Start practicing—and saving your progress—now: https://www.khanacademy.org/math/statistics-probability/probabi...

  17. Union and Intersection

    Download ppt "Union and Intersection" Similar presentations . Set Operations and Venn Diagrams 2.2 - 2.3. The intersection of sets A and B, denoted by, is the set of all elements that are common to both. ... Standards: E.A.- 1.6, E.A Objectives 1.solve equations involving absolute value 2.Find the Union and Intersection of two sets. Sets ...

  18. Union and intersection of sets

    Union and intersection of sets. Subject: Mathematics. Age range: 14-16. Resource type: Other. File previews. pptx, 64.12 KB. Power Point presentation, 7 slides, Explaining with examples how to use Venn diagrams to represent Union and intersection of sets, based on IGCSE Extended syllabus.

  19. Union and intersection

    Union and intersection - Download as a PDF or view online for free. Submit Search. ... Report. Share. 1 of 28. Download Now Download to read offline. Recommended. union and intersection of events.ppt. union and intersection of events.ppt Izah Catli ... Union and Intersection of Sets.