Discrete Math Quiz: Venn Diagrams And Set Identities
10 questions · exam conditions
0:00
Venn Diagrams And Set IdentitiesQuestion 1 of 10

Let AA and BB be sets such that A=15|A| = 15, B=12|B| = 12, and AB=7|A \cap B| = 7. If CC is a set with C=10|C| = 10 such that ABC=A \cap B \cap C = \emptyset but ACA \cap C \neq \emptyset and BCB \cap C \neq \emptyset, what is the maximum possible value of (AB)C|(A \cup B) \cap C|?

10, achieved when CABC \subseteq A \cup B
13, achieved when C(AB)C \cap (A \setminus B) and C(BA)C \cap (B \setminus A) are maximized
20, achieved when CC overlaps with both ABA \setminus B and BAB \setminus A completely
8, achieved when AC=5|A \cap C| = 5 and BC=3|B \cap C| = 3 with minimal overlap
← Back to quizzes

Discrete Math Quiz

Discrete Math Quiz: Venn Diagrams And Set Identities

Practice Venn Diagrams And Set Identities in Discrete Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Venn Diagrams And Set Identities, giving you a quick way to practice the rules, question types, and explanations that matter most for Discrete Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let AA and BB be sets such that A=15|A| = 15, B=12|B| = 12, and AB=7|A \cap B| = 7. If CC is a set with C=10|C| = 10 such that ABC=A \cap B \cap C = \emptyset but ACA \cap C \neq \emptyset and BCB \cap C \neq \emptyset, what is the maximum possible value of (AB)C|(A \cup B) \cap C|?

  1. 10, achieved when CABC \subseteq A \cup B (correct answer)
  2. 13, achieved when C(AB)C \cap (A \setminus B) and C(BA)C \cap (B \setminus A) are maximized
  3. 20, achieved when CC overlaps with both ABA \setminus B and BAB \setminus A completely
  4. 8, achieved when AC=5|A \cap C| = 5 and BC=3|B \cap C| = 3 with minimal overlap
Explanation: Since ABC=A \cap B \cap C = \emptyset, set C can only intersect with ABA \setminus B and BAB \setminus A, but not with ABA \cap B. We have AB=157=8|A \setminus B| = 15 - 7 = 8 and BA=127=5|B \setminus A| = 12 - 7 = 5, so (AB)(BA)=8+5=13|(A \setminus B) \cup (B \setminus A)| = 8 + 5 = 13. Since (AB)C=(AC)(BC)=(AB)C(BA)C(A \cup B) \cap C = (A \cap C) \cup (B \cap C) = (A \setminus B) \cap C \cup (B \setminus A) \cap C, and these are disjoint, we want to maximize (AB)C+(BA)C|(A \setminus B) \cap C| + |(B \setminus A) \cap C|. Since C=10|C| = 10 and C cannot intersect ABA \cap B, the maximum occurs when C is entirely contained in (AB)(BA)(A \setminus B) \cup (B \setminus A), giving (AB)C=C=10|(A \cup B) \cap C| = |C| = 10.

Question 2

Consider sets AA, BB, and CC where AB={1,3,5,7}A \triangle B = \{1, 3, 5, 7\} and BC={2,4,6,8}B \triangle C = \{2, 4, 6, 8\}. If AB={9,10}A \cap B = \{9, 10\}, which statement about ACA \triangle C must be true?

  1. ACA \triangle C must contain all elements from {1,2,3,4,5,6,7,8}\{1, 2, 3, 4, 5, 6, 7, 8\} since symmetric differences are disjoint
  2. ACA \triangle C cannot be determined without knowing BCB \cap C explicitly
  3. AC=(AB)(BC)={1,2,3,4,5,6,7,8}A \triangle C = (A \triangle B) \triangle (B \triangle C) = \{1, 2, 3, 4, 5, 6, 7, 8\} by symmetric difference properties
  4. AC8|A \triangle C| \leq 8 but the exact elements depend on the internal structure of sets AA, BB, and CC (correct answer)
