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 .

We are experiencing sporadically slow performance in our online tools, which you may notice when working in your dashboard. Our team is fully engaged and actively working to improve your online experience. If you are experiencing a connectivity issue, we recommend you try again in 10-15 minutes. We will update this space when the issue is resolved.

  • 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

Want Better Math Grades?

✅ Unlimited Solutions

✅ Step-by-Step Answers

✅ Available 24/7

➕ Free Bonuses ($1085 value!)

On this page

  • Search IntMath
  • Math interactives
  • About (site info)
  • Uses of Trignometry
  • ASCIIMath input, KaTeX output
  • ASCIIMath input, LaTeX and KaTeX output
  • Send Math in emails
  • Syntax for ASCIIMathML
  • Math Display Experiments
  • Scientific Notebook

Math Problem Solver

Related Sections

Math Tutoring

Need help? Chat with a tutor anytime, 24/7.

AI Math Calculator Reviews

This tool combines the power of mathematical computation engine that excels at solving mathematical formulas with the power of artificial intelligence large language models to parse and generate natural language answers. This creates a math problem solver that's more accurate than ChatGPT, more flexible than a math calculator, and provides answers faster than a human tutor.

Sign up for free here .

Problem Solver Subjects

Our math problem solver that lets you input a wide variety of math math problems and it will provide a step by step answer. This math solver excels at math word problems as well as a wide range of math subjects.

  • Math Word Problems
  • Pre-Algebra
  • Geometry Graphing
  • Trigonometry
  • Precalculus
  • Finite Math
  • Linear Algebra

Here are example math problems within each subject that can be input into the calculator and solved. This list is constanstly growing as functionality is added to the calculator.

Basic Math Solutions

Below are examples of basic math problems that can be solved.

  • Long Arithmetic
  • Rational Numbers
  • Operations with Fractions
  • Ratios, Proportions, Percents
  • Measurement, Area, and Volume
  • Factors, Fractions, and Exponents
  • Unit Conversions
  • Data Measurement and Statistics
  • Points and Line Segments

Math Word Problem Solutions

Math word problems require interpreting what is being asked and simplifying that into a basic math equation. Once you have the equation you can then enter that into the problem solver as a basic math or algebra question to be correctly solved. Below are math word problem examples and their simplified forms.

Word Problem: Rachel has 17 apples. She gives some to Sarah. Sarah now has 8 apples. How many apples did Rachel give her?

Simplified Equation: 17 - x = 8

Word Problem: Rhonda has 12 marbles more than Douglas. Douglas has 6 marbles more than Bertha. Rhonda has twice as many marbles as Bertha has. How many marbles does Douglas have?

Variables: Rhonda's marbles is represented by (r), Douglas' marbles is represented by (d) and Bertha's marbles is represented by (b)

Simplified Equation: {r = d + 12, d = b + 6, r = 2 �� b}

Word Problem: if there are 40 cookies all together and Angela takes 10 and Brett takes 5 how many are left?

Simplified: 40 - 10 - 5

Pre-Algebra Solutions

Below are examples of Pre-Algebra math problems that can be solved.

  • Variables, Expressions, and Integers
  • Simplifying and Evaluating Expressions
  • Solving Equations
  • Multi-Step Equations and Inequalities
  • Ratios, Proportions, and Percents
  • Linear Equations and Inequalities

Algebra Solutions

Below are examples of Algebra math problems that can be solved.

  • Algebra Concepts and Expressions
  • Points, Lines, and Line Segments
  • Simplifying Polynomials
  • Factoring Polynomials
  • Linear Equations
  • Absolute Value Expressions and Equations
  • Radical Expressions and Equations
  • Systems of Equations
  • Quadratic Equations
  • Inequalities
  • Complex Numbers and Vector Analysis
  • Logarithmic Expressions and Equations
  • Exponential Expressions and Equations
  • Conic Sections
  • Vector Spaces
  • 3d Coordinate System
  • Eigenvalues and Eigenvectors
  • Linear Transformations
  • Number Sets
  • Analytic Geometry

Trigonometry Solutions

