7.1 Sets
- Use set notation to represent unions, intersections, and complements of sets.
- Use Venn diagrams to solve counting problems.
7.1.1 Sets and Set Notation
In this section we introduce set operations and notations that underpin both counting and probability. The ideas are simple but essential — every probability computation and every counting argument in this chapter builds on them.
Source: Applied Finite Mathematics
A set is a collection of objects. The objects that belong to the set are called its elements (or members). We name a set with a capital letter and list its members inside braces \(\{\ \}\).
For example, the members of a chess club might be written
$$C = \{\text{Ken, Bob, Tran, Shanti, Eric}\}.$$Source: Applied Finite Mathematics
A set with no elements is called the empty set, denoted \(\varnothing\) (equivalently \(\{\ \}\)).
Context Pause: Why do we need a special symbol for "nothing"?
The empty set may feel like a technicality, but it's doing real work. When you intersect two groups that share no members — say, math majors enrolled in a preschool music class — the result isn't "invalid"; it's \(\varnothing\), a legitimate set. Having a named symbol lets us write equations about emptiness the same way we write equations about numbers. In probability, \(\varnothing\) represents the event "nothing happens," and it gets probability \(0\).
Insight Note: Sets ignore order and repetition
The set \(\{1, 2, 3\}\) is the same set as \(\{3, 1, 2\}\) or \(\{1, 1, 2, 3\}\). Sets care only about which elements are present, not how many times you wrote them or what order you listed them in. This distinguishes sets from lists and from tuples, which do care about order.
Source: Applied Finite Mathematics
List the elements of the set \(D\) of days of the week whose name starts with the letter T.
Solution
7.1.2 Set Equality and Subsets
We often compare sets. Two common relationships are equality (both sets contain exactly the same elements) and subset (one set is contained inside another).
Source: Applied Finite Mathematics
Two sets are equal if they have the same elements, regardless of order or repetition.
Source: Applied Finite Mathematics
A set \(A\) is a subset of a set \(B\) — written \(A \subseteq B\) — if every element of \(A\) is also an element of \(B\).
For example, if \(C = \{\text{Al, Bob, Chris, David, Ed}\}\) and \(A = \{\text{Bob, David}\}\), then every member of \(A\) is also in \(C\), so \(A \subseteq C\).
Context Pause: "Subset" vs "member"
Don't confuse \(A \subseteq B\) ("\(A\) is a subset of \(B\)") with \(a \in B\) ("\(a\) is a member of \(B\)"). The first is a relationship between two sets; the second is a relationship between an element and a set. Writing \(\{\text{Bob}\} \in C\) is a type error — \(\{\text{Bob}\}\) is a set, not a single person.
Insight Note: Every set contains two "trivial" subsets
For any set \(S\), two subsets always exist: the empty set \(\varnothing\) and \(S\) itself. Think of \(\varnothing\) as "take nothing" and \(S\) as "take everything." Every other subset is a middle choice. This matters for counting: a set with \(n\) elements has exactly \(2^n\) subsets — one for each yes/no decision per element.
Source: Applied Finite Mathematics
List all the subsets of the set of primary colors \(\{\text{red, yellow, blue}\}\).
Solution
A subset is any group you can form by deciding to include or exclude each element. For three elements there are \(2^3 = 8\) subsets:
$$\varnothing,\ \{\text{red}\},\ \{\text{yellow}\},\ \{\text{blue}\},\ \{\text{red, yellow}\},\ \{\text{red, blue}\},\ \{\text{yellow, blue}\},\ \{\text{red, yellow, blue}\}.$$
Notice that the empty set and the whole set are both on this list — every set is a subset of itself, and \(\varnothing\) is a subset of every set.
Source: Applied Finite Mathematics
List all the subsets of \(\{\text{Aaliyah, Imani}\}\).
Solution
There are \(2^2 = 4\) subsets:
$$\varnothing,\ \{\text{Aaliyah}\},\ \{\text{Imani}\},\ \{\text{Aaliyah, Imani}\}.$$
7.1.3 Union of Two Sets
When we combine two groups into a single bigger group, we are taking their union.
Source: Applied Finite Mathematics
The union of sets \(A\) and \(B\), written \(A \cup B\), is the set of all elements that are in \(A\), in \(B\), or in both.
Context Pause: "Or" in math is inclusive
Everyday English often treats "\(A\) or \(B\)" as meaning one but not both ("coffee or tea?"). In set theory, "or" is inclusive — elements that belong to both sets are included in \(A \cup B\) as well. When you compute a union, never count the overlap twice.
Insight Note: Union as coloring
Picture two overlapping circles. The union \(A \cup B\) is every region that gets shaded when you color in either circle — including the overlap. This is the mental image we'll use in Venn-diagram problems later.
Source: Applied Finite Mathematics
Find the union of the sets \(F\) and \(B\):
$$F = \{\text{Layla, Omar, Fatima, Karim, Yasmin}\}$$
$$B = \{\text{Tariq, Omar, Karim, Amira}\}.$$
Solution
The union contains every element that appears in either set. Elements that appear in both (Omar, Karim) are listed only once:
$$F \cup B = \{\text{Layla, Tariq, Omar, Fatima, Karim, Amira, Yasmin}\}.$$
Source: Applied Finite Mathematics
Find \(\{\text{Ayasha, Mahkah, Shilah, Wakiza}\} \cup \{\text{Mahkah, Shilah, Wakiza, Aiyana}\}\).
Solution
$$\{\text{Ayasha, Mahkah, Shilah, Wakiza, Aiyana}\}.$$
7.1.4 Intersection of Two Sets
If union says "in either," intersection says "in both at the same time."
Source: Applied Finite Mathematics
The intersection of sets \(A\) and \(B\), written \(A \cap B\), is the set of all elements that are common to both \(A\) and \(B\).
Intersections show up every time you filter
Any time you narrow a list using multiple conditions — "students enrolled in math and history," "cars that are red and manual transmission" — you are forming an intersection. The word "and" in everyday English usually maps directly onto \(\cap\) in set notation.
Intersection is always a subset of each set
For any sets \(A\) and \(B\), \((A \cap B) \subseteq A\) and \((A \cap B) \subseteq B\). This follows from the definition: every element in the intersection is, by definition, an element of both. Use this as a sanity check — if your computed intersection contains an element that isn't in one of the original sets, you've made an error.
Source: Applied Finite Mathematics
Using the same sets \(F\) and \(B\) as in Example 7.1.2, find \(F \cap B\) where
$$F = \{\text{Aanya, Devansh, Priya, Arjun, Anaya}\},\quad B = \{\text{Kabir, Devansh, Arjun, Meera}\}.$$Solution
Only the elements in both sets qualify. Devansh and Arjun are in both, so
$$F \cap B = \{\text{Devansh, Arjun}\}.$$Source: Applied Finite Mathematics
Find \(\{\text{Emma, James, Olivia, Henry}\} \cap \{\text{James, Olivia, Henry, Charlotte}\}\).
Solution
7.1.5 Complement of a Set and Disjoint Sets
So far our sets have been described relative to each other. Sometimes we need a reference frame — a bigger, all-encompassing set that everything lives inside.
Source: Applied Finite Mathematics
A universal set, denoted \(U\), is the set of all elements under consideration in a given context.
Source: Applied Finite Mathematics
The complement of set \(A\), written \(\overline{A}\) (read "A-bar"), is the set of elements in the universal set \(U\) that are not in \(A\).
Source: Applied Finite Mathematics
Two sets \(A\) and \(B\) are disjoint if their intersection is empty: \(A \cap B = \varnothing\). That is, they share no elements.
The complement of \(\{1, 2, 3\}\) is not a fixed set — it depends on what you declared the universal set to be. If \(U = \{1, 2, 3, 4, 5\}\), the complement is \(\{4, 5\}\). If \(U = \{1, 2, 3, 4, \ldots, 100\}\), the complement has \(97\) elements. Always fix \(U\) before you compute a complement.
A set \(A\) and its complement \(\overline{A}\) are always disjoint — nothing can be both in \(A\) and out of \(A\). But two sets can be disjoint without being complements. For example, if \(U = \{1, 2, 3, 4, 5\}\), the sets \(\{1\}\) and \(\{2\}\) are disjoint (no shared elements) but neither is the complement of the other. Complements fill out the rest of \(U\); disjoint sets just don't overlap.
Source: Applied Finite Mathematics
Let the universal set \(U = \{\text{red, orange, yellow, green, blue, indigo, violet}\}\) and \(P = \{\text{red, yellow, blue}\}\). Find the complement of \(P\).
Solution
The complement consists of everything in \(U\) that is not in \(P\). Remove red, yellow, and blue from \(U\):
$$\overline{P} = \{\text{orange, green, indigo, violet}\}.$$
Intuitively: if \(U\) is all the colors of the spectrum and \(P\) is the primary colors, \(\overline{P}\) is the non-primary colors.
Source: Applied Finite Mathematics
Let \(U = \{\text{red, orange, yellow, green, blue, indigo, violet}\}\) and \(P = \{\text{red, yellow, blue}\}\). Find a set \(R\) such that \(R\) is not the complement of \(P\) but \(R\) and \(P\) are disjoint.
Solution
Pick any nonempty proper subset of \(\overline{P}\). For example,
$$R = \{\text{orange, green}\}.$$
Then \(R \cap P = \varnothing\) (disjoint — no overlap), but
$$R \cup P = \{\text{red, yellow, blue, orange, green}\} \neq U,$$
so \(R\) is not the full complement of \(P\).
Source: Applied Finite Mathematics
Let \(U = \{\text{red, orange, yellow, green, blue, indigo, violet}\}\), \(P = \{\text{red, yellow, blue}\}\), \(Q = \{\text{red, green}\}\), and \(R = \{\text{orange, green, indigo}\}\). Find \(\overline{P \cup Q} \cap \overline{R}\).
Solution
Work from the inside out.
Step 1 — Compute \(P \cup Q\):
$$P \cup Q = \{\text{red, yellow, blue, green}\}.$$
Step 2 — Take its complement (remove those four from \(U\)):
$$\overline{P \cup Q} = \{\text{orange, indigo, violet}\}.$$
Step 3 — Compute \(\overline{R}\):
$$\overline{R} = \{\text{red, yellow, blue, violet}\}.$$
Step 4 — Intersect (keep only elements in both):
$$\overline{P \cup Q} \cap \overline{R} = \{\text{violet}\}.$$
Source: Applied Finite Mathematics
Let \(U = \{a, b, c, d, e, f, g, h, i, j\}\), \(V = \{a, e, i, f, h\}\), and \(W = \{a, c, e, g, i\}\). Find \(\overline{V} \cap \overline{W}\).
Solution
First compute the complements:
$$\overline{V} = \{b, c, d, g, j\},\quad \overline{W} = \{b, d, f, h, j\}.$$
Then intersect — the elements in both:
$$\overline{V} \cap \overline{W} = \{b, d, j\}.$$
7.1.6 Venn Diagrams and Counting
John Venn (an English logician, late 1800s) invented a picture that makes set relationships immediately visible: each set is the inside of a circle, overlapping regions show intersections, and the rectangle enclosing everything represents the universal set. Venn diagrams are especially useful when we want to count how many elements lie in particular regions.
Context Pause: Why draw a picture for a counting problem?
In practice, surveys and data sets give you overlapping categories — people who jog and cycle, students who take math or history, and so on. The hardest part is not the arithmetic; it's keeping track of what has already been counted and what has not. A Venn diagram is a bookkeeping device. Fill in the innermost region first, then work outward, and every element ends up counted exactly once.
Insight Note: Innermost first, outermost last
Every Venn-diagram counting problem follows the same rhythm. Place the "all-three" count in the center, then use the two-way overlaps minus that center count for the pairwise regions, then use each set's total minus everything already inside its circle for the single-set regions, and finally subtract the total-inside-circles from the grand total to find the "none of these" region. If you remember the rhythm you will never double-count.
Source: Applied Finite Mathematics
A survey of car enthusiasts showed that over a certain period, 30 drove cars with automatic transmissions, 20 drove cars with standard transmissions, and 12 drove cars of both types. Every surveyed person drove at least one type. How many people participated in the survey?