Explanation: While it's tempting to use the identity AC=(AB)(BC)A \triangle C = (A \triangle B) \triangle (B \triangle C), this requires careful consideration. We know AB={1,3,5,7}A \triangle B = \{1, 3, 5, 7\} means these elements are in exactly one of A or B, and AB={9,10}A \cap B = \{9, 10\}. Similarly, BC={2,4,6,8}B \triangle C = \{2, 4, 6, 8\}. However, to find ACA \triangle C, we need to know which elements from ABA \triangle B are in A vs B, and which elements from BCB \triangle C are in B vs C. The symmetric difference operation \triangle is not simply distributive in the way suggested in option C. Without knowing the specific membership of elements in the individual sets, we cannot determine ACA \triangle C exactly, though we can bound its size. The relationship between the three symmetric differences is more complex than a simple combination.

Question 3

For any sets AA and BB, consider the identity AB=A(BA)A \cup B = A \cup (B \setminus A). A student claims this can be generalized to three sets as: ABC=A(BA)(CA)A \cup B \cup C = A \cup (B \setminus A) \cup (C \setminus A). What is wrong with this generalization?

  1. The generalization fails because (BA)(CA)(B \setminus A) \cap (C \setminus A) might be non-empty, causing overcounting issues
  2. The generalization is actually correct; the student made no error in extending the two-set identity (correct answer)
  3. The generalization fails because it should be A(BA)(C(AB))A \cup (B \setminus A) \cup (C \setminus (A \cup B)) to maintain disjoint unions
  4. The generalization fails because set subtraction is not associative across multiple unions like this
Explanation: When you encounter set identity questions, the key is to verify whether both sides of an equation represent the same collection of elements. Let's examine whether the student's generalization actually holds. The original identity AB=A(BA)A \cup B = A \cup (B \setminus A) works because BAB \setminus A captures exactly the elements in BB that aren't already in AA. When we union this with AA, we get all elements from both sets without any logical issues. For the three-set case, let's check if ABC=A(BA)(CA)A \cup B \cup C = A \cup (B \setminus A) \cup (C \setminus A) by examining what elements each side contains. The left side includes all elements from any of the three sets. The right side includes all elements in AA, plus elements in BB but not AA, plus elements in CC but not AA. Both expressions actually capture the same collection of elements, making the generalization valid. Choice A incorrectly suggests that (BA)(CA)(B \setminus A) \cap (C \setminus A) being non-empty creates problems. However, overlapping sets in a union don't cause "overcounting" - union operations naturally handle overlaps by including each element exactly once regardless of how many sets contain it. Choice C proposes an alternative form with C(AB)C \setminus (A \cup B), but this would exclude elements that are in both CC and BB (but not AA), making it incorrect. Choice D incorrectly invokes associativity of set subtraction, which isn't the relevant concept here. Study tip: When evaluating set identities, trace through what types of elements each expression includes rather than getting caught up in apparent complexity.

Question 4

Consider sets AA and BB where AUA \subseteq U and BUB \subseteq U. Which of the following identities can be used to prove that A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C) is equivalent to A(BC)=(AB)(AC)\overline{A} \cup \overline{(B \cup C)} = (\overline{A} \cup \overline{B}) \cap (\overline{A} \cup \overline{C})?

  1. De Morgan's laws and the distributive law for intersection over union
  2. De Morgan's laws and the distributive law for union over intersection (correct answer)
  3. The complement laws and associative property of set operations
  4. The absorption laws and distributive property of complements
Explanation: To transform the first identity into the second, we need to take complements of both sides and apply set laws. Starting with A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C), take complements: A(BC)=(AB)(AC)\overline{A \cap (B \cup C)} = \overline{(A \cap B) \cup (A \cap C)}. Apply De Morgan's law to the left side: A(BC)\overline{A} \cup \overline{(B \cup C)}. Apply De Morgan's law to the right side: (AB)(AC)\overline{(A \cap B)} \cap \overline{(A \cap C)}. Apply De Morgan's again: (AB)(AC)(\overline{A} \cup \overline{B}) \cap (\overline{A} \cup \overline{C}). This uses De Morgan's laws and the distributive law for union over intersection (the dual of the original). Option A incorrectly identifies the distributive law type. Options C and D reference laws not primarily used in this transformation.

Question 5