Below are examples of Trigonometry math problems that can be solved.

  • Algebra Concepts and Expressions Review
  • Right Triangle Trigonometry
  • Radian Measure and Circular Functions
  • Graphing Trigonometric Functions
  • Simplifying Trigonometric Expressions
  • Verifying Trigonometric Identities
  • Solving Trigonometric Equations
  • Complex Numbers
  • Analytic Geometry in Polar Coordinates
  • Exponential and Logarithmic Functions
  • Vector Arithmetic

Precalculus Solutions

Below are examples of Precalculus math problems that can be solved.

  • Operations on Functions
  • Rational Expressions and Equations
  • Polynomial and Rational Functions
  • Analytic Trigonometry
  • Sequences and Series
  • Analytic Geometry in Rectangular Coordinates
  • Limits and an Introduction to Calculus

Calculus Solutions

Below are examples of Calculus math problems that can be solved.

  • Evaluating Limits
  • Derivatives
  • Applications of Differentiation
  • Applications of Integration
  • Techniques of Integration
  • Parametric Equations and Polar Coordinates
  • Differential Equations

Statistics Solutions

Below are examples of Statistics problems that can be solved.

  • Algebra Review
  • Average Descriptive Statistics
  • Dispersion Statistics
  • Probability
  • Probability Distributions
  • Frequency Distribution
  • Normal Distributions
  • t-Distributions
  • Hypothesis Testing
  • Estimation and Sample Size
  • Correlation and Regression

Finite Math Solutions

Below are examples of Finite Math problems that can be solved.

  • Polynomials and Expressions
  • Equations and Inequalities
  • Linear Functions and Points
  • Systems of Linear Equations
  • Mathematics of Finance
  • Statistical Distributions

Linear Algebra Solutions

Below are examples of Linear Algebra math problems that can be solved.

  • Introduction to Matrices
  • Linear Independence and Combinations

Chemistry Solutions

Below are examples of Chemistry problems that can be solved.

  • Unit Conversion
  • Atomic Structure
  • Molecules and Compounds
  • Chemical Equations and Reactions
  • Behavior of Gases
  • Solutions and Concentrations

Physics Solutions

Below are examples of Physics math problems that can be solved.

  • Static Equilibrium
  • Dynamic Equilibrium
  • Kinematics Equations
  • Electricity
  • Thermodymanics

Geometry Graphing Solutions

Below are examples of Geometry and graphing math problems that can be solved.

  • Step By Step Graphing
  • Linear Equations and Functions
  • Polar Equations

Looking for the old Mathway Calculator? We've moved it to here .

Tips, tricks, lessons, and tutoring to help reduce test anxiety and move to the top of the class.

Email Address Sign Up

Diversity First Network

  • ONLINE COURSES
  • TExES 4-8 PREP

Students enrolled in of
Math 1314, 1324, 1325, 1342, 2312, 2318, 2413, 2414, 2415, 3321, and 3339
can access course information .

Help materials for both traditional and online courses are shown below.

The Online Texts for Math 1300, 1310, 1313, 1314, 1330, 2303, 2311 and 3321 have moved to . Students at UH can access the full materials for these courses by enrolling at UH and purchasing an Access Code from the Campus Bookstore. The first portions of each of these texts are listed below, along with the other learning materials.

(portion) (portion)
(portion) - , (portion)
(portion)
,   (portion)
,  
(portion)


The links to Math 1300, 1314, 1324, 1325, 2312, 2303 and 3321 above give access to a small portion of the online texts for those courses.

See the note above to access full versions of the materials. Bound versions for Math 1300, 1314, 2312, and 2303 can be purchased at the Copy Center.
The materials above for Math 2413, 2414, 1342, and 2415 are NOT online texts.
They are additional help materials.

Report difficulty accessing the materials above by sending an email to .

UpStudy - Your Best AI Homework Helper

finite mathematics homework help

Why Use UpStudy Homework AI

finite mathematics homework help

Cover All Levels And Kinds Of Math Problems

finite mathematics homework help

Hear What Users Say About UpStudy (formerly CameraMath)

avatar

From CameraMath to UpStudy: You Might Want to Know

Why did cameramath change its name to upstudy.

finite mathematics homework help

Will UpStudy's upgrade affect my premium subscription?

Answered problems by math tutors.

A soccer coach wants to know how many hours a week his players spend training at home. He has 20 players and he decides to ask the first 4 players to arrive at Monday's soccer practice how many hours they spend training per week. He then calculated that they spend an average of 10 hour per week. Therefore, he assumed that all the players train 10 hours per week. Is this an example of a simple random sample? 