Solution
Let \(A\) be the set who drove automatics and \(S\) the set who drove standards.
Step 1 — Innermost region. 12 people drove both, so place \(12\) in \(A \cap S\).
Step 2 — Automatic-only region. Circle \(A\) must contain 30 total, so the non-overlapping part of \(A\) holds
$$x + 12 = 30 \implies x = 18.$$
Step 3 — Standard-only region. Circle \(S\) must contain 20, so its non-overlapping part holds
$$y + 12 = 20 \implies y = 8.$$
Step 4 — Add the regions. The survey total is
$$18 + 12 + 8 = 38.$$
Answer: \(38\) people participated in the survey.
Source: Applied Finite Mathematics
A survey of 100 people in California showed that 60 have visited Disneyland, 15 have visited Knott's Berry Farm, and 6 have visited both. How many have visited neither?


Solution
Let \(D\) be the set of Disneyland visitors and \(K\) the set of Knott's visitors.
Place \(6\) in \(D \cap K\). The Disneyland-only region holds \(60 - 6 = 54\); the Knott's-only region holds \(15 - 6 = 9\). Let \(x\) be the number who visited neither (inside \(U\) but outside both circles). Because the total is 100,
$$54 + 6 + 9 + x = 100 \implies x = 31.$$
Answer: \(31\) people visited neither place.
Source: Applied Finite Mathematics
A survey of 100 exercise-conscious people gave the following data:
- 50 jog, 30 swim, 35 cycle
- 14 jog and swim
- 7 swim and cycle
- 9 jog and cycle
- 3 take part in all three activities
a. How many jog but do not swim or cycle?
b. How many take part in only one of the activities?
c. How many do not take part in any of these activities?
Solution
Let \(J\), \(S\), and \(C\) be the sets of joggers, swimmers, and cyclists. Fill the diagram from the innermost region outward so every person is counted exactly once.
Step 1 — Innermost region. Place \(3\) in \(J \cap S \cap C\) (people in all three).

Step 2 — Pairwise-only regions. Each pairwise overlap count already includes the three who do all three, so subtract that \(3\):
- Jog and swim only: \(14 - 3 = 11\)
- Jog and cycle only: \(9 - 3 = 6\)
- Swim and cycle only: \(7 - 3 = 4\)

Step 3 — Single-activity regions. Each circle has a known total; subtract everything already inside it to get the single-activity region.
- Jog only: \(m + 11 + 6 + 3 = 50 \implies m = 30\)
- Swim only: \(n + 11 + 4 + 3 = 30 \implies n = 12\)
- Cycle only: \(p + 6 + 4 + 3 = 35 \implies p = 22\)

Step 4 — None-of-the-above region. Add every number inside the three circles:
$$30 + 12 + 22 + 11 + 6 + 4 + 3 = 88.$$
Since 100 people were surveyed, the region outside all three circles holds \(100 - 88 = 12\).


Answers.
a. 30 people jog but do not swim or cycle.
b. \(30 + 12 + 22 = \mathbf{64}\) people take part in exactly one activity.
c. 12 people do not take part in any of these activities.
Source: Applied Finite Mathematics
In Ms. Eleanor's class of 35 students, 12 students are taking history, 18 are taking English, and 4 are taking both. Use a Venn diagram to determine how many students are taking neither history nor English.
Solution
Place \(4\) in the intersection. History-only: \(12 - 4 = 8\). English-only: \(18 - 4 = 14\). Total inside the two circles: \(8 + 4 + 14 = 26\). Neither: \(35 - 26 = \mathbf{9}\) students.
Source: Applied Finite Mathematics
James has two blouses and three skirts. How many different outfits consisting of a blouse and a skirt can he wear?

Solution
Step 1 — Enumerate directly. Call the blouses \(b_1, b_2\) and the skirts \(s_1, s_2, s_3\):
$$b_1 s_1,\ b_1 s_2,\ b_1 s_3,\ b_2 s_1,\ b_2 s_2,\ b_2 s_3.$$
That's six outfits. The tree diagram above organises the same six outfits visually.
Step 2 — Confirm by multiplication. The method has two steps: first pick a blouse (\(2\) choices), then pick a skirt (\(3\) choices for each blouse). Because every blouse can be paired with every skirt, the total is
$$2 \cdot 3 = 6 \text{ possibilities.}$$
Answer: \(6\) outfits.
Source: Applied Finite Mathematics
Malik is building a snack plate with one fruit (apple, banana, or cherry) and one cracker (wheat or rye). Draw a tree diagram and count the possible snack plates.
Solution
Two steps: fruit (\(3\) choices) then cracker (\(2\) choices per fruit). The tree has 3 top branches, each splitting into 2, so there are \(3 \cdot 2 = 6\) snack plates.
Source: Applied Finite Mathematics
Aanya has two blouses, three skirts, and two pairs of pumps. How many different outfits (blouse + skirt + pumps) can they wear?