Let AA, BB, and CC be subsets of a universal set UU. Using the distributive law and De Morgan's laws, which expression is logically equivalent to (AB)(ACc)\overline{(A \cap B) \cup (A \cap C^c)}?

  1. (AB)(AC)(\overline{A} \cup \overline{B}) \cap (\overline{A} \cup C) (correct answer)
  2. A(BC)\overline{A} \cup (\overline{B} \cap C)
  3. A(BC)\overline{A} \cap (\overline{B} \cup C)
  4. (AB)(AC)(\overline{A} \cap \overline{B}) \cup (\overline{A} \cap C)
Explanation: Starting with (AB)(ACc)\overline{(A \cap B) \cup (A \cap C^c)}, apply De Morgan's law: (AB)(ACc)\overline{(A \cap B)} \cap \overline{(A \cap C^c)}. Apply De Morgan's again to each term: (AB)(ACc)(\overline{A} \cup \overline{B}) \cap (\overline{A} \cup \overline{C^c}). Since Cc=C\overline{C^c} = C, this becomes (AB)(AC)(\overline{A} \cup \overline{B}) \cap (\overline{A} \cup C). Option B would result from incorrectly applying distributivity. Option C incorrectly distributes the complement. Option D incorrectly applies De Morgan's law to the union.

Question 6

Consider the identity (AB)c=AcBc(A \cup B)^c = A^c \cap B^c. If this identity is applied iteratively to simplify (PQ)(RS)\overline{\overline{(P \cap Q)} \cup \overline{(R \cup S)}}, which of the following intermediate steps is correct?

  1. (PQ)(RS)=(PQ)(RS)\overline{\overline{(P \cap Q)}} \cap \overline{\overline{(R \cup S)}} = (P \cap Q) \cap (R \cup S) (correct answer)
  2. (PcQc)(RcSc)=(PQ)(RcSc)\overline{(P^c \cup Q^c) \cup (R^c \cap S^c)} = (P \cap Q) \cap (R^c \cap S^c)
  3. (PcQc)(RS)=(PQ)(RcSc)\overline{(P^c \cup Q^c)} \cap \overline{(R \cup S)} = (P \cap Q) \cap (R^c \cap S^c)
  4. (PcQc)c(RS)c=(PQ)(RcSc)(P^c \cup Q^c)^c \cap (R \cup S)^c = (P \cap Q) \cap (R^c \cap S^c)
Explanation: Starting with (PQ)(RS)\overline{\overline{(P \cap Q)} \cup \overline{(R \cup S)}}, we first apply De Morgan's law (AB)c=AcBc(A \cup B)^c = A^c \cap B^c with A=(PQ)A = \overline{(P \cap Q)} and B=(RS)B = \overline{(R \cup S)}. This gives us (PQ)(RS)\overline{\overline{(P \cap Q)}} \cap \overline{\overline{(R \cup S)}}. Applying the double complement law X=X\overline{\overline{X}} = X, we get (PQ)(RS)(P \cap Q) \cap (R \cup S). Option A correctly shows this intermediate step. Option B incorrectly substitutes De Morgan's law before applying the outer complement. Option C shows a later step but not the immediate application of the given identity. Option D uses complement notation instead of the overline notation and shows the final step rather than the intermediate step requested.

Question 7

Which of the following set identities is equivalent to the distributive law A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)?

  1. A(BC)=(AB)(AC)A \cup (B \cap C) = (A \cup B) \cap (A \cup C) by duality principles
  2. (AB)c=AcBc(A \cup B)^c = A^c \cap B^c by De Morgan's laws applied twice
  3. A(BC)=(AB)(AC)A \setminus (B \cap C) = (A \setminus B) \cup (A \setminus C) by complement distribution (correct answer)
  4. A(BC)=(AB)CA \triangle (B \cup C) = (A \triangle B) \triangle C by symmetric difference associativity