A No, because each student did not have an equal chance of being selected. 

B Yes, because each student had an equal chance of being selected. 

C No, because he did not sample every soccer player. 

D Yes, the minimum number of students sampled need to be four for it to be a simple random sample. 

The figure shows the graph of f. 

(b) Which of the cx-values A, B, C, D, E, F and G appear to be inflection points of f? 

The diagram shows two rectangles, A and B. 

All measurements are in centimetres. 

The area of rectangle A is equal to the area of rectangle B. 

Find an expression for y in terms of w. 

George's page contains twice as many typed words as Bill's page and Bill's page contains 50 fewer words than Charlie's page. If each person can type 60 words per minute, after one minute, the difference between twice the number of words on Bill's page and the number of words on Charlie's page is 210. How many words did Bill's page contain initially?

 Bill's page initially contained        words. 

Simplify 2sin(5x)cos(3x) - sin(2x) to one an expression containing one trigonometric function. Then graph the original function and your simplified version to verify they are identical. Enclose arguments of functions in parentheses. For example, sin(2x). 

2sin(5x)cos(3x)-sin(2x)=

A health psychologist was interested in the effects of vitamin supplements on the immune system. Three groups of adults were exposed (in a highly ethical way) to the cold virus; one group took no supplements for a week before exposure, another had vitamin C supplements, and a third had multivitamins (excluding C). The severity of the cold was measured as a percentage (0% = not contracted, 100% very severe symptoms). The psychologist also measured the number of cigarettes that each person smoked per day, as smoking suppresses the immune system. The psychologist was interested in the differences in the severity of the illnesses across different vitamin groups accounting for cigarette usage. What technique should be used to analyse these data? 

A. Two-way repeated-measures ANOVA 

B. Two-way independent ANOVA 

You can enjoy

  • Step-by-step explanations
  • 24/7 expert live tutors
  • Unlimited number of questions
  • No interruptions
  • Full access to answer and solution
  • Limited Solutions
Rank Topic Problem Formatted Problem
1 Find the Number of Possibilities
2 Find the Number of Possibilities
3 Find the Number of Possibilities
4 Find the Number of Possibilities
5 Find the Number of Possibilities
6 Find the Number of Possibilities
7 Find the Number of Possibilities
8 Find the Number of Possibilities
9 Find the Number of Possibilities
10 Find the Number of Possibilities
11 Find the Number of Possibilities
12 Find the Number of Possibilities
13 Find the Number of Possibilities
14 Find the Number of Possibilities
15 Find the Number of Possibilities
16 Find the Number of Possibilities
17 Find the Number of Possibilities
18 Find the Number of Possibilities
19 Find the Number of Possibilities
20 Find the Number of Possibilities
21 Find the Number of Possibilities
22 Find the Number of Possibilities
23 Find the Number of Possibilities
24 Find the Number of Possibilities
25 Find the Number of Possibilities
26 Find the Number of Possibilities
27 Find the Number of Possibilities
28 Find the Number of Possibilities
29 Find the Number of Possibilities
30 Find the Number of Possibilities
31 Find the Number of Possibilities
32 Find the Number of Possibilities
33 Find the Number of Possibilities
34 Find the Number of Possibilities
35 Find the Number of Possibilities
36 Find the Number of Possibilities
37 Find the Number of Possibilities
38 Find the Number of Possibilities
39 Find the Number of Possibilities
40 Find the Number of Possibilities
41 Find the Number of Possibilities
42 Find the Number of Possibilities
43 Find the Number of Possibilities
44 Find the Number of Possibilities
45 Find the Number of Possibilities
46 Find the Number of Possibilities
47 Find the Number of Possibilities
48 Find the Number of Possibilities
49 Find the Number of Possibilities
50 Find the Number of Possibilities
51 Find the Number of Possibilities
52 Find the Number of Possibilities
53 Find the Number of Possibilities
54 Find the Number of Possibilities
55 Find the Number of Possibilities
56 Find the Number of Possibilities
57 Evaluate
58 Find Any Equation Perpendicular to the Line
59 Find the Number of Possibilities
60 Find the Number of Possibilities
61 Find the Number of Possibilities
62 Find the Number of Possibilities
63 Find the Number of Possibilities
64 Find the Number of Possibilities
65 Find the Number of Possibilities
66 Find the Number of Possibilities
67 Find the Number of Possibilities
68 Find the Number of Possibilities
69 Find the Number of Possibilities
70 Find the Number of Possibilities
71 Find the Number of Possibilities
72 Find the Number of Possibilities
73 Find the Number of Possibilities
74 Find the Number of Possibilities
75 Find the Number of Possibilities
76 Find the Number of Possibilities
77 Find the Number of Possibilities
78 Find the Number of Possibilities
79 Find the Number of Possibilities
80 Find the Number of Possibilities
81 Find the Number of Possibilities
82 Find the Inverse
83 Find the Range
84 Find the Number of Possibilities
85 Find the Number of Possibilities
86 Find the Number of Possibilities
87 Find the Number of Possibilities
88 Find the Number of Possibilities
89 Find the Number of Possibilities
90 Find the Number of Possibilities
91 Find the Number of Possibilities
92 Find the Number of Possibilities
93 Find the Number of Possibilities
94 Find the Number of Possibilities
95 Find the Number of Possibilities
96 Find the Number of Possibilities
97 Find the Number of Possibilities
98 Find the Number of Possibilities
99 Find the Number of Possibilities
100 Find the Number of Possibilities
  • Terms ( Premium )
  • DO NOT SELL MY INFO
  • Mathway © 2024

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

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

