MATH 017: Finite Mathematics

Lesson 1: set theory: relations and operations, lesson 1 introduction.

In this first lesson for Finite Mathematics we introduce the basic concepts and tools used in set theory. The lesson begins with a discussion of what a set is, how it can be identified and explains the difference between finite and infinite sets. From there it moves to a discussion of the ways that two sets relate; this includes equality and other relationships. Some operations on sets are described next with a focus on “union” and “intersection”. And finally the discussion turns to a pictorial representation of sets in Venn diagrams. Welcome and enjoy, as I do, the wonder of sets.

For each lesson, read the Learning Objectives and Textbook Reading Assignment first and then read the Lesson notes in Canvas. Be sure to work through the Example problems as you read your textbook assignment. You should do the same with the examples in your online Lesson notes.

Learning Objectives

  • Utilize both the roster and set-builder notation to describe a set of elements
  • Compare and contrast finite and infinite sets
  • Define the empty set and designate it with the proper notation
  • Recognize the equality of two sets
  • Recognize when one set is a subset of another set
  • Define the union and intersection of sets
  • Describe the properties of set union and intersection
  • Identify the difference between two sets
  • Define the term disjoint set
  • Create Venn diagrams and use them properly

Lesson Readings & Activities

By the end of this lesson, make sure you have completed the readings and activities found in the Lesson 1 Course Schedule .

A set is a well-defined collection of objects .

By well-defined we mean that you are able to answer the following question: "Is a particular element in the set?" For example, let's consider the collection of names of United States presidents. We can definitely answer the question, "Is Abraham Lincoln in this collection of names of U.S. presidents?" On the other hand, suppose you have a collection of large animals. Would a horse be in this collection? Most people would say yes to that question, but suppose you asked about a collie dog? You begin to understand the meaning of well-defined here when someone asks how large is large. Large, small, good, bad, young, old -- these are all terms that are not automatically well defined and could easily cause a collection of objects not to be classified as a set.

Describing a Set

A set can be described two ways—by roster method or by using set-builder notation .

Roster Method

The roster method simply lists all the elements in the set. For example, set A could be described using braces like this:

A = {1, 2, 3, 4, 5}.

We could easily tell what is in the set by just looking at it. The above is a finite set, meaning you can count the number of objects in the set.

Another version of the roster method that is used when dealing with infinite set is sometimes called the modified roster method because it uses an ellipsis, " … ", to show that it follows a given pattern to infinity. For example, B = {1, 2, 3, … } would be the infinite set of all positive integers.

The modified roster method can also be used on finite sets where there are many terms that follow a pattern. For example, C = {1, 2, 3, … 100} would be the set of positive integers from one to one hundred. Here, the three dots show that the numbers follow the pattern set up by the first three numbers to one hundred.

Note : In set B above, we cannot list all the numbers and we cannot count them, so set B is an infinite set.

If a set is described using the roster method, you must use braces to enclose the elements.

Set-Builder Notation

The second method of describing a set is set-builder notation, where a set is described using the following format:

A = {x | x is an even integer > 0}

It would be read as "A is the set of all x such that x is an even integer greater than zero." This set would look like the following using the roster method:

A = {2, 4, 6, … }.

The set-builder notation method can also be used to describe a set that would be cumbersome using the roster method. For example,

A = { x | x is a city in the U.S. that has more than 5,000 people living in it}.

You can imagine how many cities would be in this set!

Now that we know what a set is and can describe it, we need to talk about a very special set called the empty set or the null set . The more common name is empty set. It is defined as the set having no elements and is denoted by the symbol ∅ or by empty braces {}.

Relations Between Sets

There are two basic relationships between sets: equal sets and subsets.

If two sets have the same elements, we say the sets are equal, and write A = B if our sets are A and B. If they are not equal, we use the ≠ sign. For example A ≠ B.

Another relationship between sets that is very important is the concept of a subset. We say A is a subset of B if all the elements of set A are found in set B. Symbolically, A is a subset of B would be written like this,

A ⊆ B

There are two notations for subset, if A is a proper subset of B, we would show it symbolically like this,

A ⊂ B

It would mean that all the elements of A are in B, but set B has at least one other element not in A.

If A = {1, 2, 3} and B= {1, 2, 3, 4, 5} we would say A is a proper subset of B, or A⊂ B since all the elements of A are in B, but B has the elements 4 and 5 that are not in A. Sometimes it helps to remember that set B must be larger since it has at least one element more than A.

On the other hand, if A = {a, b, c} and B = {All lowercase letters from a to c} then A ⊆ B but not a proper subset.

As the example above demonstrates, a set is a subset of itself, but it is not a proper subset.  If A is a subset of B and it is possible that A=B then we use the notation

Note the line under the subset notation helps you remember that these two sets could be equal.

Is { } a proper or improper subset of the set B = {1, 2, 3}?

Yes, it is a proper subset because all of { } is in set B, and B contains at least one other element not in { }.  It might help to consider this:  if you take out the 1, 2, and 3, what is left? The empty set, of course! This leads to the following rule.

The number of subsets of a set is completely determined by the number of elements in the set. It has nothing to do with what the elements are. If a set A has n elements then it must have 2 n subsets. For example if A is a 3 element set, say A={1,2,3}, then there must be 2 3 = 8 subsets of A. Let's list them to make sure. They are {}, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}. Similarly, if B is a set with 5 elements, there will be 2 5 = 32 subsets of B.

Operations on Sets and Venn Diagrams

The universal set u the universal set u is the set containing all the elements you are currently considering. example 1 if you were working with sets of colors, the universal set would be the set containing all possible colors. if you were working with sets of planets, the universal set would be the set containing all the planets. does it seem logical to say that for any set a in the universal set, a ⊆ u the answer is yes venn diagrams.

We need some way to discuss sets without listing all the elements in order to show certain relationships between the sets. Venn diagrams have one or more circle/s that represent set/s inside a rectangle, where the rectangle represents the universal set.

Figure 1 shows a universal set containing two sets: A, and B. The overlapping of sets A and B indicates the possibility that some elements are common to both of these sets. These common elements would be found in the overlap area.

text alternative below the image

The Venn diagram shows 2 intersecting circles within a rectangle, one labeled A and the other labeled B. The whole area inside the reectangle (in and outside of the circles) is the universal set, labled U.

