{"id":65,"date":"2019-06-18T12:50:20","date_gmt":"2019-06-18T16:50:20","guid":{"rendered":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/chapter\/sets-and-counting\/"},"modified":"2023-12-17T11:04:47","modified_gmt":"2023-12-17T16:04:47","slug":"sets-and-counting","status":"publish","type":"chapter","link":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/chapter\/sets-and-counting\/","title":{"raw":"5.1. Set Theory and Venn Diagrams","rendered":"5.1. Set Theory and Venn Diagrams"},"content":{"raw":"[Latexpage]\r\n<h1>Set Theory<\/h1>\r\nIn this section, we will familiarize ourselves with set operations and notations, so that we can apply these concepts to both counting and probability problems. We begin by defining some terms.\r\n\r\nA <strong>set<\/strong> is a collection of objects, and its members are called the <strong>elements<\/strong> of the set. We name the set by using capital letters, and enclose its members in curly brackets. Suppose we need to list the members of the chess club. We use the following set notation.\r\n<p style=\"text-align: center\"><em>C<\/em> ={Ken, Bob, Tran, Shanti, Eric}<\/p>\r\nA set that has no members is called an <strong>empty set<\/strong>. The empty set is denoted by the symbol \u00d8.\r\n\r\nTwo sets are <strong>equal<\/strong> if they have the same elements.\r\n\r\nA set <em>A<\/em> is a <strong>subset<\/strong> of a set <em>B<\/em> if every member of <em>A<\/em> is also a member of <em>B<\/em>.\r\n\r\nSuppose <em>C<\/em> = {Al, Bob, Chris, David, Ed} and <em>A<\/em> = {Bob, David}. Then <em>A<\/em> is a subset of <em>C<\/em>, written as $A\\subseteq C$.\r\n\r\nEvery set is a subset of itself, and the empty set is a subset of every set.\r\n<div class=\"textbox shaded\">\r\n\r\n<strong>Union Of Two Sets <\/strong>\r\n\r\nLet <em>A<\/em> and <em>B<\/em> be two sets, then the union of <em>A<\/em> and <em>B<\/em>, written as $A\\cup B$, is the set of all elements that are either in <em>A<\/em> or in <em>B<\/em>, or in both <em>A<\/em> and <em>B<\/em>.\r\n\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox shaded\">\r\n\r\n<strong>Intersection Of Two Sets <\/strong>\r\n\r\nLet <em>A<\/em> and <em>B<\/em> be two sets, then the intersection of <em>A<\/em> and <em>B<\/em>, written as $A\\cap B$, is the set of all elements that are common to both sets <em>A<\/em> and <em>B<\/em>.\r\n\r\n<\/div>\r\n&nbsp;\r\n\r\nA <strong>universal set<\/strong> <em>U<\/em> is the set consisting of all elements under consideration.\r\n<div class=\"textbox shaded\">\r\n\r\n<strong>Complement of a Set <\/strong>\r\n\r\nLet <em>A<\/em> be any set, then the complement of set <em>A<\/em>, written as $A^c$ , is the set consisting of elements in the universal set <em>U<\/em> that are not in <em>A<\/em>.\r\n\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox shaded\">\r\n\r\n<strong>Disjoint Sets <\/strong>\r\n\r\nTwo sets <em>A<\/em> and <em>B<\/em> are called disjoint sets if their intersection is an empty set.\r\n\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">List all the subsets of the set of primary colors {red, yellow, blue}.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">The subsets are \u2205, {red}, {yellow}, {blue}, {red, yellow}, {red, blue}, {yellow, blue}, {red, yellow, blue}<\/div>\r\n<div class=\"textbox__content\">Note that the empty set is a subset of every set, and a set is a subset of itself.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Let <em>F<\/em> = {Aikman, Jackson, Rice, Sanders, Young}, and <em>B<\/em> = {Griffey, Jackson, Sanders, Thomas}. Find the intersection of the sets <em>F<\/em> and <em>B<\/em>.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">The intersection of the two sets is the set whose elements belong to both sets. Therefore,<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$F\\cap B$ = {Jackson, Sanders}<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Find the union of the sets <em>F<\/em> and <em>B<\/em> given as follows.<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\"><em>F<\/em> = {Aikman, Jackson, Rice, Sanders, Young}<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\"><em>B<\/em> = {Griffey, Jackson, Sanders, Thomas}<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">The union of two sets is the set whose elements are either in <em>A<\/em> or in <em>B<\/em> or in both <em>A<\/em> and <em>B<\/em>. Therefore<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$F\\cup B$ = {Aikman, Griffey, Jackson, Rice, Sanders, Thomas, Young}<\/div>\r\n<div class=\"textbox__content\">Observe that when writing the union of two sets, the repetitions are avoided.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Let the universal set <em>U<\/em> = {red, orange, yellow, green, blue, indigo, violet}, and <em>P<\/em> = {red, yellow, blue}. Find the complement of <em>P<\/em>.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">The complement of a set <em>P<\/em> is the set consisting of elements in the universal set <em>U<\/em> that are not in <em>P<\/em>. Therefore:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$P^c$ = {orange, green, indigo, violet}<\/div>\r\n<\/div>\r\n&nbsp;\r\n\r\nTo achieve a better understanding, let us suppose that the universal set <em>U<\/em> represents the colors of the spectrum, and <em>P<\/em> the primary colors, then $P^c$ represents those colors of the spectrum that are not primary colors.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.5<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Let <em>U<\/em> = {red, orange, yellow, green, blue, indigo, violet},<\/div>\r\n<div class=\"textbox__content\"><em>P<\/em> = {red, yellow, blue},<\/div>\r\n<div class=\"textbox__content\"><em>Q<\/em> = {red, green}, and<\/div>\r\n<div class=\"textbox__content\"><em>R<\/em> ={orange, green, indigo}.<\/div>\r\n<div class=\"textbox__content\">Find $({P \\cup Q})^c\\cap R^c$.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">We do the problems in steps.<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$P\\cup Q$ = {red, yellow, blue, green}<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$({P \\cup Q})^c$ = {orange, indigo, violet}<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">\u00a0$R^c$ = {red, yellow, blue, violet}<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$({P \\cup Q})^c\\cap R^c$ = {violet}<\/div>\r\n<\/div>\r\n&nbsp;\r\n<h1>Venn Diagrams<\/h1>\r\nWe now use Venn diagrams to illustrate the relationships between sets. In the late 1800's, an English logician named John Venn developed a method to represent relationship between sets. He represented these relationships using diagrams, which are now known as Venn diagrams. A Venn diagram represents a set as the interior of a circle. Often two or more circles are enclosed in a rectangle where the rectangle represents the universal set. To visualize an intersection or union of a set is easy. In this section, we will mainly use Venn diagrams to sort various populations and count objects.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.6<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Suppose a survey of car enthusiasts showed that over a certain time period, 30 drove cars with automatic transmissions, 20 drove cars with standard transmissions, and 12 drove cars of both types. If every one in the survey drove cars with one of these transmissions, how many people participated in the survey?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">We will use Venn diagrams to solve this problem.<\/div>\r\n<div class=\"textbox__content\">Let the set <em>A<\/em> represent those car enthusiasts who drove cars with automatic transmissions, and set <em>S<\/em> represent the car enthusiasts who drove the cars with standard transmissions. Now we use Venn diagrams to sort out the information given in this problem.<\/div>\r\n<div class=\"textbox__content\">Since 12 people drove both cars, we place the number 12 in the region common to both sets.<\/div>\r\n<div class=\"textbox__content\">\r\n<div class=\"textbox\">\r\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%\">\\begin{tikzpicture}\r\n[thick]\r\n\\draw (0,0) circle (1) node[below,shift={(-1,1.1)}] {$\\bm{A}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1,1.1)}] {$\\bm{S}$};\\node at (.6,0) {12};\\end{tikzpicture}\r\n<p style=\"text-align: center\">(a)<\/p>\r\n<\/td>\r\n<td style=\"width: 33.3333%\">\\begin{tikzpicture}[thick]\r\n\\draw (0,0) circle (1) node[below,shift={(-1,1.1)}] {$\\bm{A}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1,1.1)}] {$\\bm{S}$};\\node at (.6,0) {12};\\node at (-.3,0) {18};\r\n\\end{tikzpicture}\r\n<p style=\"text-align: center\">(b)<\/p>\r\n<\/td>\r\n<td style=\"width: 33.3333%\">\\begin{tikzpicture}[thick]\r\n\\draw (0,0) circle (1) node[below,shift={(-1,1.1)}] {$\\bm{A}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1,1.1)}] {$\\bm{S}$};\\node at (.6,0) {12};\r\n\\node at (1.5,0) {8};\r\n\\node at (-.3,0) {18};\r\n\\end{tikzpicture}\r\n<p style=\"text-align: center\">(c)<\/p>\r\n<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\nBecause 30 people drove cars with automatic transmissions, the circle <em>A<\/em> must contain 30 elements. This means <em>x<\/em> + 12 = 30, or <em>x<\/em> = 18. Similarly, since 20 people drove cars with standard transmissions, the circle <em>B<\/em> must contain 20 elements, or <em>y<\/em> +12 = 20 which in turn makes <em>y<\/em> = 8.\r\n\r\nNow that all the information is sorted out, it is easy to read from the diagram that 18 people drove cars with automatic transmissions only, 12 people drove both types of cars, and 8 drove cars with standard transmissions only. Therefore, 18 + 12 + 8 = 38 people took part in the survey.\r\n\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.7<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">A survey of 100 people in California indicates that 60 people have visited Disneyland, 15 have visited Knott's Berry Farm, and 6 have visited both. How many people have visited neither place?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">Let the set <em>D<\/em> represent the people who have visited Disneyland, and <em>K<\/em> the set of people who have visited Knott's Berry Farm.<\/div>\r\n<div class=\"textbox__content\">\r\n<div class=\"textbox\">\r\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%\">\\begin{tikzpicture}[thick]\r\n\\draw (2.7,-1.5) rectangle (-1.5,1.5) node[below,shift={(3.9,0)}] {$\\bm{U}$};\r\n\\draw (0,0) circle (1) node[below,shift={(-1.2,0.8)}] {$\\bm{D}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1.2,0.8)}] {$\\bm{K}$};\\node at (.6,0) {6};\r\n\\node at (1.5,0) {9};\r\n\\node at (-.3,0) {54};\r\n\\node at (2.3,-0.8) {x};\r\n\\end{tikzpicture}\r\n<p style=\"text-align: center\">(a)<\/p>\r\n<\/td>\r\n<td style=\"width: 33.3333%\">\\begin{tikzpicture}[thick]\r\n\\draw (2.7,-1.5) rectangle (-1.5,1.5) node[below,shift={(3.8,0)}] {$\\bm{U}$};\r\n\\draw (0,0) circle (1) node[below,shift={(-1.2,0.8)}] {$\\bm{D}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1.2,0.8)}] {$\\bm{K}$};\\node at (.6,0) {6};\r\n\\node at (1.5,0) {9};\r\n\\node at (-.3,0) {54};\r\n\\node at (2.3,-0.8) {31};\r\n\\end{tikzpicture}\r\n<p style=\"text-align: center\">(b)<\/p>\r\n<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<p style=\"text-align: left\"><span style=\"font-size: 1rem;text-align: left\">We fill the three regions associated with the sets <\/span><em style=\"font-size: 1rem;text-align: left\">D<\/em><span style=\"font-size: 1rem;text-align: left\"> and <\/span><em style=\"font-size: 1rem;text-align: left\">K<\/em><span style=\"font-size: 1rem;text-align: left\"> in the same manner as before. Since 100 people participated in the survey, the rectangle representing the universal set <\/span><em style=\"font-size: 1rem;text-align: left\">U<\/em><span style=\"font-size: 1rem;text-align: left\"> must contain 100 objects. Let <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\"> represent those people in the universal set that are neither in the set <\/span><em style=\"font-size: 1rem;text-align: left\">D<\/em><span style=\"font-size: 1rem;text-align: left\"> nor in <\/span><em style=\"font-size: 1rem;text-align: left\">K<\/em><span style=\"font-size: 1rem;text-align: left\">. This means 54 + 6 + 9 + <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\"> = 100, or <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\"> = 31.<\/span><\/p>\r\n<p style=\"text-align: left\"><span style=\"font-size: 1rem\">Therefore, there are 31 people in the survey who have visited neither place.<\/span><\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 5.1.8<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">A survey of 100 exercise conscious people resulted in the following information:<\/div>\r\n<ul>\r\n \t<li>50 jog, 30 swim, and 35 cycle<\/li>\r\n \t<li>14 jog and swim<\/li>\r\n \t<li>7 swim and cycle<\/li>\r\n \t<li>9 jog and cycle<\/li>\r\n \t<li>3 people take part in all three activities<\/li>\r\n<\/ul>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> How many jog but do not swim or cycle?<\/div>\r\n<div class=\"textbox__content\"><strong>b.<\/strong> How many take part in only one of the activities?<\/div>\r\n<div class=\"textbox__content\"><span style=\"font-size: 1rem\"><strong>c.<\/strong> How many do not take part in any of these activities?<\/span><\/div>\r\n<div class=\"textbox__content\">\r\n\r\n<strong>Solution <\/strong>\r\n\r\n<\/div>\r\n<div class=\"textbox__content\">Let <em>J<\/em> represent the set of people who jog, <em>S<\/em> the set of people who swim, and <em>C<\/em> who cycle. In using Venn diagrams, our ultimate aim is to assign a number to each region. We always begin by first assigning the number to the innermost region and then working our way out.<\/div>\r\n<div class=\"textbox__content\">\r\n<div class=\"textbox\">\r\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%\" border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 33.3333%\">\\begin{tikzpicture}[thick]\r\n\\draw (2.7,-2.6) rectangle (-1.5,1.5) node[below,shift={(3.9,0)}] {$\\bm{U}$};\r\n\\draw (0,0) circle (1) node[below,shift={(-1.2,0.8)}] {$\\bm{J}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1.2,0.8)}] {$\\bm{S}$};\\draw (0.6,-1.1) circle (1) node[below,shift={(1.1,-0.4)}] {$\\bm{C}$};\\node at (.6,-0.4) {3};\\end{tikzpicture}\r\n<p style=\"text-align: center\">(a)<\/p>\r\n<\/td>\r\n<td style=\"width: 33.3333%;text-align: left\">\\begin{tikzpicture}[thick]\r\n\\draw (2.7,-2.6) rectangle (-1.5,1.5) node[below,shift={(3.9,0)}] {$\\bm{U}$};\r\n\\draw (0,0) circle (1) node[below,shift={(-1.2,0.8)}] {$\\bm{J}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1.2,0.8)}] {$\\bm{S}$};\\draw (0.6,-1.1) circle (1) node[below,shift={(1.1,-0.4)}] {$\\bm{C}$};\\node at (.6,-0.4) {3};\r\n\\node at (1.1,-0.7) {4};\r\n\\node at (0.1,-0.7) {6};\r\n\\node at (0.6,0.2) {11};\\end{tikzpicture}\r\n<p style=\"text-align: center\">(b)<\/p>\r\n<\/td>\r\n<td style=\"width: 33.3333%;text-align: left\">\\begin{tikzpicture}[thick]\r\n\\draw (2.7,-2.6) rectangle (-1.5,1.5) node[below,shift={(3.9,0)}] {$\\bm{U}$};\r\n\\draw (0,0) circle (1) node[below,shift={(-1.2,0.8)}] {$\\bm{J}$};\r\n\\draw (1.2,0) circle (1) node[below,shift={(1.2,0.8)}] {$\\bm{S}$};\\draw (0.6,-1.1) circle (1) node[below,shift={(1.1,-0.4)}] {$\\bm{C}$};\\node at (.6,-0.4) {3};\\node at (1.1,-0.7) {4};\r\n\\node at (0.1,-0.7) {6};\r\n\\node at (0.6,0.2) {11};\r\n\\node at (1.5,0) {12};\r\n\\node at (-.3,0) {30};\r\n\\node at (2.3,-2.2) {12};\\node at (0.6,-1.5) {22};\\end{tikzpicture}\r\n<p style=\"text-align: center\">(c)<\/p>\r\n<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<p style=\"text-align: left\"><span style=\"font-size: 1rem;text-align: left\">We place a 3 in the innermost region of Figure (a) because it represents the number of people who participate in all three activities. Next we compute <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\">, <\/span><em style=\"font-size: 1rem;text-align: left\">y<\/em><span style=\"font-size: 1rem;text-align: left\"> and <\/span><em style=\"font-size: 1rem;text-align: left\">z<\/em><span style=\"font-size: 1rem;text-align: left\">.<\/span><\/p>\r\n\r\n<ul>\r\n \t<li style=\"text-align: left\"><span style=\"font-size: 1rem\">Since 14 people jog and swim, <\/span><em style=\"font-size: 1rem\">x<\/em><span style=\"font-size: 1rem\"> +3 = 14, or <\/span><em style=\"font-size: 1rem\">x<\/em><span style=\"font-size: 1rem\"> = 11.<\/span><\/li>\r\n \t<li style=\"text-align: left\">The fact that 9 people jog and cycle results in <em style=\"font-size: 1rem\">y<\/em><span style=\"font-size: 1rem\"> + 3 = 9, or <\/span><em style=\"font-size: 1rem\">y<\/em><span style=\"font-size: 1rem\"> = 6.<\/span><\/li>\r\n \t<li style=\"text-align: left\">Since 7 people swim and cycle, <em style=\"font-size: 1rem\">z<\/em><span style=\"font-size: 1rem\"> + 3 = 7, or <\/span><em style=\"font-size: 1rem\">z<\/em><span style=\"font-size: 1rem\"> = 4.<\/span><\/li>\r\n \t<li style=\"text-align: left\">This information is depicted in Figure (b).<\/li>\r\n<\/ul>\r\n<\/div>\r\n<div class=\"textbox__content\">Now we proceed to find the unknowns <em>m<\/em>, <em>n<\/em> and <em>p<\/em>:<\/div>\r\n<ul>\r\n \t<li>Since 50 people jog, m + 11 + 6 + 3 = 50, or m = 30.<\/li>\r\n \t<li>30 people swim, therefore, n + 11 + 4 + 3 = 30, or n = 12.<\/li>\r\n \t<li>35 people cycle, therefore, <em style=\"font-size: 1rem\">p<\/em><span style=\"font-size: 1rem\"> + 6 + 4 + 3 = 35, or <\/span><em style=\"font-size: 1rem\">p<\/em><span style=\"font-size: 1rem\"> = 22.<\/span><\/li>\r\n \t<li>By adding all the entries in all three sets, we get a sum of 88. Since 100 people were surveyed, the number inside the universal set but outside of all three sets is 100 \u2013 88, or 12.<\/li>\r\n \t<li>In Figure (c), the information is sorted out, and the questions can readily be answered.<\/li>\r\n<\/ul>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> The number of people who jog but do not swim or cycle is 30.<\/div>\r\n<div class=\"textbox__content\"><strong>b.<\/strong> The number who take part in only one of these activities is 30 + 12 + 22 = 64.<\/div>\r\n<div class=\"textbox__content\"><strong>c.<\/strong> The number of people who do not take part in any of these activities is 12.<\/div>\r\n<\/div>\r\n&nbsp;\r\n<h1>Practice questions<\/h1>\r\n<strong>1.<\/strong> Let the Universal set <em>U<\/em> = {a, b, c, d, e, f, g, h, i, j},<em>V<\/em> = {a, e, i, f, h}, and <em>W<\/em> = {a, c, e, g, i}. List the members of the following sets:\r\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> $V\\cup W$<\/p>\r\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> $V^c\\cap W$<\/p>\r\n<strong>2. <\/strong>Consider the following sets: <em>A<\/em> = {SARS, H1N1, H5N1, MERS-CoV, COVID-19,\u00a0<span style=\"font-size: 1em\">Influenz<\/span><span style=\"text-align: initial;font-size: 1em\">a, Norovirus<\/span><span style=\"text-align: initial;font-size: 1em\">}, <\/span><em style=\"text-align: initial;font-size: 1em\">B<\/em><span style=\"text-align: initial;font-size: 1em\"> = {Listeria, Campylobacter, Salmonella, E. coli O157, Norovirus, Shigella<\/span><span style=\"text-align: initial;font-size: 1em\">}, and <\/span><em style=\"text-align: initial;font-size: 1em\">C<\/em><span style=\"text-align: initial;font-size: 1em\"> = {<\/span><span style=\"text-align: initial;font-size: 1em\">SARS, Listeria, Tuberculosis, H5N1, Salmonella, HIV, COVID-19<\/span><span style=\"text-align: initial;font-size: 1em\">}.<\/span><span style=\"text-align: initial;font-size: 1em\"> List the members of the following sets:<\/span>\r\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> $A\\cap C$<\/p>\r\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> $({A \\cup B})^c\\cap C$<\/p>\r\n<strong>3.<\/strong> A survey of athletes revealed that for their minor aches and pains, 30 used aspirin, 50 used ibuprofen, and 15 used both. All surveyed athletes used at least one of the two painkillers. How many athletes were surveyed?\r\n\r\n<strong>4. <\/strong>A study of 150 high school students found that 25 reported having a previous concussion or head injury, 52 reported experiencing mental illness, and 15 reported both outcomes. How many students did not report either outcome?\r\n\r\n<strong>5.<\/strong> A survey of 100 students at Toronto Metropolitan University finds that 50 subscribe to Netflix, 40 subscribe to Amazon Prime, and 30 subscribe to Disney+. Of these, 15 subscribe to both Netflix and Amazon Prime, 10 to both Amazon Prime and Disney+, 10 to both Netflix and Disney+, and 5 have all three subscription services. Draw a Venn diagram and determine the following:\r\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> The number of students subscribing to Amazon Prime but not the other two streaming services.<\/p>\r\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> The number of students subscribing to Netflix or Amazon Prime but not Disney+.<\/p>\r\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> The number of students not subscribing to any of these services.<\/p>\r\n&nbsp;\r\n\r\n&nbsp;","rendered":"<h1>Set Theory<\/h1>\n<p>In this section, we will familiarize ourselves with set operations and notations, so that we can apply these concepts to both counting and probability problems. We begin by defining some terms.<\/p>\n<p>A <strong>set<\/strong> is a collection of objects, and its members are called the <strong>elements<\/strong> of the set. We name the set by using capital letters, and enclose its members in curly brackets. Suppose we need to list the members of the chess club. We use the following set notation.<\/p>\n<p style=\"text-align: center\"><em>C<\/em> ={Ken, Bob, Tran, Shanti, Eric}<\/p>\n<p>A set that has no members is called an <strong>empty set<\/strong>. The empty set is denoted by the symbol \u00d8.<\/p>\n<p>Two sets are <strong>equal<\/strong> if they have the same elements.<\/p>\n<p>A set <em>A<\/em> is a <strong>subset<\/strong> of a set <em>B<\/em> if every member of <em>A<\/em> is also a member of <em>B<\/em>.<\/p>\n<p>Suppose <em>C<\/em> = {Al, Bob, Chris, David, Ed} and <em>A<\/em> = {Bob, David}. Then <em>A<\/em> is a subset of <em>C<\/em>, written as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-0f10082d3b9c12c06ce0e3f324ec3eff_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#92;&#115;&#117;&#98;&#115;&#101;&#116;&#101;&#113;&#32;&#67;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"51\" style=\"vertical-align: -3px;\" \/>.<\/p>\n<p>Every set is a subset of itself, and the empty set is a subset of every set.<\/p>\n<div class=\"textbox shaded\">\n<p><strong>Union Of Two Sets <\/strong><\/p>\n<p>Let <em>A<\/em> and <em>B<\/em> be two sets, then the union of <em>A<\/em> and <em>B<\/em>, written as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-c0d64f60a6e54f2bbb98a7355fd26760_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#92;&#99;&#117;&#112;&#32;&#66;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"47\" style=\"vertical-align: -1px;\" \/>, is the set of all elements that are either in <em>A<\/em> or in <em>B<\/em>, or in both <em>A<\/em> and <em>B<\/em>.<\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox shaded\">\n<p><strong>Intersection Of Two Sets <\/strong><\/p>\n<p>Let <em>A<\/em> and <em>B<\/em> be two sets, then the intersection of <em>A<\/em> and <em>B<\/em>, written as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-10197d6bcb79db28d584e30b7fe224e3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#92;&#99;&#97;&#112;&#32;&#66;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"47\" style=\"vertical-align: -1px;\" \/>, is the set of all elements that are common to both sets <em>A<\/em> and <em>B<\/em>.<\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>A <strong>universal set<\/strong> <em>U<\/em> is the set consisting of all elements under consideration.<\/p>\n<div class=\"textbox shaded\">\n<p><strong>Complement of a Set <\/strong><\/p>\n<p>Let <em>A<\/em> be any set, then the complement of set <em>A<\/em>, written as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-a8931be723b539c0f5b831ad3f39c2d6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#94;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"19\" style=\"vertical-align: 0px;\" \/> , is the set consisting of elements in the universal set <em>U<\/em> that are not in <em>A<\/em>.<\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox shaded\">\n<p><strong>Disjoint Sets <\/strong><\/p>\n<p>Two sets <em>A<\/em> and <em>B<\/em> are called disjoint sets if their intersection is an empty set.<\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.1<\/p>\n<\/header>\n<div class=\"textbox__content\">List all the subsets of the set of primary colors {red, yellow, blue}.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">The subsets are \u2205, {red}, {yellow}, {blue}, {red, yellow}, {red, blue}, {yellow, blue}, {red, yellow, blue}<\/div>\n<div class=\"textbox__content\">Note that the empty set is a subset of every set, and a set is a subset of itself.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.2<\/p>\n<\/header>\n<div class=\"textbox__content\">Let <em>F<\/em> = {Aikman, Jackson, Rice, Sanders, Young}, and <em>B<\/em> = {Griffey, Jackson, Sanders, Thomas}. Find the intersection of the sets <em>F<\/em> and <em>B<\/em>.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">The intersection of the two sets is the set whose elements belong to both sets. Therefore,<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-f97f0a7ce2d1a9ad3946e23ebfba3de4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#70;&#92;&#99;&#97;&#112;&#32;&#66;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"48\" style=\"vertical-align: -1px;\" \/> = {Jackson, Sanders}<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.3<\/p>\n<\/header>\n<div class=\"textbox__content\">Find the union of the sets <em>F<\/em> and <em>B<\/em> given as follows.<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><em>F<\/em> = {Aikman, Jackson, Rice, Sanders, Young}<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><em>B<\/em> = {Griffey, Jackson, Sanders, Thomas}<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">The union of two sets is the set whose elements are either in <em>A<\/em> or in <em>B<\/em> or in both <em>A<\/em> and <em>B<\/em>. Therefore<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-f8138198b3dece4f0d4b21cecfb50851_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#70;&#92;&#99;&#117;&#112;&#32;&#66;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"48\" style=\"vertical-align: -1px;\" \/> = {Aikman, Griffey, Jackson, Rice, Sanders, Thomas, Young}<\/div>\n<div class=\"textbox__content\">Observe that when writing the union of two sets, the repetitions are avoided.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.4<\/p>\n<\/header>\n<div class=\"textbox__content\">Let the universal set <em>U<\/em> = {red, orange, yellow, green, blue, indigo, violet}, and <em>P<\/em> = {red, yellow, blue}. Find the complement of <em>P<\/em>.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">The complement of a set <em>P<\/em> is the set consisting of elements in the universal set <em>U<\/em> that are not in <em>P<\/em>. Therefore:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-ccdfdce531e30c831d9800ca5c433091_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#80;&#94;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"20\" style=\"vertical-align: 0px;\" \/> = {orange, green, indigo, violet}<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p>To achieve a better understanding, let us suppose that the universal set <em>U<\/em> represents the colors of the spectrum, and <em>P<\/em> the primary colors, then <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-ccdfdce531e30c831d9800ca5c433091_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#80;&#94;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"20\" style=\"vertical-align: 0px;\" \/> represents those colors of the spectrum that are not primary colors.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.5<\/p>\n<\/header>\n<div class=\"textbox__content\">Let <em>U<\/em> = {red, orange, yellow, green, blue, indigo, violet},<\/div>\n<div class=\"textbox__content\"><em>P<\/em> = {red, yellow, blue},<\/div>\n<div class=\"textbox__content\"><em>Q<\/em> = {red, green}, and<\/div>\n<div class=\"textbox__content\"><em>R<\/em> ={orange, green, indigo}.<\/div>\n<div class=\"textbox__content\">Find <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-49630e1a038cfba562f7270bacc8a7e0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#123;&#80;&#32;&#92;&#99;&#117;&#112;&#32;&#81;&#125;&#41;&#94;&#99;&#92;&#99;&#97;&#112;&#32;&#82;&#94;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"106\" style=\"vertical-align: -5px;\" \/>.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">We do the problems in steps.<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-0ad6488d7761ddc672aee4f68093bc64_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#80;&#92;&#99;&#117;&#112;&#32;&#81;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"48\" style=\"vertical-align: -4px;\" \/> = {red, yellow, blue, green}<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-0ee35956ce47070e22444683becd795c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#123;&#80;&#32;&#92;&#99;&#117;&#112;&#32;&#81;&#125;&#41;&#94;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"66\" style=\"vertical-align: -5px;\" \/> = {orange, indigo, violet}<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">\u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-c560ce12c5debe63011a36761007cf52_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#82;&#94;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"20\" style=\"vertical-align: 0px;\" \/> = {red, yellow, blue, violet}<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-49630e1a038cfba562f7270bacc8a7e0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#123;&#80;&#32;&#92;&#99;&#117;&#112;&#32;&#81;&#125;&#41;&#94;&#99;&#92;&#99;&#97;&#112;&#32;&#82;&#94;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"106\" style=\"vertical-align: -5px;\" \/> = {violet}<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1>Venn Diagrams<\/h1>\n<p>We now use Venn diagrams to illustrate the relationships between sets. In the late 1800&#8217;s, an English logician named John Venn developed a method to represent relationship between sets. He represented these relationships using diagrams, which are now known as Venn diagrams. A Venn diagram represents a set as the interior of a circle. Often two or more circles are enclosed in a rectangle where the rectangle represents the universal set. To visualize an intersection or union of a set is easy. In this section, we will mainly use Venn diagrams to sort various populations and count objects.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.6<\/p>\n<\/header>\n<div class=\"textbox__content\">Suppose a survey of car enthusiasts showed that over a certain time period, 30 drove cars with automatic transmissions, 20 drove cars with standard transmissions, and 12 drove cars of both types. If every one in the survey drove cars with one of these transmissions, how many people participated in the survey?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">We will use Venn diagrams to solve this problem.<\/div>\n<div class=\"textbox__content\">Let the set <em>A<\/em> represent those car enthusiasts who drove cars with automatic transmissions, and set <em>S<\/em> represent the car enthusiasts who drove the cars with standard transmissions. Now we use Venn diagrams to sort out the information given in this problem.<\/div>\n<div class=\"textbox__content\">Since 12 people drove both cars, we place the number 12 in the region common to both sets.<\/div>\n<div class=\"textbox__content\">\n<div class=\"textbox\">\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%\">\n<tbody>\n<tr>\n<td style=\"width: 33.3333%\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-9ab9a3a196cdde1cf2ca1cae09be0a15_l3.png\" height=\"94\" width=\"159\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(a)<\/p>\n<\/td>\n<td style=\"width: 33.3333%\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-fe531016527f266d3384c6463aba7f51_l3.png\" height=\"94\" width=\"159\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(b)<\/p>\n<\/td>\n<td style=\"width: 33.3333%\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-1ad23ddb494feb78b0bc7ea1c1d32b23_l3.png\" height=\"94\" width=\"159\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(c)<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>Because 30 people drove cars with automatic transmissions, the circle <em>A<\/em> must contain 30 elements. This means <em>x<\/em> + 12 = 30, or <em>x<\/em> = 18. Similarly, since 20 people drove cars with standard transmissions, the circle <em>B<\/em> must contain 20 elements, or <em>y<\/em> +12 = 20 which in turn makes <em>y<\/em> = 8.<\/p>\n<p>Now that all the information is sorted out, it is easy to read from the diagram that 18 people drove cars with automatic transmissions only, 12 people drove both types of cars, and 8 drove cars with standard transmissions only. Therefore, 18 + 12 + 8 = 38 people took part in the survey.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.7<\/p>\n<\/header>\n<div class=\"textbox__content\">A survey of 100 people in California indicates that 60 people have visited Disneyland, 15 have visited Knott&#8217;s Berry Farm, and 6 have visited both. How many people have visited neither place?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">Let the set <em>D<\/em> represent the people who have visited Disneyland, and <em>K<\/em> the set of people who have visited Knott&#8217;s Berry Farm.<\/div>\n<div class=\"textbox__content\">\n<div class=\"textbox\">\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%\">\n<tbody>\n<tr>\n<td style=\"width: 33.3333%\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-b17eeafaebb4b7f3808eee670de711bb_l3.png\" height=\"140\" width=\"196\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(a)<\/p>\n<\/td>\n<td style=\"width: 33.3333%\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-16dc3b7ce75196b75fb87e0bdc466f56_l3.png\" height=\"140\" width=\"196\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(b)<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: left\"><span style=\"font-size: 1rem;text-align: left\">We fill the three regions associated with the sets <\/span><em style=\"font-size: 1rem;text-align: left\">D<\/em><span style=\"font-size: 1rem;text-align: left\"> and <\/span><em style=\"font-size: 1rem;text-align: left\">K<\/em><span style=\"font-size: 1rem;text-align: left\"> in the same manner as before. Since 100 people participated in the survey, the rectangle representing the universal set <\/span><em style=\"font-size: 1rem;text-align: left\">U<\/em><span style=\"font-size: 1rem;text-align: left\"> must contain 100 objects. Let <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\"> represent those people in the universal set that are neither in the set <\/span><em style=\"font-size: 1rem;text-align: left\">D<\/em><span style=\"font-size: 1rem;text-align: left\"> nor in <\/span><em style=\"font-size: 1rem;text-align: left\">K<\/em><span style=\"font-size: 1rem;text-align: left\">. This means 54 + 6 + 9 + <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\"> = 100, or <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\"> = 31.<\/span><\/p>\n<p style=\"text-align: left\"><span style=\"font-size: 1rem\">Therefore, there are 31 people in the survey who have visited neither place.<\/span><\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 5.1.8<\/p>\n<\/header>\n<div class=\"textbox__content\">A survey of 100 exercise conscious people resulted in the following information:<\/div>\n<ul>\n<li>50 jog, 30 swim, and 35 cycle<\/li>\n<li>14 jog and swim<\/li>\n<li>7 swim and cycle<\/li>\n<li>9 jog and cycle<\/li>\n<li>3 people take part in all three activities<\/li>\n<\/ul>\n<div class=\"textbox__content\"><strong>a.<\/strong> How many jog but do not swim or cycle?<\/div>\n<div class=\"textbox__content\"><strong>b.<\/strong> How many take part in only one of the activities?<\/div>\n<div class=\"textbox__content\"><span style=\"font-size: 1rem\"><strong>c.<\/strong> How many do not take part in any of these activities?<\/span><\/div>\n<div class=\"textbox__content\">\n<p><strong>Solution <\/strong><\/p>\n<\/div>\n<div class=\"textbox__content\">Let <em>J<\/em> represent the set of people who jog, <em>S<\/em> the set of people who swim, and <em>C<\/em> who cycle. In using Venn diagrams, our ultimate aim is to assign a number to each region. We always begin by first assigning the number to the innermost region and then working our way out.<\/div>\n<div class=\"textbox__content\">\n<div class=\"textbox\">\n<table class=\"no-lines\" style=\"border-collapse: collapse;width: 100%\">\n<tbody>\n<tr>\n<td style=\"width: 33.3333%\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-2ed04cdf4abe226e19188a1ad7c7ad6f_l3.png\" height=\"191\" width=\"196\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(a)<\/p>\n<\/td>\n<td style=\"width: 33.3333%;text-align: left\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-ff3bcdb553b5dbc115efbbd8af6e1595_l3.png\" height=\"191\" width=\"196\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(b)<\/p>\n<\/td>\n<td style=\"width: 33.3333%;text-align: left\">\n<p class=\"ql-center-picture\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-57768aac60af137100390d191649b0b5_l3.png\" height=\"191\" width=\"196\" class=\"ql-img-picture quicklatex-auto-format\" alt=\"Rendered by QuickLaTeX.com\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p style=\"text-align: center\">(c)<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: left\"><span style=\"font-size: 1rem;text-align: left\">We place a 3 in the innermost region of Figure (a) because it represents the number of people who participate in all three activities. Next we compute <\/span><em style=\"font-size: 1rem;text-align: left\">x<\/em><span style=\"font-size: 1rem;text-align: left\">, <\/span><em style=\"font-size: 1rem;text-align: left\">y<\/em><span style=\"font-size: 1rem;text-align: left\"> and <\/span><em style=\"font-size: 1rem;text-align: left\">z<\/em><span style=\"font-size: 1rem;text-align: left\">.<\/span><\/p>\n<ul>\n<li style=\"text-align: left\"><span style=\"font-size: 1rem\">Since 14 people jog and swim, <\/span><em style=\"font-size: 1rem\">x<\/em><span style=\"font-size: 1rem\"> +3 = 14, or <\/span><em style=\"font-size: 1rem\">x<\/em><span style=\"font-size: 1rem\"> = 11.<\/span><\/li>\n<li style=\"text-align: left\">The fact that 9 people jog and cycle results in <em style=\"font-size: 1rem\">y<\/em><span style=\"font-size: 1rem\"> + 3 = 9, or <\/span><em style=\"font-size: 1rem\">y<\/em><span style=\"font-size: 1rem\"> = 6.<\/span><\/li>\n<li style=\"text-align: left\">Since 7 people swim and cycle, <em style=\"font-size: 1rem\">z<\/em><span style=\"font-size: 1rem\"> + 3 = 7, or <\/span><em style=\"font-size: 1rem\">z<\/em><span style=\"font-size: 1rem\"> = 4.<\/span><\/li>\n<li style=\"text-align: left\">This information is depicted in Figure (b).<\/li>\n<\/ul>\n<\/div>\n<div class=\"textbox__content\">Now we proceed to find the unknowns <em>m<\/em>, <em>n<\/em> and <em>p<\/em>:<\/div>\n<ul>\n<li>Since 50 people jog, m + 11 + 6 + 3 = 50, or m = 30.<\/li>\n<li>30 people swim, therefore, n + 11 + 4 + 3 = 30, or n = 12.<\/li>\n<li>35 people cycle, therefore, <em style=\"font-size: 1rem\">p<\/em><span style=\"font-size: 1rem\"> + 6 + 4 + 3 = 35, or <\/span><em style=\"font-size: 1rem\">p<\/em><span style=\"font-size: 1rem\"> = 22.<\/span><\/li>\n<li>By adding all the entries in all three sets, we get a sum of 88. Since 100 people were surveyed, the number inside the universal set but outside of all three sets is 100 \u2013 88, or 12.<\/li>\n<li>In Figure (c), the information is sorted out, and the questions can readily be answered.<\/li>\n<\/ul>\n<div class=\"textbox__content\"><strong>a.<\/strong> The number of people who jog but do not swim or cycle is 30.<\/div>\n<div class=\"textbox__content\"><strong>b.<\/strong> The number who take part in only one of these activities is 30 + 12 + 22 = 64.<\/div>\n<div class=\"textbox__content\"><strong>c.<\/strong> The number of people who do not take part in any of these activities is 12.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1>Practice questions<\/h1>\n<p><strong>1.<\/strong> Let the Universal set <em>U<\/em> = {a, b, c, d, e, f, g, h, i, j},<em>V<\/em> = {a, e, i, f, h}, and <em>W<\/em> = {a, c, e, g, i}. List the members of the following sets:<\/p>\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-510addc8928f5c88b892f6ee7b259483_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#86;&#92;&#99;&#117;&#112;&#32;&#87;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"53\" style=\"vertical-align: 0px;\" \/><\/p>\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-a904c65cc42615131e583625356789b8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#86;&#94;&#99;&#92;&#99;&#97;&#112;&#32;&#87;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"60\" style=\"vertical-align: 0px;\" \/><\/p>\n<p><strong>2. <\/strong>Consider the following sets: <em>A<\/em> = {SARS, H1N1, H5N1, MERS-CoV, COVID-19,\u00a0<span style=\"font-size: 1em\">Influenz<\/span><span style=\"text-align: initial;font-size: 1em\">a, Norovirus<\/span><span style=\"text-align: initial;font-size: 1em\">}, <\/span><em style=\"text-align: initial;font-size: 1em\">B<\/em><span style=\"text-align: initial;font-size: 1em\"> = {Listeria, Campylobacter, Salmonella, E. coli O157, Norovirus, Shigella<\/span><span style=\"text-align: initial;font-size: 1em\">}, and <\/span><em style=\"text-align: initial;font-size: 1em\">C<\/em><span style=\"text-align: initial;font-size: 1em\"> = {<\/span><span style=\"text-align: initial;font-size: 1em\">SARS, Listeria, Tuberculosis, H5N1, Salmonella, HIV, COVID-19<\/span><span style=\"text-align: initial;font-size: 1em\">}.<\/span><span style=\"text-align: initial;font-size: 1em\"> List the members of the following sets:<\/span><\/p>\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-49ec9cfaa10fdcafba96abfd83b51801_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#92;&#99;&#97;&#112;&#32;&#67;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"47\" style=\"vertical-align: 0px;\" \/><\/p>\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-content\/ql-cache\/quicklatex.com-d910a64f1a2ffca15af0026510af33ab_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#123;&#65;&#32;&#92;&#99;&#117;&#112;&#32;&#66;&#125;&#41;&#94;&#99;&#92;&#99;&#97;&#112;&#32;&#67;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"101\" style=\"vertical-align: -5px;\" \/><\/p>\n<p><strong>3.<\/strong> A survey of athletes revealed that for their minor aches and pains, 30 used aspirin, 50 used ibuprofen, and 15 used both. All surveyed athletes used at least one of the two painkillers. How many athletes were surveyed?<\/p>\n<p><strong>4. <\/strong>A study of 150 high school students found that 25 reported having a previous concussion or head injury, 52 reported experiencing mental illness, and 15 reported both outcomes. How many students did not report either outcome?<\/p>\n<p><strong>5.<\/strong> A survey of 100 students at Toronto Metropolitan University finds that 50 subscribe to Netflix, 40 subscribe to Amazon Prime, and 30 subscribe to Disney+. Of these, 15 subscribe to both Netflix and Amazon Prime, 10 to both Amazon Prime and Disney+, 10 to both Netflix and Disney+, and 5 have all three subscription services. Draw a Venn diagram and determine the following:<\/p>\n<p style=\"padding-left: 40px\"><strong>a.<\/strong> The number of students subscribing to Amazon Prime but not the other two streaming services.<\/p>\n<p style=\"padding-left: 40px\"><strong>b.<\/strong> The number of students subscribing to Netflix or Amazon Prime but not Disney+.<\/p>\n<p style=\"padding-left: 40px\"><strong>c.<\/strong> The number of students not subscribing to any of these services.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"author":2,"menu_order":1,"template":"","meta":{"pb_show_title":"","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[49],"contributor":[],"license":[],"class_list":["post-65","chapter","type-chapter","status-publish","hentry","chapter-type-numberless"],"part":64,"_links":{"self":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/65","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":2,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/65\/revisions"}],"predecessor-version":[{"id":132,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/65\/revisions\/132"}],"part":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/parts\/64"}],"metadata":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapters\/65\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/media?parent=65"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/pressbooks\/v2\/chapter-type?post=65"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/contributor?post=65"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/pohmath\/wp-json\/wp\/v2\/license?post=65"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}