Homework Q&A

Drag image here or click to upload

  • Anatomy & Physiology
  • Astrophysics
  • Earth Science
  • Environmental Science
  • Organic Chemistry
  • Precalculus
  • Trigonometry
  • English Grammar
  • U.S. History
  • World History

Math AI Solver

Math AI Solver

Use our AI math solver to solve any math homework problem online for free

Tackle Your Math Homework with Our AI Math Solver

Tackle Your Math Homework with Our AI Math Solver

Struggling to do your math homework? HIX Tutor’s AI Math Solver simplifies math problems. Get fast, accurate math solutions in one click with our state-of-the-art math AI solver.

Why Use HIX Tutor’s Math AI Homework Solver

Comprehensive support.

Math AI Solver can assist with math at all grade levels, ranging from elementary math to university and beyond.

Step-by-Step Solutions

Get detailed explanations for each step of the problem to gain a better understanding of your math homework.

24/7 Availability

Access our AI math solver anytime to meet your homework needs around the clock to ensure that you never miss a deadline.

Save Time and Money

Get answers to math problems in record time and save on the cost of math tutors with our free math AI solver tool.

Technologically Advanced

We offer the latest in AI math technology to ensure accurate answers to any math problems including algebra, geometry, calculus, etc.

Streamlined Learning

Our AI math problem solvers make learning all kinds of math easier by providing step-by-step guidance and answers.

Experience the Best Math AI Solver on the Market

Stuck on a difficult math question? Math AI Solver is here to assist you:

Submit Your Math Query

Type in your math question or upload the document or an image of the homework problem.

Let Math AI Solver Do Its Magic

Wait just a few moments while our advanced math homework AI tool analyzes the question and prepares an accurate solution.

Receive the Correct Answer

Receive a detailed, step-by-step solution to your math query that includes an accurate answer.

Other AI Homework Helpers

Demystify topics ranging from basic mechanics to advanced electromagnetism with detailed solutions

Chemistry AI

HIX Tutor's AI chemistry homework helper is your go-to companion to master chemistry problem-solving.

Clarify doubts, and get insights on complex processes and terminologies. Get accurate answers to hard.

HIX Tutor’s AI Math Problem Solver Features at a Glance

✅ Accurate AI solutionsEliminate the risk of errors and mistakes
📝 Rapid homework responseGet correct answers in just moments
📚 Comprehensive math supportCovers maths at all grade levels
📈 Ultimate math tutorBoost your maths grade and school success

1. What is Math AI?

A Math AI is an artificial intelligence-powered tool designed to solve complex mathematical problems efficiently and accurately. By utilizing advanced algorithms and computational power, Math AI can provide step-by-step solutions, offer insights into problem-solving strategies, and enhance our overall understanding of various mathematical concepts.

2. What math subjects does the AI math problem solver cover?

Our AI math solver tool is trained to solve a wide range of math subjects, including but not limited to, algebra, geometry, calculus, trigonometry, calculus, and more.