Solution
Step 1 — Label the items. Let \(b_1, b_2\) be the blouses, \(s_1, s_2, s_3\) the skirts, and \(p_1, p_2\) the pumps. The tree diagram adds a third level to the two-step tree from Example 7.2.1.
Step 2 — Count the branches. The tree now has \(12\) leaves, so there are \(12\) outfits.
Step 3 — Confirm with the multiplication axiom. Listing the choices at each step:
| Step | Blouse | Skirt | Pumps |
|---|---|---|---|
| Choices | 2 | 3 | 2 |
$$2 \cdot 3 \cdot 2 = 12.$$
Answer: \(12\) possible outfits.
Source: Applied Finite Mathematics
A family dinner consists of one entree (4 choices), one side (3 choices), and one drink (2 choices). How many distinct dinners are possible?
Solution
Three steps with \(4\), \(3\), and \(2\) choices. By the multiplication axiom,
$$4 \cdot 3 \cdot 2 = 24 \text{ dinners.}$$
Source: Applied Finite Mathematics
How many three-letter word sequences can be formed using the letters \(\{A, B, C, D\}\)?
Solution
Step 1 — Track the shrinking pool. Four choices for the first letter, three for the second (one is now used), two for the third.
| Slot | 1st | 2nd | 3rd |
|---|---|---|---|
| Choices | 4 | 3 | 2 |
Step 2 — Multiply.
$$4 \cdot 3 \cdot 2 = 24 \text{ arrangements.}$$Answer: \(24\) three-letter sequences.
Source: Applied Finite Mathematics
How many four-letter arrangements can be formed from the letters \(\{W, X, Y, Z\}\) if no letter repeats?
Solution
All four letters placed in four slots, no repetition:
$$4 \cdot 3 \cdot 2 \cdot 1 = 24 \text{ arrangements.}$$Source: Applied Finite Mathematics
How many permutations of the letters of the word ARTICLE have consonants in the first and last positions?
Solution
Step 1 — Identify the restricted pool. ARTICLE has \(7\) letters, \(4\) of which are consonants: R, T, C, L.
Step 2 — Fill the restricted slots first. The first slot must be one of the \(4\) consonants. Once one is chosen, \(3\) consonants remain for the last slot.
Step 3 — Fill the middle slots. After placing two letters, \(5\) letters remain for the \(5\) middle positions. Multiplication axiom: \(5 \cdot 4 \cdot 3 \cdot 2 \cdot 1\).
| Slot | 1st | 2nd | 3rd | 4th | 5th | 6th | 7th |
|---|---|---|---|---|---|---|---|
| Choices | 4 | 5 | 4 | 3 | 2 | 1 | 3 |
Step 4 — Multiply.
$$4 \cdot 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 \cdot 3 = 1{,}440.$$
Answer: \(1{,}440\) permutations.
Source: Applied Finite Mathematics
Given five letters \(\{A, B, C, D, E\}\), find:
a. The number of four-letter word sequences.
b. The number of three-letter word sequences.
c. The number of two-letter word sequences.
Solution
Each part is a straight shrinking-pool permutation starting from a pool of \(5\) letters.
(a) Four-letter sequences.
$$5 \cdot 4 \cdot 3 \cdot 2 = 120.$$
(b) Three-letter sequences.
$$5 \cdot 4 \cdot 3 = 60.$$
(c) Two-letter sequences.
$$5 \cdot 4 = 20.$$
Answer: (a) \(120\); (b) \(60\); (c) \(20\).
Source: Applied Finite Mathematics
How many permutations of the letters in PLANET have a vowel in the first position?
Solution
Step 1 — Count the restricted pool. PLANET has \(2\) vowels (A, E).
Step 2 — Place the first slot. \(2\) choices.
Step 3 — Fill the remaining \(5\) slots. \(5\) letters remain: \(5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 = 120\).
Step 4 — Multiply.
$$2 \cdot 120 = 240 \text{ permutations.}$$
Source: Applied Finite Mathematics
Compute the following using both formulas.
a. \(6P3\)
b. \(7P2\)
Solution
(a) \(6P3\).
Product form: \(n = 6\), \(r = 3\), so multiply three terms starting at \(6\):
$$6P3 = 6 \cdot 5 \cdot 4 = 120.$$Factorial form:
$$6P3 = \dfrac{6!}{(6-3)!} = \dfrac{6!}{3!} = \dfrac{6 \cdot 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1}{3 \cdot 2 \cdot 1} = 120.$$(b) \(7P2\).
Product form: \(n = 7\), \(r = 2\):
$$7P2 = 7 \cdot 6 = 42.$$Factorial form:
$$7P2 = \dfrac{7!}{5!} = \dfrac{7 \cdot 6 \cdot 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1}{5 \cdot 4 \cdot 3 \cdot 2 \cdot 1} = 42.$$Answer: (a) \(120\); (b) \(42\).
Source: Applied Finite Mathematics
Compute \(8P4\) using the product form.
Solution
\(n = 8\), \(r = 4\), multiply four terms starting at \(8\):
$$8P4 = 8 \cdot 7 \cdot 6 \cdot 5 = 1{,}680.$$Source: Applied Finite Mathematics
In how many different ways can \(4\) people be seated in a straight line if two of them insist on sitting next to each other?
Solution
Step 1 — Glue the two together. Call the people A, B, C, D, and suppose A and B must sit together. Treat AB as a single combined "super-person," leaving three items: AB, C, D.
Step 2 — Arrange the three items. Three items in three seats: \(3! = 6\) orderings.
Step 3 — Account for the internal order of AB. A and B can sit either as AB or BA — \(2!\) internal orderings.
Step 4 — Multiply.
$$3! \cdot 2! = 6 \cdot 2 = 12.$$
Sanity check — enumerate. With AB glued: ABCD, ABDC, CABD, DABC, CDAB, DCAB. With BA glued: BACD, BADC, CBAD, DBAC, CDBA, DCBA. That's \(12\) arrangements — match.
Answer: \(12\) seatings.
Source: Applied Finite Mathematics
You have \(4\) math books and \(5\) history books to put on a shelf that has \(5\) slots. In how many ways can the books be shelved if the first three slots are filled with math books and the next two slots are filled with history books?
Solution
Step 1 — Count the math-book arrangements. Three slots from \(4\) math books: \(4P3 = 4 \cdot 3 \cdot 2 = 24\).
Step 2 — Count the history-book arrangements. Two slots from \(5\) history books: \(5P2 = 5 \cdot 4 = 20\).
Step 3 — Multiply. Every math-book arrangement pairs with every history-book arrangement.
$$(4P3)(5P2) = 24 \cdot 20 = 480.$$
| Slot | 1st | 2nd | 3rd | 4th | 5th |
|---|---|---|---|---|---|
| Choices | 4 | 3 | 2 | 5 | 4 |
Answer: \(480\) arrangements.
Source: Applied Finite Mathematics
In how many ways can \(6\) people be seated in a row if three specific people must sit together?
Solution
Step 1 — Glue the three together. Treat the trio as a single super-person, leaving \(4\) items to arrange.
Step 2 — Arrange the four items. \(4! = 24\).
Step 3 — Account for the internal order of the trio. \(3! = 6\) orderings within the glued group.
Step 4 — Multiply.
$$4! \cdot 3! = 24 \cdot 6 = 144 \text{ seatings.}$$
Source: Applied Finite Mathematics
In how many different ways can five people be seated at a circular table?
Solution
Step 1 — Anchor the first person. The first person is a placeholder; their seat doesn't create a new arrangement.
Step 2 — Permute the remaining four. Four seats for four people: \(4 \cdot 3 \cdot 2 \cdot 1\).
| Slot | 1st (anchor) | 2nd | 3rd | 4th | 5th |
|---|---|---|---|---|---|
| Choices | 1 | 4 | 3 | 2 | 1 |
Step 3 — Multiply.
$$(5 - 1)! = 4! = 24.$$Answer: \(24\) seatings.
Source: Applied Finite Mathematics
In how many ways can four couples be seated at a round table if the men and women want to sit alternately?
Solution
Step 1 — Anchor the first person. Say a man sits down first — one choice for the anchor seat.
Step 2 — Alternate by gender. The seat next to the anchor must hold a woman: \(4\) choices. The next seat holds a man: \(3\) choices remaining. Continue alternating, shrinking the pool of each gender as we go.
| Slot | 1st (man) | 2nd (W) | 3rd (M) | 4th (W) | 5th (M) | 6th (W) | 7th (M) | 8th (W) |
|---|---|---|---|---|---|---|---|---|
| Choices | 1 | 4 | 3 | 3 | 2 | 2 | 1 | 1 |
Step 3 — Multiply.
$$1 \cdot 4 \cdot 3 \cdot 3 \cdot 2 \cdot 2 \cdot 1 \cdot 1 = 144.$$Answer: \(144\) seatings.
Source: Applied Finite Mathematics
In how many ways can six people be seated at a round table?
Solution
Anchor one person and arrange the remaining five:
$$(6 - 1)! = 5! = 120 \text{ seatings.}$$Source: Applied Finite Mathematics
Find the number of different permutations of the letters of the word MISSISSIPPI.
Solution
Step 1 — Count letters and repeats. MISSISSIPPI has \(11\) letters: \(4\) S's, \(4\) I's, \(2\) P's, and \(1\) M.
Step 2 — Apply the formula.
$$\dfrac{11!}{4!\, 4!\, 2!\, 1!} = \dfrac{39{,}916{,}800}{24 \cdot 24 \cdot 2 \cdot 1} = 34{,}650.$$Answer: \(34{,}650\) permutations.
Source: Applied Finite Mathematics
If a coin is tossed six times, how many different outcomes consist of 4 heads and 2 tails?
Solution
Step 1 — Reframe as a permutation with similar elements. Ordering the outcomes is the same as arranging the letters HHHHTT — \(6\) items with \(4\) H's and \(2\) T's.
Step 2 — Apply the formula.
$$\dfrac{6!}{4!\, 2!} = \dfrac{720}{24 \cdot 2} = 15.$$Answer: \(15\) outcomes.
Source: Applied Finite Mathematics
In how many different ways can 4 nickels, 3 dimes, and 2 quarters be arranged in a row?
Solution
Step 1 — Treat coins of the same denomination as identical. Nine coins total: \(4\) nickels, \(3\) dimes, \(2\) quarters.
Step 2 — Apply the formula.
$$\dfrac{9!}{4!\, 3!\, 2!} = \dfrac{362{,}880}{24 \cdot 6 \cdot 2} = 1{,}260.$$Answer: \(1{,}260\) arrangements.
Source: Applied Finite Mathematics
A stockbroker wants to assign 20 new clients equally to 4 of its salespeople. In how many different ways can this be done?
Solution
Step 1 — Reframe as an ordered partition. Each salesperson gets \(5\) clients. Think of it as arranging 20 labels — five "A"s, five "B"s, five "C"s, and five "D"s — where the label tells you which salesperson the client goes to.
Step 2 — Apply the formula.
$$\dfrac{20!}{5!\, 5!\, 5!\, 5!} = 11{,}732{,}745{,}024.$$Answer: \(11{,}732{,}745{,}024\) assignments.
Source: Applied Finite Mathematics
♠ Challenge problem. A shopping mall has a straight row of 5 flagpoles at its main entrance plaza. It has 3 identical green flags and 2 identical yellow flags. How many distinct arrangements of flags on the flagpoles are possible?
Solution
Step 1 — Reframe as a permutation of GGGYY. Five letters, \(3\) G's, \(2\) Y's.
Step 2 — Apply the formula.
$$\dfrac{5!}{3!\, 2!} = \dfrac{120}{6 \cdot 2} = 10.$$Step 3 — Enumerate to confirm. Listing the 10 distinct arrangements:
$$\text{GGGYY, GGYGY, GGYYG, GYGGY, GYGYG, GYYGG, YGGGY, YGGYG, YGYGG, YYGGG.}$$Answer: \(10\) arrangements.
Source: Applied Finite Mathematics
How many distinct arrangements can be made from the letters of the word BANANA?
Solution
Step 1 — Count letters and repeats. BANANA has \(6\) letters: \(3\) A's, \(2\) N's, \(1\) B.
Step 2 — Apply the formula.
$$\dfrac{6!}{3!\, 2!\, 1!} = \dfrac{720}{6 \cdot 2} = 60 \text{ arrangements.}$$Source: Applied Finite Mathematics
Given the set of letters \(\{\mathrm{A}, \mathrm{B}, \mathrm{C}, \mathrm{D}\}\). List the combinations of three letters, and then from these combinations list the permutations of three letters.
Solution
Step 1 — List the combinations. Pick 3 letters at a time from 4 — ignoring order, we get
$$\mathrm{ABC}, \quad \mathrm{BCD}, \quad \mathrm{ACD}, \quad \mathrm{ABD}.$$That's \(4\) combinations.
Step 2 — Expand each combination into \(3!\) permutations. Each three-letter combination can be arranged in \(3! = 6\) orders:
| Combination | Its \(6\) permutations |
|---|---|
| ABC | ABC, ACB, BAC, BCA, CAB, CBA |
| BCD | BCD, BDC, CBD, CDB, DBC, DCB |
| ACD | ACD, ADC, CAD, CDA, DAC, DCA |
| ABD | ABD, ADB, BAD, BDA, DAB, DBA |
Step 3 — Connect the two counts. There are \(4 \cdot 3! = 24\) permutations total, matching \({}_4P_3 = 24\). Therefore
$$ {}_4P_3 \;=\; 3! \cdot {}_4C_3 \quad \implies \quad {}_4C_3 \;=\; \dfrac{{}_4P_3}{3!} \;=\; \dfrac{24}{6} \;=\; 4. $$Answer: \(4\) combinations, each expanding into \(6\) permutations for \(24\) total.
Source: Applied Finite Mathematics
From the set \(\{\mathrm{P}, \mathrm{Q}, \mathrm{R}, \mathrm{S}\}\), list all combinations of two letters. How many are there, and how many two-letter permutations does this correspond to?
Solution
Step 1 — List the size-2 combinations.
$$\mathrm{PQ}, \quad \mathrm{PR}, \quad \mathrm{PS}, \quad \mathrm{QR}, \quad \mathrm{QS}, \quad \mathrm{RS}.$$That's \(6\) combinations, so \({}_4C_2 = 6\).
Step 2 — Each combination has \(2! = 2\) permutations. Total permutations: \(6 \cdot 2 = 12 = {}_4P_2\). ✓
Answer: \(6\) combinations; \(12\) corresponding permutations.
Source: Applied Finite Mathematics
Compute each combination.
a) \({}_5C_3\)
b) \({}_7C_3\)
Solution
Step 1 — Apply the formula to (a).
$$ {}_5C_3 = \dfrac{5!}{(5 - 3)!\, 3!} = \dfrac{5!}{2!\, 3!} = \dfrac{120}{2 \cdot 6} = \dfrac{120}{12} = 10. $$Step 2 — Apply the formula to (b).
$$ {}_7C_3 = \dfrac{7!}{(7 - 3)!\, 3!} = \dfrac{7!}{4!\, 3!} = \dfrac{5040}{24 \cdot 6} = \dfrac{5040}{144} = 35. $$Answer: \({}_5C_3 = 10\); \({}_7C_3 = 35\).
Source: Applied Finite Mathematics
In how many different ways can a student select to answer five questions from a test that has seven questions, if the order of the selection is not important?
Solution
Step 1 — Identify order-matters or not. The student just needs to pick which questions to answer; the order of selection doesn't affect which five get answered. This is a combination problem.
Step 2 — Apply the formula.
$$ {}_7C_5 = \dfrac{7!}{(7 - 5)!\, 5!} = \dfrac{7!}{2!\, 5!} = \dfrac{5040}{2 \cdot 120} = \dfrac{5040}{240} = 21. $$Answer: \(21\) ways.
Source: Applied Finite Mathematics
♠ Challenge problem. How many line segments can be drawn by connecting any two of the six points that lie on the circumference of a circle?
Solution
Step 1 — Check for order. The segment from A to B is the same segment as from B to A — order of the endpoints does not produce a new segment. This is a combination problem.
Step 2 — Apply the formula. Choose \(2\) endpoints out of \(6\):
$$ {}_6C_2 = \dfrac{6!}{(6 - 2)!\, 2!} = \dfrac{6!}{4!\, 2!} = \dfrac{720}{24 \cdot 2} = \dfrac{720}{48} = 15. $$Answer: \(15\) line segments.
Source: Applied Finite Mathematics
There are ten people at a party. If they all shake hands, how many handshakes are possible?
Solution
Step 1 — Check for order. Between any two people there is exactly one handshake — "Al shakes Bob" and "Bob shakes Al" is the same event. This is a combination problem.
Step 2 — Apply the formula.
$$ {}_{10}C_2 = \dfrac{10!}{(10 - 2)!\, 2!} = \dfrac{10!}{8!\, 2!} = \dfrac{10 \cdot 9}{2} = \dfrac{90}{2} = 45. $$Answer: \(45\) handshakes.
Source: Applied Finite Mathematics
♠ Challenge problem. The shopping area of a town is in the shape of a square that is 5 blocks by 5 blocks. How many different routes can a taxi driver take to go from one corner of the shopping area to the opposite cater-corner?
Solution
Step 1 — Model the route. To get from point A (lower-left) to point B (upper-right), the driver must travel \(5\) blocks east and \(5\) blocks north — \(10\) blocks total — in any order. Encode a route as a string of \(5\) H's (horizontal) and \(5\) V's (vertical), e.g.
$$\mathrm{HHHHHVVVVV}.$$Step 2 — Count via combinations. Of the \(10\) block-positions, pick which \(5\) are the horizontal moves — the other \(5\) are automatically vertical. That's
$$ {}_{10}C_5 = \dfrac{10!}{5!\, 5!} = \dfrac{3{,}628{,}800}{120 \cdot 120} = \dfrac{3{,}628{,}800}{14{,}400} = 252. $$Step 3 — Confirm via permutations with similar elements (section 7.4). The number of arrangements of \(\mathrm{HHHHHVVVVV}\) is
$$\dfrac{10!}{5!\, 5!} = 252,$$which matches. Indeed, by definition \({}_{10}C_5 = \dfrac{10!}{5!\, 5!}\) — the two methods are the same calculation.
Answer: \(252\) routes.
Source: Applied Finite Mathematics
If a coin is tossed six times, in how many ways can it fall four heads and two tails?
Solution
Step 1 — Solve via similar elements (section 7.4 review). Arranging HHHHTT — \(6\) items, \(4\) H's, \(2\) T's:
$$\dfrac{6!}{4!\, 2!} = \dfrac{720}{24 \cdot 2} = \dfrac{720}{48} = 15.$$Step 2 — Solve via combinations. There are \(6\) toss-positions; choose which \(4\) are heads — the other \(2\) are automatically tails:
$$ {}_6C_4 = \dfrac{6!}{2!\, 4!} = 15. $$Equivalently, pick which \(2\) are tails: \({}_6C_2 = \dfrac{6!}{4!\, 2!} = 15\).
Step 3 — Note the symmetry. Both calculations give \(15\), illustrating \({}_6C_4 = {}_6C_2\) — "choose \(4\) to be H" and "choose \(2\) to be T" are the same decision.
Answer: \(15\) outcomes.
Source: Applied Finite Mathematics
A pizza shop offers \(8\) different toppings. In how many ways can you pick \(3\) toppings for a pizza?
Solution
Step 1 — Order or not? Choosing olives-then-mushrooms gives the same pizza as mushrooms-then-olives. This is a combination problem.
Step 2 — Apply the formula.
$$ {}_8C_3 = \dfrac{8!}{(8 - 3)!\, 3!} = \dfrac{8!}{5!\, 3!} = \dfrac{8 \cdot 7 \cdot 6}{3 \cdot 2 \cdot 1} = \dfrac{336}{6} = 56. $$Answer: \(56\) three-topping pizzas.
Source: Applied Finite Mathematics
How many five-person committees consisting of 2 men and 3 women can be chosen from a total of 4 men and 4 women?
Solution
Step 1 — Identify the two pools. We pull \(2\) men from a pool of \(4\) men, and \(3\) women from a pool of \(4\) women. The two selections are independent.
Step 2 — Count each pool with a combination.
$$\text{Men: } {}_4\mathrm{C}_2 = \dfrac{4!}{2!\,2!} = 6.$$ $$\text{Women: } {}_4\mathrm{C}_3 = \dfrac{4!}{3!\,1!} = 4.$$Step 3 — Apply the multiplication axiom. Every 2-man committee can be paired with every 3-woman committee.
$$6 \cdot 4 = 24.$$Answer: \(24\) five-person committees.
Source: Applied Finite Mathematics
How many five-letter word sequences consisting of 2 vowels and 3 consonants can be formed from the letters of the word INTRODUCE?
Solution
Step 1 — Count vowels and consonants in INTRODUCE. The nine letters are I, N, T, R, O, D, U, C, E: that is \(4\) vowels (I, O, U, E) and \(5\) consonants (N, T, R, D, C).
Step 2 — Choose the letters. Pick \(2\) of the \(4\) vowels and \(3\) of the \(5\) consonants.
$${}_4\mathrm{C}_2 \cdot {}_5\mathrm{C}_3 = 6 \cdot 10 = 60.$$Step 3 — Arrange the chosen letters. Each 5-letter group can be ordered in \(5!\) different sequences.
$$60 \cdot 5! = 60 \cdot 120 = 7{,}200.$$Answer: \(7{,}200\) word sequences.
Source: Applied Finite Mathematics
A club has 5 men and 7 women. In how many ways can a committee of 2 men and 2 women be chosen?
Solution
Step 1 — One combination per pool.
$${}_5\mathrm{C}_2 \cdot {}_7\mathrm{C}_2 = 10 \cdot 21 = 210.$$Answer: \(210\) committees.
Source: Applied Finite Mathematics
A high school club consists of 4 freshmen, 5 sophomores, 5 juniors, and 6 seniors. How many ways can a committee of 4 people be chosen that includes
a) One student from each class?
b) All juniors?
c) Two freshmen and 2 seniors?
d) No freshmen?
e) At least three seniors?
Solution
Part (a) — One from each class. Pick \(1\) from each pool and multiply.
$${}_4\mathrm{C}_1 \cdot {}_5\mathrm{C}_1 \cdot {}_5\mathrm{C}_1 \cdot {}_6\mathrm{C}_1 = 4 \cdot 5 \cdot 5 \cdot 6 = 600.$$Part (b) — All juniors. Pick all \(4\) members from the \(5\) juniors and nothing from the rest.
$${}_5\mathrm{C}_4 = 5.$$Part (c) — Two freshmen and two seniors. Pick \(2\) of the \(4\) freshmen and \(2\) of the \(6\) seniors.
$${}_4\mathrm{C}_2 \cdot {}_6\mathrm{C}_2 = 6 \cdot 15 = 90.$$Part (d) — No freshmen. The committee must come entirely from the remaining \(5 + 5 + 6 = 16\) non-freshman students.
$${}_{16}\mathrm{C}_4 = \dfrac{16!}{4!\,12!} = 1{,}820.$$Part (e) — At least three seniors. Split into "exactly 3 seniors" and "exactly 4 seniors." With \(6\) seniors and \(4 + 5 + 5 = 14\) non-seniors:
$$\underbrace{{}_6\mathrm{C}_3 \cdot {}_{14}\mathrm{C}_1}_{\text{3 seniors}} + \underbrace{{}_6\mathrm{C}_4}_{\text{4 seniors}} = 20 \cdot 14 + 15 = 280 + 15 = 295.$$Answer: (a) \(600\), (b) \(5\), (c) \(90\), (d) \(1{,}820\), (e) \(295\).
Source: Applied Finite Mathematics
From a group of 4 men and 6 women, how many 4-person committees contain at least 3 women?
Solution
Step 1 — Split into cases. "At least 3 women" means exactly 3 women or exactly 4 women.
Step 2 — Count each case.
$${}_6\mathrm{C}_3 \cdot {}_4\mathrm{C}_1 + {}_6\mathrm{C}_4 = 20 \cdot 4 + 15 = 80 + 15 = 95.$$Answer: \(95\) committees.
Source: Applied Finite Mathematics
A standard deck of playing cards has \(52\) cards consisting of \(4\) suits each with \(13\) cards. In how many different ways can a 5-card hand consisting of four cards of one suit and one of another be drawn?
Solution
Step 1 — Choose the first suit. Any of the \(4\) suits can supply the four-of-a-suit.
$${}_4\mathrm{C}_1 = 4.$$Step 2 — Choose 4 cards from that suit. Each suit has \(13\) cards.
$${}_{13}\mathrm{C}_4 = 715.$$Step 3 — Choose the other suit. One of the remaining \(3\) suits supplies the single card.
$${}_3\mathrm{C}_1 = 3.$$Step 4 — Choose 1 card from that suit.
$${}_{13}\mathrm{C}_1 = 13.$$Step 5 — Multiply.
$$4 \cdot 715 \cdot 3 \cdot 13 = 111{,}540.$$Answer: \(111{,}540\) five-card hands.
Source: Applied Finite Mathematics
How many 5-card hands from a standard deck contain exactly 3 hearts and 2 spades?
Solution
Step 1 — Pick the hearts and the spades separately.
$${}_{13}\mathrm{C}_3 \cdot {}_{13}\mathrm{C}_2 = 286 \cdot 78 = 22{,}308.$$Answer: \(22{,}308\) hands.
Source: Applied Finite Mathematics
Find the coefficient of the term \(x^2 y^5\) in the expansion of \((x + y)^7\).
Solution
Step 1 — Rewrite the seventh power as seven factors.
$$(x + y)^7 = (x + y)(x + y)(x + y)(x + y)(x + y)(x + y)(x + y).$$Step 2 — Decide how to get \(x^2 y^5\) from the product. We need an \(x\) from exactly two of the seven factors and a \(y\) from the other five.
Step 3 — Count the ways. Choose which \(2\) of the \(7\) factors contribute an \(x\):
$$\binom{7}{2} = \dfrac{7!}{2!\,5!} = 21.$$Answer: The coefficient of \(x^2 y^5\) is \(21\).
Source: Applied Finite Mathematics
Find the coefficient of the term \(x^3 y^2\) in the expansion of \((x + y)^5\).
Solution
Choose which \(2\) of the \(5\) factors contribute a \(y\):
$$\binom{5}{2} = \dfrac{5!}{2!\,3!} = 10.$$The coefficient is \(10\).
Source: Applied Finite Mathematics
Expand \((x + y)^7\).
Solution
Step 1 — Write the skeleton without coefficients. Powers of \(x\) step down from \(7\); powers of \(y\) step up from \(0\):
$$(x + y)^7 = \square\,x^7 + \square\,x^6 y + \square\,x^5 y^2 + \square\,x^4 y^3 + \square\,x^3 y^4 + \square\,x^2 y^5 + \square\,x y^6 + \square\,y^7.$$Step 2 — Fill in each coefficient with \(\binom{7}{r}\).
| Term | \(\binom{7}{r}\) | Value |
|---|---|---|
| \(x^7\) | \(\binom{7}{0}\) | \(1\) |
| \(x^6 y\) | \(\binom{7}{1}\) | \(7\) |
| \(x^5 y^2\) | \(\binom{7}{2}\) | \(21\) |
| \(x^4 y^3\) | \(\binom{7}{3}\) | \(35\) |
| \(x^3 y^4\) | \(\binom{7}{4}\) | \(35\) |
| \(x^2 y^5\) | \(\binom{7}{5}\) | \(21\) |
| \(x y^6\) | \(\binom{7}{6}\) | \(7\) |
| \(y^7\) | \(\binom{7}{7}\) | \(1\) |
Step 3 — Assemble the expansion.
$$(x + y)^7 = x^7 + 7x^6 y + 21 x^5 y^2 + 35 x^4 y^3 + 35 x^3 y^4 + 21 x^2 y^5 + 7 x y^6 + y^7.$$Answer: \((x + y)^7 = x^7 + 7x^6 y + 21 x^5 y^2 + 35 x^4 y^3 + 35 x^3 y^4 + 21 x^2 y^5 + 7 x y^6 + y^7\).
Source: Applied Finite Mathematics
Expand \((3a - 2b)^4\).
Solution
Step 1 — Match the template \((x + y)^n\). Let \(x = 3a\) and \(y = -2b\); then \(n = 4\).
Step 2 — Apply the Binomial Theorem.
$$(3a - 2b)^4 = \binom{4}{0}(3a)^4 + \binom{4}{1}(3a)^3(-2b) + \binom{4}{2}(3a)^2(-2b)^2 + \binom{4}{3}(3a)(-2b)^3 + \binom{4}{4}(-2b)^4.$$Step 3 — Evaluate each coefficient and power carefully. The coefficients are \(\binom{4}{0}, \binom{4}{1}, \binom{4}{2}, \binom{4}{3}, \binom{4}{4} = 1, 4, 6, 4, 1\). Compute each piece:
- \(1 \cdot (3a)^4 = 1 \cdot 81 a^4 = 81 a^4\) - \(4 \cdot (3a)^3 \cdot (-2b) = 4 \cdot 27 a^3 \cdot (-2 b) = -216 a^3 b\) - \(6 \cdot (3a)^2 \cdot (-2b)^2 = 6 \cdot 9 a^2 \cdot 4 b^2 = 216 a^2 b^2\) - \(4 \cdot (3a) \cdot (-2b)^3 = 4 \cdot 3 a \cdot (-8 b^3) = -96 a b^3\) - \(1 \cdot (-2b)^4 = 16 b^4\)
Step 4 — Combine.
$$(3a - 2b)^4 = 81 a^4 - 216 a^3 b + 216 a^2 b^2 - 96 a b^3 + 16 b^4.$$Answer: \((3a - 2b)^4 = 81 a^4 - 216 a^3 b + 216 a^2 b^2 - 96 a b^3 + 16 b^4\).
Source: Applied Finite Mathematics
Expand \((x - 2y)^4\).
Solution
Let \(X = x\) and \(Y = -2y\) in \((X + Y)^4\). The coefficients are \(1, 4, 6, 4, 1\):
$$(x - 2y)^4 = x^4 + 4 x^3(-2y) + 6 x^2(-2y)^2 + 4 x(-2y)^3 + (-2y)^4.$$Simplify each term:
$$(x - 2y)^4 = x^4 - 8 x^3 y + 24 x^2 y^2 - 32 x y^3 + 16 y^4.$$Source: Applied Finite Mathematics
Find the fifth term of the expansion \((3a - 2b)^7\).
Solution
Step 1 — Identify the pieces. Match \((x + y)^n\) with \(x = 3a\), \(y = -2b\), \(n = 7\). The term number is \(r = 5\), so the exponent on \(y\) is \(r - 1 = 4\) and the exponent on \(x\) is \(7 - 4 = 3\).
Step 2 — Coefficient. The coefficient is \(\binom{7}{4}\):
$$\binom{7}{4} = \dfrac{7!}{4!\,3!} = 35.$$Step 3 — Assemble the term.
$$(35)(3a)^3(-2b)^4 = 35 \cdot 27 a^3 \cdot 16 b^4.$$Step 4 — Multiply the constants. \(35 \cdot 27 = 945\) and \(945 \cdot 16 = 15{,}120\).
Answer: The fifth term is \(15{,}120\, a^3 b^4\).
Source: Applied Finite Mathematics
Find the third term of the expansion \((2x - 3y)^6\).
Solution
Match \((x + y)^n\) with \(x = 2x\), \(y = -3y\), \(n = 6\). For the third term, \(r = 3\) so the exponent on \(y\) is \(2\) and on \(x\) is \(4\). The coefficient is
$$\binom{6}{2} = \dfrac{6!}{2!\,4!} = 15.$$The third term is
$$15\,(2x)^4(-3y)^2 = 15 \cdot 16 x^4 \cdot 9 y^2 = 2{,}160\, x^4 y^2.$$Problem Set 7.1
Source: Applied Finite Mathematics
Find the indicated sets.
Problem 1. List all subsets of the following set: \(\{\text{Priya, Meera}\}\).
Problem 1 Solution
Step 1 — Identify the set and its size:
The set is \(\{\text{Priya, Meera}\}\), which has 2 elements. A set with \(n\) elements has \(2^n\) subsets, so we expect \(2^2 = 4\) subsets.
Step 2 — List all subsets systematically:
Start with the empty set, then single-element subsets, then the full set:
- \(\emptyset\) (the empty set)
- \(\{\text{Priya}\}\)
- \(\{\text{Meera}\}\)
- \(\{\text{Priya, Meera}\}\)
Answer: The subsets are \(\emptyset\), \(\{\text{Priya}\}\), \(\{\text{Meera}\}\), \(\{\text{Priya, Meera}\}\).
Problem 2. List all subsets of the following set: \(\{\text{Diego, Camila, Valentina}\}\).
Problem 2 Solution
Step 1 — Identify the set and its size:
The set is \(\{\text{Diego, Camila, Valentina}\}\), which has 3 elements. A set with \(n\) elements has \(2^n\) subsets, so we expect \(2^3 = 8\) subsets.
Step 2 — List all subsets systematically:
Start with the empty set, then single-element subsets, then two-element subsets, then the full set:
- \(\emptyset\)
- \(\{\text{Diego}\}\)
- \(\{\text{Camila}\}\)
- \(\{\text{Valentina}\}\)
- \(\{\text{Diego, Camila}\}\)
- \(\{\text{Diego, Valentina}\}\)
- \(\{\text{Camila, Valentina}\}\)
- \(\{\text{Diego, Camila, Valentina}\}\)
Answer: The 8 subsets are \(\emptyset\), \(\{\text{Diego}\}\), \(\{\text{Camila}\}\), \(\{\text{Valentina}\}\), \(\{\text{Diego, Camila}\}\), \(\{\text{Diego, Valentina}\}\), \(\{\text{Camila, Valentina}\}\), \(\{\text{Diego, Camila, Valentina}\}\).
Problem 3. List the elements of the following set: \(\{\text{Santiago, Isabela, Andres, Gabriela}\} \cap \{\text{Isabela, Andres, Gabriela, Nicolas}\}\).
Problem 3 Solution
Step 1 — Identify the two sets:
The first set is \(\{\text{Santiago, Isabela, Andres, Gabriela}\}\) and the second set is \(\{\text{Isabela, Andres, Gabriela, Nicolas}\}\).
Step 2 — Find the intersection:
The intersection consists of all elements that appear in both sets. Comparing element by element:
- Isabela appears in both ✓
- Andres appears in both ✓
- Gabriela appears in both ✓
- Santiago appears only in the first set ✗
- Nicolas appears only in the second set ✗
Answer: \(\{\text{Isabela, Andres, Gabriela}\}\)
Problem 4. List the elements of the following set: \(\{\text{Lucia, Rafael, Elena, Maria}\} \cup \{\text{Rafael, Elena, Maria, Sofia}\}\).
Problem 4 Solution
Step 1 — Identify the two sets:
The first set is \(\{\text{Lucia, Rafael, Elena, Maria}\}\) and the second set is \(\{\text{Rafael, Elena, Maria, Sofia}\}\).
Step 2 — Find the union:
The union consists of all elements that appear in either set (without duplicates). Combining all distinct elements:
- Lucia (from first set)
- Rafael (in both, listed once)
- Elena (in both, listed once)
- Maria (in both, listed once)
- Sofia (from second set)
Answer: \(\{\text{Lucia, Rafael, Elena, Maria, Sofia}\}\)
Problems 5–8: Let the universal set \(U = \{a, b, c, d, e, f, g, h, i, j\}\), \(V = \{a, e, i, f, h\}\), \(W = \{a, c, e, g, i\}\). List the members of the following sets.
Problem 5. \(V \cup W\)
Problem 5 Solution
Step 1 — Identify the sets:
\(V = \{a, e, i, f, h\}\) and \(W = \{a, c, e, g, i\}\).
Step 2 — Find the union \(V \cup W\):
The union contains every element that is in \(V\) or in \(W\) (or both). Combining all distinct elements from both sets:
- From \(V\): \(a, e, i, f, h\)
- From \(W\) (not already listed): \(c, g\)
Answer: \(V \cup W = \{a, c, e, f, g, h, i\}\)
Problem 6. \(V \cap W\)
Problem 6 Solution
Step 1 — Identify the sets:
\(V = \{a, e, i, f, h\}\) and \(W = \{a, c, e, g, i\}\).
Step 2 — Find the intersection \(V \cap W\):
The intersection contains only the elements that appear in both \(V\) and \(W\). Checking each element of \(V\):
- \(a\): is in \(W\) ✓
- \(e\): is in \(W\) ✓
- \(i\): is in \(W\) ✓
- \(f\): not in \(W\) ✗
- \(h\): not in \(W\) ✗
Answer: \(V \cap W = \{a, e, i\}\)
Problem 7. \(\overline{V \cup W}\)
Problem 7 Solution
Step 1 — Find \(V \cup W\):
From Problem 5, \(V \cup W = \{a, c, e, f, g, h, i\}\).
Step 2 — Take the complement with respect to \(U\):
The complement \(\overline{V \cup W}\) consists of all elements of \(U\) that are not in \(V \cup W\).
$$U = \{a, b, c, d, e, f, g, h, i, j\}$$ $$V \cup W = \{a, c, e, f, g, h, i\}$$Removing the elements of \(V \cup W\) from \(U\), the remaining elements are \(b, d, j\).
Answer: \(\overline{V \cup W} = \{b, d, j\}\)
Problem 8. \(\overline{V \cap W}\)
Problem 8 Solution
Step 1 — Find \(V \cap W\):
From Problem 6, \(V \cap W = \{a, e, i\}\).
Step 2 — Take the complement with respect to \(U\):
The complement \(\overline{V \cap W}\) consists of all elements of \(U\) that are not in \(V \cap W\).
$$U = \{a, b, c, d, e, f, g, h, i, j\}$$ $$V \cap W = \{a, e, i\}$$Removing \(a, e, i\) from \(U\), the remaining elements are \(b, c, d, f, g, h, j\).
Answer: \(\overline{V \cap W} = \{b, c, d, f, g, h, j\}\)
Problems 9–12: Let the universal set \(U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}\), \(A = \{1, 2, 3, 4, 5\}\), \(B = \{1, 3, 4, 6\}\), \(C = \{2, 4, 6\}\). List the members of the following sets.
Problem 9. \(A \cup B\)
Problem 9 Solution
Step 1 — Identify the sets:
\(A = \{1, 2, 3, 4, 5\}\) and \(B = \{1, 3, 4, 6\}\).
Step 2 — Find the union \(A \cup B\):
The union contains every element in \(A\) or \(B\). Combining all distinct elements:
- From \(A\): \(1, 2, 3, 4, 5\)
- From \(B\) (not already listed): \(6\)
Answer: \(A \cup B = \{1, 2, 3, 4, 5, 6\}\)
Problem 10. \(A \cap C\)
Problem 10 Solution
Step 1 — Identify the sets:
\(A = \{1, 2, 3, 4, 5\}\) and \(C = \{2, 4, 6\}\).
Step 2 — Find the intersection \(A \cap C\):
The intersection contains elements in both \(A\) and \(C\). Checking each element of \(C\):
- \(2\): is in \(A\) ✓
- \(4\): is in \(A\) ✓
- \(6\): not in \(A\) ✗
Answer: \(A \cap C = \{2, 4\}\)
Problem 11. \(\overline{A \cup B} \cap C\)
Problem 11 Solution
Step 1 — Find \(A \cup B\):
From Problem 9, \(A \cup B = \{1, 2, 3, 4, 5, 6\}\).
Step 2 — Find the complement \(\overline{A \cup B}\):
The complement consists of all elements of \(U\) not in \(A \cup B\).
$$U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$$ $$A \cup B = \{1, 2, 3, 4, 5, 6\}$$ $$\overline{A \cup B} = \{7, 8, 9, 10\}$$Step 3 — Find \(\overline{A \cup B} \cap C\):
Now intersect \(\{7, 8, 9, 10\}\) with \(C = \{2, 4, 6\}\). No element of \(\{7, 8, 9, 10\}\) appears in \(C\), so the intersection is empty.
Answer: \(\overline{A \cup B} \cap C = \emptyset\)
Problem 12. \(A \cup \overline{B \cap C}\)
Problem 12 Solution
Step 1 — Find \(B \cap C\):
\(B = \{1, 3, 4, 6\}\) and \(C = \{2, 4, 6\}\). The elements common to both are \(4\) and \(6\).
$$B \cap C = \{4, 6\}$$Step 2 — Find the complement \(\overline{B \cap C}\):
Remove \(\{4, 6\}\) from \(U = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}\):
$$\overline{B \cap C} = \{1, 2, 3, 5, 7, 8, 9, 10\}$$Step 3 — Find \(A \cup \overline{B \cap C}\):
Combine all elements of \(A = \{1, 2, 3, 4, 5\}\) with \(\overline{B \cap C} = \{1, 2, 3, 5, 7, 8, 9, 10\}\). The union includes every element from either set:
$$A \cup \overline{B \cap C} = \{1, 2, 3, 4, 5, 7, 8, 9, 10\}$$Answer: \(A \cup \overline{B \cap C} = \{1, 2, 3, 4, 5, 7, 8, 9, 10\}\)
Use Venn diagrams to find the number of elements in the following sets.
Problem 13. In Mx. Yuki's class of 35 students, 12 students are taking history, 18 are taking English, and 4 are taking both. Draw a Venn diagram and use it to determine how many students are taking neither history nor English.
Problem 13 Solution
Step 1 — Set up the Venn diagram:
Draw two overlapping circles: one for History (H) and one for English (E). The overlapping region represents students taking both.
Step 2 — Fill in the overlap (both subjects):
The intersection has 4 students.
Step 3 — Fill in the History-only region:
History only = total History − both = \(12 - 4 = 8\).
Step 4 — Fill in the English-only region:
English only = total English − both = \(18 - 4 = 14\).
Step 5 — Find the number taking at least one subject:
At least one = History only + English only + both = \(8 + 14 + 4 = 26\).
Step 6 — Find the number taking neither:
Neither = total students − at least one = \(35 - 26 = 9\).
Answer: 9 students are taking neither history nor English.
Problem 14. In a survey of 1200 college students, 700 used Spotify to listen to music and 400 used iTunes to listen to music; of these, 100 used both.
- Draw a Venn diagram and find the number of people in each region of the diagram.
- How many used either Spotify or iTunes?
Problem 14 Solution
Step 1 — Set up the Venn diagram:
Draw two overlapping circles: one for Spotify (S) and one for iTunes (I).
Step 2 — Fill in the overlap (both services):
The intersection has 100 students.
Step 3 — Fill in the Spotify-only region:
Spotify only = total Spotify − both = \(700 - 100 = 600\).
Step 4 — Fill in the iTunes-only region:
iTunes only = total iTunes − both = \(400 - 100 = 300\).
Step 5 — Fill in the neither region:
Neither = total surveyed − (Spotify only + iTunes only + both) = \(1200 - (600 + 300 + 100) = 1200 - 1000 = 200\).
Step 6 — Answer part (a):
The Venn diagram regions contain: Spotify only = 600, iTunes only = 300, both = 100, neither = 200.
Step 7 — Answer part (b):
"Either Spotify or iTunes" means using at least one of the two services:
$$600 + 300 + 100 = 1000$$Answer (a): Spotify only = 600, iTunes only = 300, both = 100, neither = 200.
Answer (b): 1000 students used either Spotify or iTunes.
Problem 15. A survey of athletes revealed that for their minor aches and pains, 30 used aspirin, 50 used ibuprofen, and 15 used both. How many athletes were surveyed?.
Problem 15 Solution
Step 1 — Set up the Venn diagram:
Draw two overlapping circles: one for Aspirin (A) and one for Ibuprofen (I).
Step 2 — Fill in the overlap (both medications):
The intersection has 15 athletes.
Step 3 — Fill in the Aspirin-only region:
Aspirin only = total Aspirin − both = \(30 - 15 = 15\).
Step 4 — Fill in the Ibuprofen-only region:
Ibuprofen only = total Ibuprofen − both = \(50 - 15 = 35\).
Step 5 — Find the total number of athletes surveyed:
Total = Aspirin only + Ibuprofen only + both = \(15 + 35 + 15 = 65\).
Answer: 65 athletes were surveyed.
Problem 16. In 2016, 80 college students were surveyed about what video services they subscribed to. Suppose the survey showed that 50 use Amazon Prime, 30 use Netflix, 20 use Hulu. Of those, 13 use Amazon Prime and Netflix, 9 use Amazon Prime and Hulu, 7 use Netflix and Hulu. 3 students use all three services.
- Draw a Venn diagram and use it to determine the number of people in each region of the diagram.
- How many use at least one of these?
- How many use none of these?
Problem 16 Solution
Step 1 — Set up the Venn diagram:
Draw three overlapping circles: Amazon Prime (A), Netflix (N), and Hulu (H).
Step 2 — Fill in the center (all three services):
All three = 3.
Step 3 — Fill in the two-service-only regions:
- A∩N only (not H) = \(13 - 3 = 10\)
- A∩H only (not N) = \(9 - 3 = 6\)
- N∩H only (not A) = \(7 - 3 = 4\)
Step 4 — Fill in the single-service-only regions:
- Amazon Prime only = \(50 - 10 - 6 - 3 = 31\)
- Netflix only = \(30 - 10 - 4 - 3 = 13\)
- Hulu only = \(20 - 6 - 4 - 3 = 7\)
Step 5 — Answer part (a):
The Venn diagram regions are: Amazon Prime only = 31, Netflix only = 13, Hulu only = 7, A∩N only = 10, A∩H only = 6, N∩H only = 4, all three = 3.
Step 6 — Answer part (b) — at least one service:
$$31 + 13 + 7 + 10 + 6 + 4 + 3 = 74$$Step 7 — Answer part (c) — none of these:
$$80 - 74 = 6$$Answer (a): Amazon Prime only = 31, Netflix only = 13, Hulu only = 7, A∩N only = 10, A∩H only = 6, N∩H only = 4, all three = 3.
Answer (b): 74 students use at least one of these services.
Answer (c): 6 students use none of these services.
Problem 17. A survey of 100 students at a college finds that 50 take math, 40 take English, and 30 take history. Of these 15 take English and math, 10 take English and history, 10 take math and history, and 5 take all three subjects. Draw a Venn diagram and find the numbers in each region. Use the diagram to answer the questions below.
- Find the number of students taking math but not the other two subjects.
- The number of students taking English or math but not history.
- The number of students taking none of these subjects.
Problem 17 Solution
Step 1 — Set up the Venn diagram:
Draw three overlapping circles: Math (M), English (E), and History (H).
Step 2 — Fill in the center (all three subjects):
All three = 5.
Step 3 — Fill in the two-subject-only regions:
- E∩M only (not H) = \(15 - 5 = 10\)
- E∩H only (not M) = \(10 - 5 = 5\)
- M∩H only (not E) = \(10 - 5 = 5\)
Step 4 — Fill in the single-subject-only regions:
- Math only = \(50 - 10 - 5 - 5 = 30\)
- English only = \(40 - 10 - 5 - 5 = 20\)
- History only = \(30 - 5 - 5 - 5 = 15\)
Step 5 — Find the number taking none:
Students in at least one = \(30 + 20 + 15 + 10 + 5 + 5 + 5 = 90\).
None = \(100 - 90 = 10\).
Step 6 — Answer part (a):
Students taking math but not the other two = Math only = 30.
Step 7 — Answer part (b):
Students taking English or math but not history = English only + Math only + E∩M only = \(20 + 30 + 10 = 60\).
Step 8 — Answer part (c):
Students taking none = 10.
Answer (a): 30 students take math but not the other two subjects.
Answer (b): 60 students take English or math but not history.
Answer (c): 10 students take none of these subjects.
Problem 18. In a survey of investors it was found that 100 invested in stocks, 60 in mutual funds, and 50 in bonds. Of these, 35 invested in stocks and mutual funds, 30 in mutual funds and bonds, 28 in stocks and bonds, and 20 in all three. Draw a Venn diagram and find the numbers in each region. Use the diagram to answer the questions below.
- Find the number of investors that participated in the survey.
- How many invested in stocks or mutual funds but not in bonds?
- How many invested in exactly one type of investment?
Problem 18 Solution
Step 1 — Set up the Venn diagram:
Draw three overlapping circles: Stocks (S), Mutual Funds (M), and Bonds (B).
Step 2 — Fill in the center (all three):
All three = 20.
Step 3 — Fill in the two-investment-only regions:
- S∩M only (not B) = \(35 - 20 = 15\)
- M∩B only (not S) = \(30 - 20 = 10\)
- S∩B only (not M) = \(28 - 20 = 8\)
Step 4 — Fill in the single-investment-only regions:
- Stocks only = \(100 - 15 - 8 - 20 = 57\)
- Mutual Funds only = \(60 - 15 - 10 - 20 = 15\)
- Bonds only = \(50 - 10 - 8 - 20 = 12\)
Step 5 — Answer part (a) — total investors:
$$57 + 15 + 12 + 15 + 8 + 10 + 20 = 137$$Step 6 — Answer part (b) — stocks or mutual funds but not bonds:
This includes Stocks only + Mutual Funds only + S∩M only:
$$57 + 15 + 15 = 87$$Step 7 — Answer part (c) — exactly one type of investment:
Stocks only + Mutual Funds only + Bonds only:
$$57 + 15 + 12 = 84$$Answer (a): 137 investors participated in the survey.
Answer (b): 87 investors invested in stocks or mutual funds but not in bonds.
Answer (c): 84 investors invested in exactly one type of investment.
Problem 19. Using the same data as Problem 17 (100 students: 50 math, 40 English, 30 history; 15 E∩M, 10 E∩H, 10 M∩H, 5 in all three). For each of the following, draw a Venn diagram, shade the indicated set, and determine how many students are in it.
- Students who take at least one of these classes.
- Students who take exactly one of these classes.
- Students who take at least two of these classes.
- Students who take exactly two of these classes.
- Students who take at most two of these classes.
- Students who take English or Math but not both.
- Students who take Math or History but not English.
- Students who take all of these classes.
Problem 19 Solution
Step 1 — Recall the Venn diagram regions from Problem 17:
- Math only = 30
- English only = 20
- History only = 15
- E∩M only = 10
- E∩H only = 5
- M∩H only = 5
- All three = 5
- None = 10
Step 2 — Answer part (a) — at least one class:
$$30 + 20 + 15 + 10 + 5 + 5 + 5 = 90$$Step 3 — Answer part (b) — exactly one class:
$$30 + 20 + 15 = 65$$Step 4 — Answer part (c) — at least two classes:
$$10 + 5 + 5 + 5 = 25$$Step 5 — Answer part (d) — exactly two classes:
$$10 + 5 + 5 = 20$$Step 6 — Answer part (e) — at most two classes:
This means 0, 1, or 2 classes (everyone except those in all three):
$$100 - 5 = 95$$Alternatively: none + exactly one + exactly two = \(10 + 65 + 20 = 95\).
Step 7 — Answer part (f) — English or Math but not both:
This is \((E \cup M) \setminus (E \cap M)\). Students in English or Math but not both:
- English only = 20
- Math only = 30
- E∩H only (English and History, but not Math) = 5
- M∩H only (Math and History, but not English) = 5
Step 8 — Answer part (g) — Math or History but not English:
Students in Math or History who do not take English:
- Math only = 30
- History only = 15
- M∩H only = 5
Step 9 — Answer part (h) — all three classes:
All three = 5.
Answer (a): 90 students take at least one of these classes.
Answer (b): 65 students take exactly one of these classes.
Answer (c): 25 students take at least two of these classes.
Answer (d): 20 students take exactly two of these classes.
Answer (e): 95 students take at most two of these classes.
Answer (f): 60 students take English or Math but not both.
Answer (g): 50 students take Math or History but not English.
Answer (h): 5 students take all of these classes.
Problem 20. Using the same data as Problem 18 (investors: 100 stocks, 60 mutual funds, 50 bonds; 35 S∩M, 30 M∩B, 28 S∩B, 20 in all three). For each of the following, draw a Venn diagram, shade the indicated set, and determine how many investors are in it.
- Investors who invested in mutual funds only.
- Investors who invested in stocks and bonds but not mutual funds.
- Investors who invested in exactly one of these investments.
- Investors who invested in exactly two of these investments.
- Investors who invested in at least two of these investments.
- Investors who invested in at most two of these investments.
- Investors who did not invest in bonds.
- Investors who invested in all three investments.
Problem 20 Solution
Step 1 — Recall the Venn diagram regions from Problem 18:
- Stocks only = 57
- Mutual Funds only = 15
- Bonds only = 12
- S∩M only = 15
- S∩B only = 8
- M∩B only = 10
- All three = 20
- Total investors = 137
Step 2 — Answer part (a) — mutual funds only:
Mutual Funds only = 15.
Step 3 — Answer part (b) — stocks and bonds but not mutual funds:
S∩B only = 8.
Step 4 — Answer part (c) — exactly one investment:
Stocks only + Mutual Funds only + Bonds only = \(57 + 15 + 12 = 84\).
Step 5 — Answer part (d) — exactly two investments:
S∩M only + S∩B only + M∩B only = \(15 + 8 + 10 = 33\).
Step 6 — Answer part (e) — at least two investments:
Exactly two + all three = \(33 + 20 = 53\).
Step 7 — Answer part (f) — at most two investments:
Total − all three = \(137 - 20 = 117\).
Alternatively: exactly one + exactly two + none = \(84 + 33 + 0 = 117\). (Note: every surveyed investor is in at least one region, so "none" = 0.)
Step 8 — Answer part (g) — did not invest in bonds:
Stocks only + Mutual Funds only + S∩M only = \(57 + 15 + 15 = 87\).
Step 9 — Answer part (h) — all three investments:
All three = 20.
Answer (a): 15 investors invested in mutual funds only.
Answer (b): 8 investors invested in stocks and bonds but not mutual funds.
Answer (c): 84 investors invested in exactly one of these investments.
Answer (d): 33 investors invested in exactly two of these investments.
Answer (e): 53 investors invested in at least two of these investments.
Answer (f): 117 investors invested in at most two of these investments.
Answer (g): 87 investors did not invest in bonds.
Answer (h): 20 investors invested in all three investments.