Explanation: To verify equivalence, we can show that A(BC)=(AB)(AC)A \setminus (B \cap C) = (A \setminus B) \cup (A \setminus C) follows from the distributive law. Since AX=AXcA \setminus X = A \cap X^c, we have: A(BC)=A(BC)c=A(BcCc)A \setminus (B \cap C) = A \cap (B \cap C)^c = A \cap (B^c \cup C^c) (by De Morgan's law) =(ABc)(ACc)= (A \cap B^c) \cup (A \cap C^c) (by distributive law) =(AB)(AC)= (A \setminus B) \cup (A \setminus C). Option A is the other distributive law, not equivalent but dual. Option B is De Morgan's law, which is independent. Option D involves symmetric difference, which has different properties than the basic distributive law.

Question 8

Which of the following statements about the absorption laws is false?

  1. A(AB)=AA \cup (A \cap B) = A can be proven using the distributive law: A(AB)=(AA)(AB)=A(AB)=AA \cup (A \cap B) = (A \cup A) \cap (A \cup B) = A \cap (A \cup B) = A (correct answer)
  2. A(AB)=AA \cap (A \cup B) = A follows from the fact that AABA \subseteq A \cup B, so the intersection reduces to AA
  3. The absorption laws remain valid when \cup and \cap are replaced by other binary operations that satisfy distributivity
  4. A(AB)=AA \cup (A \cap B) = A can be proven by showing both A(AB)AA \cup (A \cap B) \subseteq A and AA(AB)A \subseteq A \cup (A \cap B)
Explanation: Statement A contains an error in the proof. The distributive law states A(BC)=(AB)(AC)A \cup (B \cap C) = (A \cup B) \cap (A \cup C), but the reverse A(AB)=(AA)(AB)A \cup (A \cap B) = (A \cup A) \cap (A \cup B) is not a valid application of distributivity. The correct proof of A(AB)=AA \cup (A \cap B) = A uses the fact that ABAA \cap B \subseteq A, so A(AB)=AA \cup (A \cap B) = A. Statement B correctly explains the other absorption law. Statement C is true—absorption laws hold in any Boolean algebra where distributivity is satisfied. Statement D outlines a valid proof technique using subset relationships in both directions.

Question 9

Consider the set equation XA=XBX \cup A = X \cup B where AA and BB are known sets. Under what condition on sets AA and BB does this equation have a unique solution for XX?

  1. When A=BA = B, making XX uniquely determined as any subset of the universal set
  2. Never; the equation XA=XBX \cup A = X \cup B always has infinitely many solutions for XX (correct answer)
  3. When AB=A \cap B = \emptyset, forcing XX to contain specific elements from both sets
  4. When ABA \subseteq B and BAB \subseteq A, but this is equivalent to condition in choice A
Explanation: When you encounter set equations like XA=XBX \cup A = X \cup B, you're dealing with finding all possible sets XX that satisfy the equation. The key insight is understanding what union operations tell us about the relationship between sets. Let's analyze what this equation means. For XA=XBX \cup A = X \cup B to hold, every element in XAX \cup A must also be in XBX \cup B, and vice versa. This means any element that's in AA but not in XX must also be in BB, and any element that's in BB but not in XX must also be in AA. The correct answer is B because this equation always has infinitely many solutions regardless of what AA and BB are. Here's why: you can always choose XX to be any set that contains ABA \cup B. For instance, X=ABX = A \cup B works, as does X=ABCX = A \cup B \cup C for any additional set CC. Since there are infinitely many such choices, there are infinitely many solutions. Choice A is wrong because even when A=BA = B, you still have infinitely many solutions—not a unique one. Choice C incorrectly suggests that disjoint sets somehow constrain XX uniquely, but they don't. Choice D makes the same error as A, just with extra steps. Study tip: For set equation problems, always check if there are multiple values that satisfy the equation by testing specific examples. Set equations rarely have unique solutions unless there are very restrictive constraints.

Question 10

Consider the set identity (AB)c=AcBc(A \cup B)^c = A^c \cap B^c. If this identity fails to hold for specific sets AA and BB, what can we conclude about the universal set UU?

  1. The universal set UU must be infinite for the identity to fail
  2. The universal set UU was not properly defined before applying the identity
  3. The identity cannot fail; it holds for all sets AA and BB in any universal set UU (correct answer)
  4. The sets AA and BB must not be subsets of the chosen universal set UU
Explanation: This is one of De Morgan's laws, which is a fundamental set identity that holds universally for any sets A and B within any properly defined universal set U. The identity (AB)c=AcBc(A \cup B)^c = A^c \cap B^c is logically equivalent to the statement that an element is not in the union of two sets if and only if it is in neither set. This is always true by the definition of union and complement operations. If someone believes this identity fails, they have made an error in their calculations or definitions, not discovered a counterexample. The identity is independent of whether U is finite or infinite, and applies as long as A and B are subsets of U.