3. How long does this math AI take to get an answer to my math question?

HIX Tutor's math AI Solver is available 24/7 and delivers correct, step-by-step solutions to maths questions almost immediately after you submit the query.

4. What's the best Math AI solver?

HIX Tutor is the best Math AI that offers comprehensive solutions for solving complex mathematical problems. With its advanced features, such as step-by-step explanations, personalized learning paths, and interactive problem-solving tools, HIX Tutor aims to help students and professionals better understand mathematical concepts and improve their problem-solving skills.

5. How does HIX Tutor's AI for maths work?

HIX Tutor's math AI helper utilizes advanced algorithms and deep learning techniques to analyze and understand math problems. It breaks down the problem into steps, applies relevant mathematical concepts, and provides detailed explanations for each step of the solution.

6. Is HIX Tutor's mathematics AI solver accurate?

Yes, our math AI solving tool is designed to deliver accurate solutions. It has been trained on a vast dataset of mathematical problems to ensure its proficiency in providing reliable answers. However, it's important to note that while our tool strives for accuracy, occasional errors or misunderstandings may occur.

7. Is HIX Tutor's math AI solver replace the need for a maths tutor?

While our maths AI tool is designed to provide comprehensive support and step-by-step solutions, it is not intended to replace the guidance and expertise of a human maths tutor. It can be a valuable tool to supplement your learning and provide quick answers, but for in-depth understanding and tailored guidance, a maths tutor may still be beneficial in certain situations.

8. Is this math AI free to use?

Yes, you can try Math AI Solver at no cost. Once you’ve reached your free question limit, you’ll need to purchase an affordable subscription.