Two Basic Operations on Sets

In arithmetic, we have the binary operations of addition, subtraction, multiplication, and division; in set theory we also have operations. Two basic operations are called union of sets and intersection of sets.

Operation 1: Union of Sets

The union of two sets A and B results in another set that includes all of the elements in A together with all of the elements in B. In other words all of the elements that are in A or in B. The symbol we use for union of sets is ∪.

Suppose that A = {1, 2, 3} and B = {1, 3, 5, 7} then A∪B would be the set {1, 2, 3, 5, 7}.

Does it make sense to say that A∪{ } = A? If you take all of A and add nothing, what do you get? The set A, of course.

Operation 2: Intersection of Sets

The second basic operation on two sets is intersection. By the intersection of sets A and B we mean the set having those elements that are common to both A and B. The symbol we use for intersection is ∩.

If we have a set A = {1, 3, 5, 7} and B = {3, 4, 5}, then A∩B would be the set {3, 5}. Note, these are the only elements common to both sets.

Finding the intersection of sets is like sorting socks after doing a wash. You have two piles of socks from the wash and you put the matching socks together and set them in the laundry basket to distribute to the family. The paired socks in the laundry basket represent the intersection of the original two piles of socks.

Earlier, we talked about the union of a set A and the empty set resulting in set A. Can you see what the result would be if we intersect a set A with the empty set? If you think for a minute, it should be obvious: the intersection must be the empty set, since you cannot have anything in common with a set containing no elements.

Disjoint Sets and Complementary Sets

Before we move on to two more operations, let's learn what "disjoint sets" are.

Disjoint Sets

Two sets A and B are called disjoint if they have no elements in common.

In this case the intersection will be the empty set. Now look again at Figure 1 in section 7.1. Are sets A and B disjoint? This is more difficult to answer because they are showing an area of intersection for the two sets in the Venn diagram. Since this particular Venn diagram is only showing the possibility that sets A and B could have some elements in common, we cannot say for sure whether A and B are disjoint or not.

If we knew that set A contained the elements {1, 2, 3} and set B contained the elements {5, 6, 7}, then the intersection of sets A and B would be { }, which is the empty set. So, in this case sets A and B are disjoint.

Operation 3: Complement of a Set

The complement of a set A , written A ¯ , is the set of all those elements in the universal set, U, that are not in A .

If the universal set is the set {1, 2, 3, …, 10} and A = { 1 , 3 , 5 , 7 , 9 } , then  A ¯ = {2, 4, 6, 8, 10} .

If you think about it, it is apparent that any set and its complement will always be disjoint.

What is the complement of the universal set? The empty set.

Properties of Sets

De morgan's properties.

Two more properties dealing with set operations and complements are known as De Morgan's properties .

A ∪ B ¯ = A ¯ ∩ B ¯ , and

A ∩ B ¯ = A ¯ ∪ B ¯

How would you go about proving these properties are true? You could pick some set to be the universal set. Next, define A and B and their complements. Then show that the properties are true. But this would only show that the property holds for this specific example; we need to show that it works all the time.

To show it works for all sets we could use a Venn diagram that demonstrates all the possibilities when considering any two sets in a general universal set. Note the following Venn diagram and how its particular configuration covers all possible cases with two sets in a particular universal set.

The numbers in the following Venn diagram will be used to denote certain areas in the upcoming discussion.

text alternative below the image

Venn diagram shows 2 intersecting circles, one labeled A, one labeled B, within a rectangular shape labeled U surrounding them. Cirlce A has a 2 in it that is outside of circle B; Circle B has a 3 in it that is outside of circle A and the intersection of the two circles has a 1 in it. The area outside the circles but inside of the rectangle has a 4 in it.

Area #1 denotes the intersection of sets A and B .

Areas #1 and #2 denote set A .

Areas #1 and #3 denote set B .

Area #4 denotes the area in the universal set not in A or B .