Discover Frequently Asked Math Questions and Their Answers

  • How do you write the quadratic function #y=x^2+14x+11# in vertex form?
  • How many points does #y=-2x^2+x-3# have in common with the vertex and where is the vertex in relation to the x axis?
  • How do you solve #4x^4 - 16x^2 + 15 = 0#?
  • How do you solve #2x^2+3x-2=0#?
  • How do you solve #7(x-4)^2-2=54# using any method?
  • How do you solve #x^2 + 5x + 6 = 0# algebraically?
  • How do you use factoring to solve this equation #3x^2/4=27#?
  • What is the vertex of # y = (1/8)(x – 5)^2 - 3#?
  • How do you solve #| x^2+3x-2 | =2#?
  • How do you solve #2x²+3x=5 # using the quadratic formula?
  • How do you find the derivative of #y=tan(3x)# ?
  • How do you differentiate #f(x)= 1/ (lnx)# using the quotient rule?
  • How do you differentiate #(3+sin(x))/(3x+cos(x))#?
  • What is the derivative of this function #sin^-1(x/4)#?
  • What is the derivative of this function #y=sin^-1(2x)#?
  • What is the derivative of this function #arcsec(x^3)#?
  • What is the derivative of #y=sin(tan2x)#?
  • How do you differentiate #cos(pi*x^2)#?
  • What is the derivative of #f(x)=(x^2-4)ln(x^3/3-4x)#?
  • What is the derivative of #y=3sin(x) - sin(3x)#?
  • A triangle has corners at #(5 ,1 )#, #(2 ,9 )#, and #(4 ,3 )#. What is the area of the triangle's circumscribed circle?
  • How can we find the area of irregular shapes?
  • A triangle has vertices A, B, and C. Vertex A has an angle of #pi/2 #, vertex B has an angle of #( pi)/3 #, and the triangle's area is #24 #. What is the area of the triangle's incircle?
  • An isosceles triangle has sides A, B, and C with sides B and C being equal in length. If side A goes from #(7 ,1 )# to #(8 ,5 )# and the triangle's area is #27 #, what are the possible coordinates of the triangle's third corner?
  • A triangle has corners at #(7 , 9 )#, #(3 ,7 )#, and #(4 ,8 )#. What is the radius of the triangle's inscribed circle?
  • Circle A has a center at #(2 ,3 )# and a radius of #1 #. Circle B has a center at #(0 ,-2 )# and a radius of #4 #. Do the circles overlap? If not, what is the smallest distance between them?
  • A parallelogram has sides A, B, C, and D. Sides A and B have a length of #2 # and sides C and D have a length of # 7 #. If the angle between sides A and C is #pi/4 #, what is the area of the parallelogram?
  • What is a quadrilateral that is not a parallelogram and not a trapezoid?
  • Your teacher made 8 triangles he need help to identify what type triangles they are. Help him?: 1) #12, 16, 20# 2) #15, 17, 22# 3) #6, 16, 26# 4) #12, 12, 15# 5) #5,12,13# 6) #7,24,25# 7) #8,15,17# 8) #9,40,41#
  • A triangle has corners A, B, and C located at #(3 ,5 )#, #(2 ,9 )#, and #(4 , 8 )#, respectively. What are the endpoints and length of the altitude going through corner C?
  • What is the GCF of the set #64, 16n^2, 32n#?
  • How do you write the reciprocal number of 5?
  • Jeanie has a 3/4 yard piece of ribbon. She needs one 3/8 yard piece and one 1/2 yard piece. Can she cut the piece of ribbon into the two smaller pieces? Why?
  • How do you find the GCF of #25k, 35j#?
  • How do you write 132/100 in a mixed number?
  • How do you evaluate the power #2^3#?
  • How do you simplify #(4^6)^2 #?
  • How do you convert 3.2 tons to pounds?
  • How do you solve #\frac { 5} { 8} + \frac { 3} { 2} ( 4- \frac { 1} { 4} ) - \frac { 1} { 8}#?
  • What are some acronyms for PEMDAS?
  • How do you find all the asymptotes for function #y=(3x^2+2x-1)/(x^2-4 )#?
  • How do you determine whether the graph of #y^2+3x=0# is symmetric with respect to the x axis, y axis or neither?
  • How do you determine whether the graph of #y^2=(4x^2)/9-4# is symmetric with respect to the x axis, y axis, the line y=x or y=-x, or none of these?
  • How do you find the end behavior of #-x^3+3x^2+x-3#?
  • How do you find the asymptotes for #(2x^2 - x - 38) / (x^2 - 4)#?
  • How do you find the asymptotes for #f(x) = (x^2) / (x^2 + 1)#?
  • How do you find the vertical, horizontal and slant asymptotes of: #(3x-2) / (x+1)#?
  • How do you find the Vertical, Horizontal, and Oblique Asymptote given #s(t)=(8t)/sin(t)#?
  • How do you find vertical, horizontal and oblique asymptotes for #(x^3+1)/(x^2+3x)#?
  • How do you find vertical, horizontal and oblique asymptotes for #y = (4x^3 + x^2 + x + 5 )/( x^2 + 3x)#?
  • What is a pooled variance?
  • What is the mean, mode median and range of 11, 12, 13, 12, 14, 11, 12?
  • What is the z-score of sample X, if #n = 81, mu= 43, St. Dev. =90, and E[X] =57#?
  • The camera club has five members, and the mathematics club has eight. There is only one member common to both clubs. In how many ways could a committee of four people be formed with at least one member from each club?
  • How many permutations are there of the letter in the word baseball?
  • How do you evaluate 6p4?
  • What is the probability of #X= 6# successes, using the binomial formula?
  • A lottery has a $100 000 first prize, a $25 000 second prize, and five $500 third prizes. A total of 50000 tickets are sold. What is the probability of winning a prize in this lottery?
  • When a event is reported, the probability that is a negative event is 30%. What is the probability that 3 out of 5 reported events are negative?
  • What is the median of 5, 19, 2, 28, 25?
  • How do you solve this trigonometric equation?
  • What is the frequency of #f(theta)= sin 3 t - cos2 t #?
  • How do you evaluate #Sin(pi/2) + 6 cos(pi/3) #?
  • How do you find the values of all six trigonometric functions of a right triangle ABC where C is the right angle, given a=9, b=40, c=41?
  • How do you express (5*pi)/4 into degree?
  • Solve for θ on the interval [90°,180°]:2tanθ +19 = 0?
  • Prove that #((cos(33^@))^2-(cos(57^@))^2)/((sin(10.5^@))^2-(sin(34.5^@))^2)= -sqrt2# ?
  • A triangle has sides A, B, and C. The angle between sides A and B is #(pi)/3# and the angle between sides B and C is #pi/6#. If side B has a length of 26, what is the area of the triangle?
  • How do you write the following in trigonometric form and perform the operation given #(sqrt3+i)(1+i)#?
  • A triangle has sides A, B, and C. The angle between sides A and B is #(2pi)/3#. If side C has a length of #32 # and the angle between sides B and C is #pi/12#, what is the length of side A?

Get Started with Our Smart Homework AI Now!

Trust HIX Tutor’s Math AI for Reliable Math Solutions

Don’t waste hours slaving over complex equations or confusing mathematical word problems. Math AI Solver is the ultimate solution for completing math assessments quickly and efficiently. Get started now.

IMAGES

  1. Finite Arithmetic Series Formula

    finite mathematics homework help

  2. Solved I have three questions in finite mathematics, which I

    finite mathematics homework help

  3. Finite

    finite mathematics homework help

  4. Finite math: truth tables and equivalent statements

    finite mathematics homework help

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

    finite mathematics homework help

  6. Solved MAT 172-Finite Mathematics (2) Homework: Homework:

    finite mathematics homework help

COMMENTS

  1. Finite Mathematics 8th Edition Textbook Solutions

    Unlike static PDF Finite Mathematics 8th Edition solution manuals or printed answer keys, our experts show you how to solve each problem step-by-step. No need to wait for office hours or assignments to be graded to find out where you took a wrong turn. You can check your reasoning as you tackle a problem using our interactive solutions viewer.

  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. 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 ...

  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 11th Edition Textbook Solutions

    Unlike static PDF Finite Mathematics 11th Edition solution manuals or printed answer keys, our experts show you how to solve each problem step-by-step. No need to wait for office hours or assignments to be graded to find out where you took a wrong turn. You can check your reasoning as you tackle a problem using our interactive solutions viewer.

  6. 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 ...

  7. 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!

  8. Finite Mathematics

    Exercise 23. Exercise 24. 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 7th Edition, you'll learn how to solve your toughest homework problems. Our resource for Finite Mathematics ...

  9. MATH 017: Finite Mathematics

    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 ...

  10. Finite Mathematics and Applied Calculus

    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 and Applied Calculus 7th Edition homework has never been easier than with Chegg Study.

  11. 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.

  12. 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.

  13. Math Problem Solver

    Problem Solver Subjects. Our math problem solver that lets you input a wide variety of math math problems and it will provide a step by step answer. This math solver excels at math word problems as well as a wide range of math subjects. Here are example math problems within each subject that can be input into the calculator and solved.

  14. Finite Mathematics Textbook Solutions

    3799. Finite Mathematics 8th Edition by Howard L Rolf. 3799. Finite Mathematics 11th Edition by Michael R Ziegler, Michael R Ziegler, Raymond A. Barnett, Karl E Byleen, Karl E Byleen, Karl E. Byleen, Michael R. Ziegler. 3822. Finite Mathematics textbook solutions from Chegg, view all supported editions.

  15. 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.

  16. Finite Mathematics

    Find step-by-step solutions and answers to Finite Mathematics - 9780321979438, as well as thousands of textbooks so you can move forward with confidence. ... Mathematics of Finance. Section 5-1: Simple and Compound Interest. Section 5-2: Future Value of an Annuity. Section 5-3: Present Value of an Annuity; Amortization. Page 235: Review ...

  17. UH

    Finite Math - Math 1324 (previously 1313) Help - Text (portion) - Calculator: ... Calculus III - Math 2415 (previously 2433) Help: Engineering Mathematics - Math 3321 (portion) The links to Math 1300, 1314, 1324, 1325, 2312, 2303 and 3321 above give access to a small portion of the online texts for those courses.

  18. Mathway

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

  19. UpStudy (Fomerly CameraMath)

    AI Homework Helper. UpStudy ( previously known as CameraMath ) is the world's top multidisciplinary solving and learning platform for millions of learners seeking answers in mathematics, chemistry, physics, and biology, studying for tests, and discovering facts across disciplines. This AI Homework Help app provides accurate, instant, and step ...

  20. Mathway

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

  21. 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.

  22. 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.

  23. Math AI Problem Solver

    A Math AI is an artificial intelligence-powered tool designed to solve complex mathematical problems efficiently and accurately. By utilizing advanced algorithms and computational power, Math AI can provide step-by-step solutions, offer insights into problem-solving strategies, and enhance our overall understanding of various mathematical concepts.

  24. 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.