A ∪ B would be areas [#1, #2, and #3].

A ∩ B would be area [#1].

A ¯ complement is areas [#3 and #4].

B ¯ complement is areas [#2 and #4].

Now let's prove the first of De Morgan's properties: A ∪ B ¯ = A ¯ ∩ B ¯ .

To determine the left side of the equation we realize that A ∪ B is area [#1, #2, and #3], so the complement of those areas would be area #4. Therefore the left side gives area #4.

To determine the right side of the equation understand that A is area [#1 and #2], so the complement of A is area [#3 and #4].

B is area [#1 and #3], so the complement of B is area [#2 and #4].

The intersection of A complement and B complement is area #4 . Therefore, left and right sides of the equation match and the first property is proven.

Can you prove De Morgan's second property?  Why don't you try it and when you think that you have it figured out, click to see the Instructor's Solution .

To determine what areas the left side of the equation results in, realize that A ∩ B is just area #1, therefore the complement of A ∩ B is areas #2, #3 and #4. Thus the left side gives us these three areas.

On the right side we start with the complement of A which gives areas #3 and #4 (since A is areas #1 and #2). And likewise, the complement of B is areas #2 and #4. When we take the union of those two complements we include all of the areas #2, #3 and #4. Therefore we see that the right side of the equation gives the same areas as the left side and they must be equal.

Note the Venn diagram, below. In this Venn diagram we have three sets in our universal set and a total of eight areas we could use as areas to reference. Every time that a new set is added the number of different areas doubles.

text alternative below the image

Counting Elements

Number of elements in a set.

To denote the number of elements in a set, we use the notation n(A). This is called cardinality of a set A. Putting the lowercase n in front of the set in parentheses refers to the number of elements in the set. For example: If A = (2, 4, 7, 9) we would say n(A) = 4. If we can assign a positive integer or a zero value to n(A), then set A is finite; if we cannot, then set A is infinite.

Carefully go over Example 2 in Section 7.2 in the text to see how the formula for the number of elements in the union of two sets is derived.

n ( A ∪ B ) = n ( A ) + n ( B ) − n ( A ∩ B )

If the sets are disjoint then the last part of the formula n ( A ∩ B ) would be zero. Many students make mistakes by forgetting this last part of the formula and end up adding the elements in the intersection twice.

Let's look at some examples and try to pull the various ideas presented above into clearer focus.

Example 1. Sets with Numbers

Let A = {3, 4, 7, 8, 9} and B = {4, 7, 12, 15} in the universal set {1, 2, 3, …, 15}.

If we want to find n ( A ∩ B ) , we would first have to determine A ∪ B = { 3 , 4 , 7 , 8 , 9 , 12 , 15 } . So n ( A ∪ B ) would then be 7.

To find n ( A ∩ B ) using the formula we would have to find the intersection A ∩ B = { 4 , 7 } . Then n ( A ∩ B ) is 2.

Could we use the above formula for n ( A ∩ B ) to get the same answer? Let's try it.

n ( A ∪ B ) = n ( A ) + n ( B ) − n ( A ∩ B ) = 5 + 4 − 2 = 7

What about A complement? Did you get n ( A ) ¯ ? Remember  A ¯ ={1, 2, 5, 6, 10, 11, 12, 13, 14, 15}. So the answer should be n ( A ) ¯ =10.

Example 2. Sets with Letters

What about sets with letters instead of numbers? Are they done differently?

A ' = { a , c , d , h }  and  B ' = { b , c , d , g } , then what is n ( A ' ∪ B ' ) ? Since A ' ∪ B ' = { a , b , c , d , g , h } , then n ( A ' ∪ B ' ) = 6 .

Example 3. Sets with Mixed Elements.

If the universal set is {0, 1, 2, …10} and A = {0, 2, 4, 6, 8, 10} and B = {prime numbers less than 10}, find the following:

n ( A ∩ B ) = n { 2 } = 1 (Hint: You didn't forget what the prime numbers were, did you?)

n ( A ∪ B ) = n { 0 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 10 } = 9

n ( A ¯ ∩ B ) = n { 3 , 5 , 7 } = 3

n ( A ¯ ) = n { 1 , 3 , 5 , 7 , 9 } = 5

Example Problems (Selected from Section 7.1)

In this lesson, the way to solve selected problems from the Sullivan text in section 7.1 and 7.2 will be demonstrated. The problems selected from Exercise 7.1 include #16, #28, #33, and #52 on page 364 of the text. Click on the thumbnail or the problem title bar below the video to select, and watch how an instructor solves the problem.

Section 7.1

Exercise 7.1: problem 16 transcript.

Hello. We're going to do an example problem here. This is from section 7.1. This is problem number 16 from the homework. This is a true/false question. We're going to look at a set statement and determine whether it's true or false.

The way to do these problems is to work with the sets, determine two final sets, and, in this case, we're going to determine whether one is a subset of the other.

So the question says, one, two, three, union, three, four, five, and is a subset of three, four, five. So we're going to determine whether this union is actually going to end up being a subset of three, four, five.

The way to do the problem is to perform the union, come up with the final result there-- of course the union takes the two sets and puts them together and makes one bigger set-- and then look at the final result and see if it's a subset of three, four, five.

So the union of one, two, three, and three, four, five, is one, two, three, four, five. And the question is, is that a subset of three, four, five?

Now, a subset would mean that all the elements in this set are also elements in that set, and that obviously, is not true. So this is a false statement. And that would be your answer.

16) True or False { 1 , 2 , 3 } ∪ { 3 , 4 , 5 } ⊆ { 3 , 4 , 5 } { 1 , 2 , 3 , 4 , 5 } ⊆ { 3 , 4 , 5 } False

The way to do the problems, when you're asked whether things are true or false, is to work them out, determine from your final results whether that's true or false. All right.

Exercise 7.1: Problem 28 Transcript

We're going to do problem number 28 from the homework from 7.1. I'm going to show you how to work through this problem. There's a variety of different things we're going to be doing. There's six different parts to this problem. This is a pretty good example of one that does a whole bunch of different things.

The sets that we're working with, the universal set is going to be a, b, c, d, e, f. The set A is going to be b, c, and the set B is going to be c, d, e.

U = { a , b , c , d , e , f }       A = { b , c }    B = { c , d , e }

Part a. We're going to take A union B. So we take the sets A and B, and we put them together to make one big set. That's going to be b, c, d, e. That takes all of the elements from both of the sets and make them one big set.

a)  A ∪ ​ B = { b , c , d , e }

Part b. A intersect B. The intersection of two sets is the overlap. It's the elements that are both in A and in B. And that, of course, is just the element c.

b) A ∩ ​ B= { c }

Part c A bar. Those are all the elements that are in the universal set, but not in A. So if you look at the universal set, start going through it, and just include the ones that are not in A. So a, small a of course, lower case is not in A. b and c are in A, but d is not. e, f, and that's A bar.

c)  A ¯ = { a , d , e , f }

Part d. B bar. All of the elements that are in the universal set, but not in B. That would be a, b, and f. So those are all of the things in B bar.

d)  B ¯ = { a , b , f }

Part e. A intersect B. Bar over the whole thing. You have to pay particular attention because order of operations becomes important on a problem like this. And this problem, you want to do A intersect B first. And then complement that. It's not a matter of taking A complement and B complement, and then intersection. So order of operations is really important with these. So we're going to find A intersect B. I'll do that down here, I guess. A intersect B, we already figured out was c. I guess I didn't have to do that. And then A intersect B complement was a, b, not c, d, e, and f. So pay particular attention to those, and which order things are done in.

e)  A ∩ ​ B ¯ A ∩ ​ B ¯ = { a , b , d , e , f } A ∩ ​ B = { c }

Part f. On the other hand, A union B complement.  Once again, when the bar's over the whole thing as opposed to barring each A and B separately then unioning that, you find A union B first. And then complement. So, we already know that A union B is b, c, d, e. So A union B complement is a, b, of course is a, f.  That's all the elements that are in the universal set, but not in A or A union B. OK.

f)  A ∪ ​ B ¯ A ∪ ​ B ¯ = { a , f }

Exercise 7.1: Problem 33 Transcript

This time we're going to do another problem from 7.1, question number 33. This is a Venn diagram question. There's a bunch of Venn diagram questions from this section. Some are two set, some are three set. This is a three set problem.

We're being asked to illustrate the Venn diagram for A union B, intersect, A union C.

( A ∪ ​ B ) ∩ ​ ( A ∪ ​ C )

It's a three set Venn diagram because you have the set A, B, and the set C. We're going to do this in two pieces. When they become complicated enough, a lot of times it's good to do the set up on one Venn diagram, and then the final result on another one.

Over here, to the left, we're going to do our set up Venn diagram. We'll have three circles, A, B, C. And we'll illustrate the two parts, A union B, and A union C. We'll do those in different colors so that you can see the different contrast. For A union B, we'll do forward slashes in yellow. So A union B, will be these. And then for A union C, we'll do backslashes in orange.

Venn diagram showing 3 intersecting circles labeled A, B and C. A and B are colored yellow to show that union and A and C are colored red to show that union

So A union C is everything inside the A circle together with everything inside the C circle. Of course it's this up here also. And this a little bit down here. Now, the intersection of those two sets is the overlap.

If I were doing to union here I would include everything that's shaded in, but since this is an intersection it's just going to be where those two sets overlap. And if we just outline this right here, we can see they're overlapping in here, and they're overlapping in here, and they're overlapping in the A circle. So our final result is going to be this. The A circle with this little knob sticking off to the side. So maybe we'll just do that. We probably don't need to at this point, but just to make things a little bit clearer.

A union B, intersect, A union C, it's going to be, there's your A circle, there's your B circle, there's your C circle. And the final result will be everything on the inside of the A circle, and this is a little bit right here. So that is your answer. OK.

A Venn diagram with 3 intersecting circles where A and the section of B and C that overlap are colored in.

Exercise 7.1: Problem 52 Transcript

We're going to look at question number 52 from section 7.1. This is a translation question. We have a bunch of sets. The universal set is all college students. The set M is male college students. Set S is smokers—smoking college students. College students who smoke would be better, but we'll just go with that. And F is freshmen&mdsah;college freshmen, of course.

U=all college students M=male college students S=smoking college students F=freshman

F ∪ S ∪ M

And we're supposed to take the statement F union S union M and translate that using these statements. So you have to be a little bit careful here. There's a temptation to want to say freshmen or smokers or males.

But that's a little ambiguous. We want to be clear about what's going on. We want to make sure that we're being clear that we want to include college students that have not just all those properties together, but any college student that has any of those properties or any combination of those properties. OK?

So we're going to go with the set of all students who are freshmen or male or smokers or any combination of these. So it could be freshmen smokers, male smokers, freshman male smokers, or any combination of those. OK.

Example Problems (Selected from Section 7.2)

In this lesson, the way to solve selected problems from the Sullivan text in section 7.1 and 7.2 will be demonstrated. The problems selected from Exercise 7.2 include #14, #32, and #38 on page 369~371 of the text. Click on the thumbnail or the problem title bar below the video to select, and watch how an instructor solves the problem.

Section 7.2

Exercise 7.2: problem 14 transcript.

We're going to look at problem number 14 in section 7.2 here. We're working with the number of elements in a set. We're going to do this one a couple of different ways using a Venn diagram, and also using the formulas. So, number 14.

The information that we're given is that the number of elements in A is 10. The number of elements in A intersect B is 5. And the number of elements in A union B is 29. And we're supposed to find the number of elements in B.

n ( A ) = 10 n ( A ∩ ​ B ) = 5 n ( A ∪ ​ B ) = 29 Find  n ( B ) = ?

two intersecting circles labeled A and B. 5 in A, 19 in B, and 5 in the intersection of A and B

So let's do that using a Venn diagram first. And then we'll go through it using the formulas. I lean towards Venn diagrams a little bit. Students generally have more success once they learn how to do these. But in a lot of cases, the formulas work perfectly well, also. So there's your two set Venn diagram. We only have two sets here.

You always need to fill in the area that is given to you with two pieces of information. You can't put the number 10 anywhere on here, because the number of elements in A is 10. That includes this area and this area. Some of the 10 are going to be in here, and some are going to be in here.

However, we do know that the number of elements in A intersect B is 5, so we do this. Now of course, if the total inside the a circle has to be 10, and this is 5, then this is going to be 10 minus 5, and this one is also going to be 5. Now we have 10 inside the a circle, 5 inside A intersect B.

Now, we also this piece of information that the number of elements in A union B is 29. So the total inside the two circles has to be 29. There's 10 here. That means 29 minus 10 is 19 have to be inside that B circle. So how many are inside B? Well, not 19. But inside that B circle, the total inside the B circle is 24. Sorry. 19 plus 5.

Now, we can also do that using a formula. Remember the formula n of A union B is equal to n of A plus n of B minus n of A intersect B.

The formulas work perfectly well in a lot of cases, not in all cases. We know this is 29. We know that this is 10. We know that we're looking for this one. And we know that this is 5.

29 = 10 + n ( B ) − 5

So this is 29 equals 5 plus n of B. And bring the 5 over, solving this algebraically. And then n of B is equal to 24. So you could do it that way, also. In this case it's probably a little easier to use the formula, but there's a lot of cases where the Venn diagram is the way to go. So there's two different ways to do the same problem. OK.

29 − 5 = 5 − 5 + n ( B ) n ( B ) = 24

Exercise 7.2: Problem 32 Transcript

We're going to look at question 32 from section 7.2. This is a table. I'm not going to recopy the table for you, that's in your textbook. It's a table, a contingency table that looks at the industry type for CEOs as well as the region that they're in. Industry types are manufacturing, communications, or finance. And then the regions are Northeast, Southeast, and Midwest. And all we're going to do is do some totals here.

Part a , the question is, What is the number of CEOs whose response was not Southeast? So not Southeast, of course, is Northeast, or Midwest, or West. Or means add.

There are 102 in the Northeast. That's 37 + 35 + 30. In the Midwest there are 52. 27 + 15 + 10, which is 52. In the West, there are 53. 15 + 20 is 35 + 18 is 53. And that gives us a total of 207.

NE=102 MW=52 W=53 102+52+53=207

Part b . So on the other hand, in part b they ask us for the number of CEOs whose responsible was communications or West. Now there in the West, we already decided there were 53. In the communications, 35 + 23 + 15 + 20 is 93. So, communications. There are 93. In the West there are 53.

And communications or West, you might think of them as just being 93 + 53. But you have to be a little bit careful here. Seems like you might have double counted something. Those people that are in communications and in the West are actually counted in the West column, and they're also counted in the communications row. You don't want to double count that.

So we should subtract that 20 off once, and that will bring it back to the count that we want. So comm or West is going to be 93 + 53 - 20 and that is 126. Add them together, subtract off the one that you counted twice, and now you're only counting it once.

Comm=93 West=53 Comm or West= 93+53-20=126

In Part c , we want the number of CEOs whose response was Northeast, but not manufacturing. So Northeast, but not manufacturing is just our 35 plus our 30 for communications and finance. And that is a total of 65.

Part d. On the other hand, in part d, the number of CEOs whose response was manufacturing or communications or Midwest or West, let's see, that's manufacturing the first two rows. Total those up. Or Midwest. And West. So the last two columns, we could total those up. Add those all together, make sure we didn't double count too much stuff. Subtract it off if we did, but there's actually going to be an easier way to do this. That seems complicated.

If we take manufacturing communications, West and Midwest, that fills out the entire top right part of that table, and only leaves the finance Northeast, and finance Southeast blank. So instead of counting everything that we want to include in, we just throw away the things we don't want using the complement. That's going to be an easier way to do that.

So we know there are a total of 250 CEOs, and we're going to subtract off the 30 and the 12 that came from Northeast and Southeast in finance.

That's 250 - 42, which is 208. So that's a far easier way to do that than adding all those other numbers.

250-(30+12)=208

Exercise 7.2: Problem 38 Transcript

We're going to look at problem number 38 from section 7.2. This is a problem that's most easily done using a Venn diagram. This is a three-set problem. It's a survey of 75 business travelers, and it's a survey of what they normally read - which newspaper. So I'm not to read off all the numbers to you, I'll leave that to you.

Venn Diagram with 3 intersecting circles labeled New York Times, Wall Street Journal. and USA Today

But we have The New York Times, The Wall Street Journal, and USA Today that we're going to be working with as our newspapers. You need to fill these in very carefully. This will be The New York Times. This will be The Wall Street Journal. And this will be USA Today. So they give us numbers. How many read The New York Times, how many read the Wall Street Journal, etc., and then they give us combinations.

New York Times and Wall Street Journal, New York Times and USA Today. And they give us all three. We just have to start in the middle, with all three. So they tell us that there are 5 that read all three. And then we have to work out slowly. This has to be done just right. They tell us that 8 read The Wall Street Journal and USA Today.

3 intersecting circles labeled New York Times, WSJ, and USA Tdoay filled in with data described in page text

So you know that in here, between The Wall Street Journal and USA Today is going to be 8. Now, 5 of them are here, so you need to make sure you subtract at this point to get the 3 there. That's a total of 8 that read The Wall Street Journal and USA Today. On the other hand, they tell us that nine read the New York Times and USA Today.

Five are here. At least 4 for right there. Make sure you're subtracting as you're filling these in. 10 read The New York Times and The Wall Street Journal. 5 here, 5 here. We're going to have to subtract again in this next set of steps. They tell us that 14 read USA Today. There's a total of 12 right here that are inside the USA Today circle.

So we only need two more to get the total up to 14 that read USA Today. On the other hand, they tell us that 18 read The Wall Street Journal. There's 13 already inside The Wall Street Journal circle. So we need 5 more to make that total 18. 23 read The New York Times. There are 14 right there.

3 intersecting cirles labeled and filled in with data and showing that 42 travelers don't read any paper

That leaves 9 for inside The New York Times circle, but outside the other circles. Now, there are a total of 75 business travelers. Let's see, there's 23 right here. There's 31 right there. There's 33 right there. And that means outside we have 75 minus 33, which is 42 that are inside any of those circles. OK.

So we've got our Venn diagram all filled in now, we're ready to start answering questions.

Part a . how many read none of these three magazines? That's the 42 we just found.

Part b . How many read The New York Times alone. That means The New York Times and neither of the other two. That's our nine. right there.

Part c . How many read The Wall Street Journal alone? That is our 5 right there. Wall Street Journal but none of the other - 2.

Part d . And USA Today only. And that is this 2 right here.

Part e . How many read neither The New York Times nor The Wall Street Journal. So they don't read The New York Times, and they don't read The Wall Street Journal.

So you can't include anything that's inside either of those two circles. And if you're not thinking very carefully, you might think that that's just 2. But we also have this 42 down here, and they certainly don't read The New York Times or Wall Street Journal. So we have 2 plus 42, which is 44.

And Part f . How many read The New York Times or Wall Street Journal, or both? So all of The New York Times people, all the Wall Street Journal people. And all those that are both, of course. Well, there were 23 inside The New York Times circle plus 5 plus 3 23 Plus 5 plus 3 is 31.

So that's how you want to do that, filling that Venn diagram in carefully. Making sure you subtract at each step, and then picking out the important areas, and sometimes it might be more than one. OK.

Lesson 1 Activities

Lesson 1 practice problems.

Please complete these problems in the textbook so that you will be prepared for the graded assignments. The answers to these questions are in the back of the book, so you may check your work.

  • Section 7.1: 1–57 odds.
  • Section 7.2: 1–45 odds.

Lesson 1 Homework

Please complete these problems in the textbook with your Wacom Bamboo Pen and Tablet, or by hand and then scanned into a file. Submit your work to the dropbox.

  • Section 7.1: 26, 30, 34, 46, 50
  • Section 7.2: 12, 16, 22, 30, 36

Lesson 1 Practice Quiz

There are 10 questions in total. The grade will not be counted into the final grades.

There is no time limit for this practice quiz.

The Lesson 1 Quiz will open on the first day of the lesson.

Lesson 1 Quiz

For this quiz, there are 10 questions in total. The full grade is 100 points.

Caution: This is a timed quiz with only one attempt allowed. Once the quiz is delivered the clock starts and will not pause even if you leave the quiz. Be mindful of the time remaining, and please make sure that you submit the quiz before time runs out.

You are not allowed to right-click, print, etc. The system will automatically submit your quiz when time limit expires.

Top of page

This site uses various technologies, as described in our Privacy Policy, for personalization, measuring website use/performance, and targeted advertising, which may include storing and sharing information about your site visit with third parties. By continuing to use this website you consent to our Privacy Policy and Terms of Use .

   COVID-19 Update: To help students through this crisis, The Princeton Review will continue our "Enroll with Confidence" refund policies. For full details, please click here.

  • Homework Help
  • Find a Tutor
  • How It Works
  • Pre-Med GPA Booster
  • Need a test prep tutor? Call us: 888-231-7737

24/7 Finite Math Help & Tutors

Ask any finite math question, and we’ll connect you with an online tutor in seconds. Get expert finite math help anytime, anywhere.

TRY A FREE SESSION!

Solve Finite Math Problems Faster

On-demand finite math tutoring means your math assignments just got a whole lot easier. Whatever you're working on, your online tutor will walk you step-by-step through the problem and the solution. Chat one-on-one with a finite math tutor in our online classroom until your question is answered.  Watch how it works.

Study with Expert Finite Math Tutors

Finite Math Help

Get Finite Math Help On Your Schedule

If you're online, so are we. Get 24/7 finite math help—no appointment needed.

finite mathematics homework help

Free MCAT Practice Test

I already know my score.

finite mathematics homework help

MCAT Self-Paced 14-Day Free Trial

finite mathematics homework help

Enrollment Advisor

1-800-2REVIEW (800-273-8439) ext. 1

1-877-LEARN-30

Mon-Fri 9AM-10PM ET

Sat-Sun 9AM-8PM ET

Student Support

1-800-2REVIEW (800-273-8439) ext. 2

Mon-Fri 9AM-9PM ET

Sat-Sun 8:30AM-5PM ET

Partnerships

  • Teach or Tutor for Us

College Readiness

International

Advertising

Affiliate/Other

  • Enrollment Terms & Conditions
  • Accessibility
  • Cigna Medical Transparency in Coverage

Register Book

Local Offices: Mon-Fri 9AM-6PM

  • SAT Subject Tests

Academic Subjects

  • Social Studies

Find the Right College

  • College Rankings
  • College Advice
  • Applying to College
  • Financial Aid

School & District Partnerships

  • Professional Development
  • Advice Articles
  • Private Tutoring
  • Mobile Apps
  • International Offices
  • Work for Us
  • Affiliate Program
  • Partner with Us
  • Advertise with Us
  • International Partnerships
  • Our Guarantees
  • Accessibility – Canada

Privacy Policy | CA Privacy Notice | Do Not Sell or Share My Personal Information | Your Opt-Out Rights | Terms of Use | Site Map

©2024 TPR Education IP Holdings, LLC. All Rights Reserved. The Princeton Review is not affiliated with Princeton University

TPR Education, LLC (doing business as “The Princeton Review”) is controlled by Primavera Holdings Limited, a firm owned by Chinese nationals with a principal place of business in Hong Kong, China.

Statistics Homework Help - MGT

Finite Math Help

Why is finite math so hard for students.

When I hear gripes from students about having a rough time with a math class in college, it is usually about Calculus or Statistics, or even Algebra. Those very traditional classes are well known, and their intrinsic difficulties are well known as well. If you are taking Calculus, it is expected that you may struggle with limits of with other well known struggles.


.



Or when you are working on an Algebra class, and you cannot some logarithmic equations around your head. That is all seen. We see it every day: students struggling with Algebra, Calculus and Statistics. But there are some other less known math classes that people take and could potentially bring a whole lot of surprises. A "Pandora box" so to speak.

finite math

Finite Math Formulas

What is with finite math that makes things a bit more difficult? Well, to start, it is clear that finite Math is a much more ample term and it can encompass diverse topics. A Finite Math for undergraduates may be completely different to what a graduate finite class could be. So in other words, there is no standard definition.

Another source of complication is what some students have described as "lack of formulas". Literally, I have heard that "Finite math does not have formulas". Really. And although that is not true, I cannot understand where that comes from.

Indeed, in Algebra we have the quadric formula

or in Statistics we use z-scores like

But in finite math, what do we have? Euler's formula obviously, but students do not recognize it. So it is true from that point of view: finite math is less RECOGNIZABLE than other types of math.

finite math

Is finite math harder than calculus?

It can be really. Like I mentioned before, it all depends on what you define as Finite Math, in terms of the topic you include. In many cases you see college courses called "Finite Math" but which is simply some other name for "Algebra 101". So it really depends on what you include there. If you include Automata theory in Finite math, things can get hairy, but that is usually the case for graduate finite math courses.

The concept of difficulty is relative, anyway. Whatever someone finds hard, someone else may find easy, and vice versa. The thing is: if you are stuck with a math class, finite math or not, you need to find a math tutor to help, without regards of whether the topic is hard or not.

Finite math solver

You have some basic calculators and solvers that can help you with finite math, even Excel. For example, many finite math courses include combinatory, for which you can use the combinations and permutation functions in Excel.

Also, many finite math classes include some kind of function graphing and analysis, more or less sophisticated, for which you would use software like Geogebra, which does an amazing job. Ultimately, finite math is about relationships between discrete and finite objects, for which reason the best tool you will use is your brain.

You can send you math homework problems for a Free Quote . We will be back shortly (sometimes within minutes) with our very competitive quote. So, it costs you NOTHING to find out how much would it be to get step-by-step solutions to your Stats homework problems.

Our experts can help YOU with your Finite Math. Get your FREE Quote. Learn about our satisfaction guaranteed policy: If you're not satisfied, we'll refund you. Please see our terms of service for more information about this policy.

finite mathematics homework help

Wyzant

Finite homework

2 Answered Questions for the topic Finite Homework

Explanation of Density Function using example:

finite mathematics homework help

Probability help/ Homework help

finite mathematics homework help

Still looking for help? Get the right answer, fast.

Get a free answer to a quick problem. Most questions answered within 4 hours.

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.

RELATED TOPICS

Related questions.

Answers · 1

find an online tutor

  • Abstract Algebra tutors
  • Boolean Algebra tutors
  • Linear Algebra tutors
  • Discrete Math tutors
  • ACT Math tutors
  • Math tutors
  • Advanced College Math tutors
  • College Math tutors

related lessons

  • Income and Changes in Retained Earnings
  • Ronald Reagan – “A Time for Choosing”
  • Need help with something else? Try one of our lessons.

Logo

Upload a screenshot and solve any math, physics, or accounting problem instantly with MathGPT!

Drag & drop an image file here, or click to select an image.

finite mathematics homework help

finite homework help

Boost your journey with 24/7 access to skilled experts, offering unmatched finite homework help

tutorbin

Trusted by 1.1 M+ Happy Students

finite mathematics homework help

TutorBin Testimonials

I found TutorBin Finite homework help when I was struggling with complex concepts. Experts provided step-wise explanations and examples to help me understand concepts clearly.

TutorBin experts resolve your doubts without making you wait for long. Their experts are responsive & available 24/7 whenever you need Finite subject guidance.

I trust TutorBin for assisting me in completing Finite assignments with quality and 100% accuracy. Experts are polite, listen to my problems, and have extensive experience in their domain.

I got my Finite homework done on time. My assignment is proofread and edited by professionals. Got zero plagiarism as experts developed my assignment from scratch. Feel relieved and super excited.

Popular Subjects for finite

  • Gas Dynamics
  • Biomechanics
  • Fluid Mechanics
  • Heat Transfer
  • Material Science
  • Strength Of Material
  • Automobile Engineering
  • Continuum Mechanics
  • Design for Manufacturing and Assembly
  • Energy Management
  • Energy Systems
  • Finite Element Analysis
  • Health And Safety Management
  • Hydraulics and Pneumatics
  • Internal Combustion
  • Kinematics of Machines
  • Machine Design
  • Manufacturing Process
  • Mechanical Measurements
  • Mechanical Standards
  • Renewable Energy
  • Solid Modelling
  • System Dynamics
  • Thermodynamics
  • Thermofluid
  • Turbomachinery/Pumps and Valves

TutorBin helping students around the globe

TutorBin believes that distance should never be a barrier to learning. Over 500000+ orders and 100000+ happy customers explain TutorBin has become the name that keeps learning fun in the UK, USA, Canada, Australia, Singapore, and UAE.

finite mathematics homework help

Get Instant Homework Help On Your Mobile

All The Answers, In Your pockets

Tutorbin

Get Answers In Few Hours

Get Homework Help Now!

AI Homework Help: Math Solver 4+

Science and education app, joseph rodrick, designed for iphone.

  • 5.0 • 1 Rating
  • Offers In-App Purchases

iPhone Screenshots

Description.

Presenting our app - Your Premier Homework Helper! This app is a comprehensive tool designed to streamline and enhance your academic experience. Explore its key features: - Snap and Solve: Simply snap a photo of your question and receive a detailed solution with step-by-step explanations. - Manual Input Assistance: Enter any question or problem manually and get a comprehensive answer with detailed breakdowns. - Essay Generation: Effortlessly create well-structured essays on specified topics. - Literary Summaries: Access concise summaries of any literary text. - Multi-Subject Problem Solving: Address questions in a broad range of subjects including Math, Chemistry, Physics, Biology, Economics, Finance, History, Geography, and more. - Grammar and Writing Checks: Achieve flawless writing with tools that check grammar and style. - Language Translations: Easily translate text into various languages. - AI Tutor Assistance: Consult our AI tutor for explanations on any topic or to clarify any aspect of the solutions provided. This app is your essential tool for academic success, equipped with a versatile set of features to boost your learning. Download the app and harness the power of technology at your fingertips! The app offers a subscription plan for unlimited access to all features. • Charges will apply to the iTunes Account at confirmation of purchase. • Subscriptions automatically renew unless auto-renew is turned off at least 24 hours before the end of the current period. • Accounts will be charged for renewal within 24 hours prior to the end of the current period, at the stated renewal cost. • Subscriptions and auto-renewal can be managed by going to the user's Account Settings after purchase. • Any unused portion of a free trial period, if offered, will be forfeited when the user subscribes to that publication, if applicable. Privacy Policy: https://docs.google.com/document/d/1W_fcdP0F1iEo_2MuM_UN1X0U7O8FOwVk7mKFatcff90/edit?usp=sharing Terms of Use: https://docs.google.com/document/d/1zHnuLVjg22sVZIeFsKqRlFSipDEegzD8O1k8kAuBeiA/edit?usp=sharing

Version 1.0.1

Minor UI bugfix

Ratings and Reviews

App privacy.

The developer, Joseph Rodrick , indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy .

Data Not Collected

The developer does not collect any data from this app.

Privacy practices may vary, for example, based on the features you use or your age. Learn More

Information

  • One week trial subscription $6.99
  • One week subscription $6.99
  • App Support
  • Privacy Policy

You Might Also Like

Funny Brain

PANCE Exam Prep Practice 2024

AI Math: Solver App

Homework Help, AI Math Solver

Quiz.AI - Math Problem Solver

AI Math Solver-Homework Helper

Please ensure that your password is at least 8 characters and contains each of the following:

  • a special character: @$#!%*?&

IMAGES

  1. Finite Arithmetic Series Formula

    finite mathematics homework help

  2. Finite Math For Dummies Cheat Sheet

    finite mathematics homework help

  3. Finite math: truth tables and equivalent statements

    finite mathematics homework help

  4. Help in finite math, only 3 q

    finite mathematics homework help

  5. Solved ules > Unit 2 > MyMathLab Homework MA171 Finite

    finite mathematics homework help

  6. Finite Mathematics & Applied Calculus: Topic Summaries: Matrix Algebra

    finite mathematics homework help

VIDEO

  1. Finite Mathematics

  2. Finite Mathematics ch1 kurdish فاینایت ماتماتیک چاپتەری یەکەم

  3. Finite Math Section 6.1: Part 1

  4. Finite Math Section 7.1 Part 1

  5. Finite Math, Section 5.6

  6. Finite Math, Section 5.4

COMMENTS

  1. Mathway

    Free math problem solver answers your finite math homework questions with step-by-step explanations. ... Take a photo of your math problem on the app. get Go. Finite Math. Basic Math. Pre-Algebra. Algebra. Trigonometry. Precalculus. Calculus. Statistics. Finite Math. Linear Algebra. Chemistry. Physics. Graphing. Upgrade. Calculators. Examples ...

  2. Finite Mathematics 7th Edition Textbook Solutions

    Solutions Manuals are available for thousands of the most popular college and high school textbooks in subjects such as Math, Science (Physics, Chemistry, Biology), Engineering (Mechanical, Electrical, Civil), Business and more. Understanding Finite Mathematics 7th Edition homework has never been easier than with Chegg Study.

  3. Finite Mathematics 8th Edition Textbook Solutions

    Solutions Manuals are available for thousands of the most popular college and high school textbooks in subjects such as Math, Science (Physics, Chemistry, Biology), Engineering (Mechanical, Electrical, Civil), Business and more. Understanding Finite Mathematics 8th Edition homework has never been easier than with Chegg Study.

  4. Finite Mathematics

    Exercise 37. Exercise 38. Exercise 39. Exercise 40. Exercise 41. Exercise 42. Exercise 43. Exercise 44. Find step-by-step solutions and answers to Finite Mathematics - 9780321748997, as well as thousands of textbooks so you can move forward with confidence.

  5. Finite Mathematics

    Exercise 27. Exercise 28. At Quizlet, we're giving you the tools you need to take on any subject without having to carry around solutions manuals or printing out PDFs! Now, with expert-verified solutions from Finite Mathematics 11th Edition, you'll learn how to solve your toughest homework problems. Our resource for Finite Mathematics ...

  6. Finite Mathematics 7th Edition Textbook Solutions

    Textbook solutions for Finite Mathematics 7th Edition Stefan Waner and others in this series. View step-by-step homework solutions for your homework. Ask our subject experts for help answering any of your homework questions!

  7. Finite Mathematics 11th Edition Textbook Solutions

    Solutions Manuals are available for thousands of the most popular college and high school textbooks in subjects such as Math, Science (Physics, Chemistry, Biology), Engineering (Mechanical, Electrical, Civil), Business and more. Understanding Finite Mathematics 11th Edition homework has never been easier than with Chegg Study.

  8. MATH 017: Finite Mathematics

    In this first lesson for Finite Mathematics we introduce the basic concepts and tools used in set theory. ... It might help to consider this: if you take out the 1, 2, and 3, what is left? The empty set, of course! ... This is problem number 16 from the homework. This is a true/false question. We're going to look at a set statement and ...

  9. 24/7 Finite Math Help & Tutors

    Solve Finite Math Problems Faster. On-demand finite math tutoring means your math assignments just got a whole lot easier. Whatever you're working on, your online tutor will walk you step-by-step through the problem and the solution. Chat one-on-one with a finite math tutor in our online classroom until your question is answered.

  10. Finite mathematics 1st year college homework help

    2. The U.S. Department of Education estimated that the average annual cost (tuition, fees, room, and board) of attending a four-year private college or university was $21,855 in 2000 and $31,704 in 2008. (a) Find the cost as a linear function of time since 2000. (Let y represent annual cost and x represent the year with. x = 0 representing 2000.

  11. Finite Math Examples

    Free math problem solver answers your algebra, geometry, trigonometry, calculus, and statistics homework questions with step-by-step explanations, just like a math tutor.

  12. Chapter 1.1 Solutions

    Finite Mathematics | 7th Edition. ISBN-13: 9781337515542 ISBN: 133751554X Authors: Stefan Waner, Steven Costenoble Rent | Buy. This is an alternate ISBN. View the primary ISBN for: Finite Mathematics 6th Edition Textbook Solutions.

  13. Help with Finite Math: How to get out of a Math pickle

    Whatever someone finds hard, someone else may find easy, and vice versa. The thing is: if you are stuck with a math class, finite math or not, you need to find a math tutor to help, without regards of whether the topic is hard or not. Finite math solver. You have some basic calculators and solvers that can help you with finite math, even Excel.

  14. Newest Finite Homework Questions

    Finite Homework Finite Mathematics Probability & Statistics. 10/12/15. Probability help/ Homework help. assume that the probability density function for the random variable X is the one given in the table below:Value of X Probability 1 0.1 5 ... more. Follows • 2. Expert Answers • 1 ...

  15. Finite Mathematics

    Exercises. Exercise 1. Exercise 2. Exercise 3. Exercise 4. Exercise 5. Exercise 6. Find step-by-step solutions and answers to Finite Mathematics - 9780321979438, as well as thousands of textbooks so you can move forward with confidence.

  16. Solutions written homework 2

    Homework finite math, math 1100 r07, r08 fall 2022 written homework solutions ii. iv. 0.75 no, since we have butter) p(jelly peanut butter) 0.78 0.975 p(peanut

  17. MathGPT

    MathGPT is an AI-powered math problem solver, integral calculator, derivative cacluator, polynomial calculator, and more! Try it out now and solve your math homework! Snap, Solve, Submit! Upload a screenshot and solve any math, physics, or accounting problem instantly with MathGPT!

  18. Finite Mathematics 5th Edition Textbook Solutions

    Solutions Manuals are available for thousands of the most popular college and high school textbooks in subjects such as Math, Science (Physics, Chemistry, Biology), Engineering (Mechanical, Electrical, Civil), Business and more. Understanding Finite Mathematics 5th Edition homework has never been easier than with Chegg Study.

  19. Mathway

    9 choose 1. 9C1 C 1 9. 100. Find the Number of Possibilities. 9 permute 6. 9P6 P 6 9. Free math problem solver answers your algebra, geometry, trigonometry, calculus, and statistics homework questions with step-by-step explanations, just like a math tutor.

  20. Online finite homework help and Assignment Assistance

    TutorBin's finite homework help provides students with access to experienced tutors who offer personalized solutions and guidance for all - finite related assignments, ensuring academic success ... Math Homework Help. Physics Homework Help. Chemistry Homework Help. Civil Engineering Homework Help. Finance Homework Help.

  21. AI Homework Help: Math Solver 4+

    ‎Presenting our app - Your Premier Homework Helper! This app is a comprehensive tool designed to streamline and enhance your academic experience. Explore its key features: - Snap and Solve: Simply snap a photo of your question and receive a detailed solution with step-by-step explanations. - Manual…

  22. Mathway

    Free math problem solver answers your finite math homework questions with step-by-step explanations.

  23. Solved Determine the unknow displacement using finite

    Our expert help has broken down your problem into an easy-to-learn solution you can count on. See Answer See Answer See Answer done loading Question: Determine the unknow displacement using finite element method knowing that E=200 GPa and the bars have the same cross-sectional area of .02m2.ux=2mm and uy=2cm.