All questions
Question 1
Let U={1,2,3,...,20} and consider sets M={x∈U:x is a multiple of 3} and N={x∈U:x is a multiple of 4}. If T=Mc∪Nc, which element is definitely NOT in T?
- 11 (since it's not a multiple of either 3 or 4)
- 12 (since it's a multiple of both 3 and 4) (correct answer)
- 15 (since it's a multiple of 3 but not 4)
- 16 (since it's a multiple of 4 but not 3)
Explanation: We have M = {3, 6, 9, 12, 15, 18} and N = {4, 8, 12, 16, 20}. By De Morgan's law, T = M^c ∪ N^c = (M ∩ N)^c. So T contains all elements except those in M ∩ N = {12}. Therefore, 12 is the only element definitely NOT in T. Choice A (11) is in T since 11 ∉ M and 11 ∉ N, so 11 ∈ M^c and 11 ∈ N^c. Choice C (15) is in T since 15 ∉ N, so 15 ∈ N^c. Choice D (16) is in T since 16 ∉ M, so 16 ∈ M^c.
Question 2
Let E={n∈Z+:n≤50 and n is even} and F={n∈Z+:n≤50 and n≡1(mod3)}. What is ∣E∩F∣?
- 7 elements
- 8 elements (correct answer)
- 9 elements
- 17 elements
Explanation: Set E contains even numbers from 1 to 50: E = {2, 4, 6, 8, ..., 50}. Set F contains positive integers ≤ 50 that are ≡ 1 (mod 3): F = {1, 4, 7, 10, 13, 16, 19, 22, 25, 28, 31, 34, 37, 40, 43, 46, 49}. For E ∩ F, we need numbers that are both even and ≡ 1 (mod 3). These are: 4, 10, 16, 22, 28, 34, 40, 46. These form an arithmetic sequence with first term 4 and common difference 6. The general term is 4 + 6k where k ≥ 0. We need 4 + 6k ≤ 50, so k ≤ 46/6 = 7.67, giving k ∈ {0, 1, 2, 3, 4, 5, 6, 7}, which is 8 values. Choice A miscounts by missing one element. Choice C incorrectly includes an odd number. Choice D uses |F| instead of |E ∩ F|.
Question 3
For any sets A and B, define A⊕B=(A∖B)∪(B∖A). If P⊕Q={1,2,6,7} and P∩Q={3,5}, which of the following could be P∪Q?
- {1,3,5,7}
- {1,2,3,4,5,6,7}
- {2,3,5,6}
- {1,2,3,5,6,7} (correct answer)
Explanation: When you encounter set operations like the symmetric difference ⊕, focus on understanding what each operation tells you about the relationship between sets. The symmetric difference A⊕B=(A∖B)∪(B∖A) gives you elements that are in exactly one of the two sets, but not in both.
Since P⊕Q={1,2,6,7}, these elements belong to either P or Q, but not both. Since P∩Q={3,5}, these elements belong to both sets. To find P∪Q, you need all elements that belong to at least one of the sets, which means combining the symmetric difference with the intersection: P∪Q=(P⊕Q)∪(P∩Q)={1,2,6,7}∪{3,5}={1,2,3,5,6,7}.
Looking at the choices: Choice A {1,3,5,7} is missing elements 2 and 6 from the symmetric difference, so it's incomplete. Choice B {1,2,3,4,5,6,7} includes element 4, which appears in neither the symmetric difference nor the intersection, making it impossible. Choice C {2,3,5,6} is missing elements 1 and 7 from the symmetric difference. Choice D {1,2,3,5,6,7} correctly includes all elements from both given sets.
Remember this key relationship: P∪Q=(P⊕Q)∪(P∩Q). The union always equals the symmetric difference plus the intersection, with no extra elements. Question 4
In a survey of 100 students, let S be the set of students who study Spanish, F be the set who study French, and G be the set who study German. If ∣S∪F∪G∣=85, ∣S∩F∩G∣=5, and ∣(S∪F∪G)c∣=15, what is the number of students who study none of these languages?
- 5 students
- 10 students
- 15 students (correct answer)
- 20 students
Explanation: The students who study none of these languages are exactly those in (S ∪ F ∪ G)^c. We're given that |(S ∪ F ∪ G)^c| = 15, so 15 students study none of these languages. This can also be verified: if |S ∪ F ∪ G| = 85 out of 100 total students, then 100 - 85 = 15 students are not in S ∪ F ∪ G. Choice A incorrectly uses |S ∩ F ∩ G|. Choice B uses half of the complement. Choice D adds |S ∩ F ∩ G| to |(S ∪ F ∪ G)^c|.
Question 5
Let S={n∈Z:−10≤n≤10} and define A={n∈S:n2−3n≤0}. If B={n∈S:∣n∣≥4}, what is (A∪B)c∩S?
- {−3,−2,−1} (correct answer)
- {−3,−2,−1,4}
- {−2,−1}
- {−3,−2,−1,0,1,2,3}
Explanation: First, find A by solving n² - 3n ≤ 0, which factors as n(n-3) ≤ 0. This gives 0 ≤ n ≤ 3, so A = {0, 1, 2, 3}. Next, B = {n ∈ S : |n| ≥ 4} = {-10, -9, ..., -4, 4, 5, ..., 10}. Then A ∪ B = {-10, -9, ..., -4, 0, 1, 2, 3, 4, 5, ..., 10}. The complement (A ∪ B)^c ∩ S consists of elements in S but not in A ∪ B, which are {-3, -2, -1}. Choice B incorrectly includes 4 ∈ B. Choice C misses -3. Choice D gives A ∪ B ∩ {-3, -2, -1, 4} instead of the complement.
Question 6
Let S={a,b,c,d,e} and consider the family of sets F={{a,b},{b,c,d},{a,d,e},{c,e}}. What is ⋂F∈FFc, where Fc denotes the complement of F with respect to S?
- {b,d}
- {a,c,e}
- ∅ (correct answer)
- {d}
Explanation: First find complements: {a,b}^c = {c,d,e}, {b,c,d}^c = {a,e}, {a,d,e}^c = {b,c}, {c,e}^c = {a,b,d}. The intersection of all complements is {c,d,e} ∩ {a,e} ∩ {b,c} ∩ {a,b,d}. Since {a,e} ∩ {b,c} = ∅, the entire intersection is empty. By De Morgan's law, this equals (⋃F∈ℱ F)^c, and since every element of S appears in at least one set in ℱ, the union is S, making the complement empty. Choice A incorrectly intersects original sets. Choice B miscomputes complements. Choice D finds intersection of just two complements.
Question 7
Let A={A1,A2,A3,A4} where A1={1,2,5}, A2={2,3,4}, A3={1,4,6}, and A4={3,5,6}. Consider the set M=⋃i=14Ai and define B={x∈M:x appears in exactly two sets from A}. What is ∣B∣?
- 2
- 3
- 4
- 6 (correct answer)
Explanation: First, M = A₁ ∪ A₂ ∪ A₃ ∪ A₄ = {1, 2, 3, 4, 5, 6}. Now count appearances: 1 appears in A₁, A₃ (exactly 2); 2 appears in A₁, A₂ (exactly 2); 3 appears in A₂, A₄ (exactly 2); 4 appears in A₂, A₃ (exactly 2); 5 appears in A₁, A₄ (exactly 2); 6 appears in A₃, A₄ (exactly 2). Therefore B = {1, 2, 3, 4, 5, 6} and |B| = 6.
Question 8
Let U={1,2,3,4,5,6,7,8,9,10}, A={x∈U:x is odd}, B={x∈U:x>5}, and C={x∈U:x is divisible by 3}. What is (A∩B)∪(C∩A)?
- {1,3,5,7,9}
- {1,3,7,9}
- {1,5,7,9} (correct answer)
- {3,5,7,9}
Explanation: First, identify the sets: A = {1, 3, 5, 7, 9}, B = {6, 7, 8, 9, 10}, C = {3, 6, 9}. Then A ∩ B = {7, 9}. For the complement, C̄ = {1, 2, 4, 5, 7, 8, 10}, so C̄ ∩ A = {1, 5, 7}. Finally, (A ∩ B) ∪ (C̄ ∩ A) = {7, 9} ∪ {1, 5, 7} = {1, 5, 7, 9}. Choice A incorrectly includes 3 and omits 5. Choice B omits 5. Choice D omits 1.
Question 9
Consider sets A, B, and C such that A∪B∪C=U, ∣A∣=∣B∣=∣C∣=10, ∣A∩B∣=∣B∩C∣=∣A∩C∣=4, and ∣A∩B∩C∣=2. Using the principle of inclusion-exclusion, what is ∣U∣?
- 16
- 20 (correct answer)
- 18
- 22
Explanation: When you encounter problems involving multiple overlapping sets, the principle of inclusion-exclusion is your key tool. This principle systematically counts elements while avoiding double-counting those that appear in multiple sets.
For three sets, the inclusion-exclusion formula is: ∣A∪B∪C∣=∣A∣+∣B∣+∣C∣−∣A∩B∣−∣B∩C∣−∣A∩C∣+∣A∩B∩C∣
Let's substitute the given values: ∣U∣=10+10+10−4−4−4+2=30−12+2=20
The logic here is that we first add all individual set sizes (30 total), then subtract the pairwise intersections because those elements were counted twice (subtracting 12), and finally add back the three-way intersection because it was subtracted three times but should only be subtracted twice (adding back 2).
Looking at the wrong answers: Choice A (16) likely results from forgetting to add back the three-way intersection: 30−12=18, then making an arithmetic error. Choice C (18) is exactly what you get if you forget the final step of adding back ∣A∩B∩C∣. Choice D (22) might come from incorrectly adding the three-way intersection twice or making sign errors in the calculation.
The correct answer is B) 20.
Study tip: Always write out the inclusion-exclusion formula completely before substituting values. The alternating pattern of signs (add individual sets, subtract pairwise intersections, add three-way intersection) is crucial and easy to mess up if you try to do it mentally. Question 10
For finite sets P and Q, suppose ∣P∪Q∣=25, ∣P∩Q∣=8, and ∣Pc∩Q∣=12. What is ∣P∖Q∣?
- 17 elements
- 8 elements
- 13 elements
- 5 elements (correct answer)
Explanation: When you encounter set problems with unions, intersections, and complements, visualizing with a Venn diagram helps you organize the given information and find relationships between different regions.
Let's work systematically with what we know. Since ∣Pc∩Q∣=12, this tells us there are 12 elements that are in Q but not in P. We also know ∣P∩Q∣=8, meaning 8 elements are in both sets. Therefore, the total number of elements in Q is ∣Q∣=∣Pc∩Q∣+∣P∩Q∣=12+8=20.
Now we can find ∣P∖Q∣ using the union formula. Since ∣P∪Q∣=∣P∣+∣Q∣−∣P∩Q∣, we have 25=∣P∣+20−8, which gives us ∣P∣=13.
The set P∖Q contains elements that are in P but not in Q. Since ∣P∣=13 and ∣P∩Q∣=8, we get ∣P∖Q∣=∣P∣−∣P∩Q∣=13−8=5.
Looking at the wrong answers: (A) 17 likely comes from incorrectly calculating 25−8=17, confusing the union size with something else. (B) 8 mistakenly uses the intersection size instead of the difference. (C) 13 uses ∣P∣ directly, forgetting to subtract the intersection.
The key strategy is to break down complex set relationships into their basic components using the fundamental counting principles. Always identify what each region of your mental Venn diagram represents before calculating. Question 11
Let U={1,2,3,4,5,6,7,8,9,10}, A={x∈U:x is odd}, and B={x∈U:x≤6}. If C=(A∪B)c∩(A∩B), what is ∣C∣?
- 0 (correct answer)
- 2
- 3
- 5
Explanation: First, find A = {1, 3, 5, 7, 9} and B = {1, 2, 3, 4, 5, 6}. Then A ∪ B = {1, 2, 3, 4, 5, 6, 7, 9}, so (A ∪ B)^c = {8, 10}. Also, A ∩ B = {1, 3, 5}. Therefore, C = (A ∪ B)^c ∩ (A ∩ B) = {8, 10} ∩ {1, 3, 5} = ∅. So |C| = 0. Choice B incorrectly uses |(A ∪ B)^c| = 2. Choice C incorrectly uses |A ∩ B| = 3. Choice D incorrectly uses |A| = 5.
Question 12
If ∣A△B∣=15 and ∣A∩B∣=8, where △ denotes symmetric difference, what is ∣A∪B∣?
- 15 elements
- 23 elements (correct answer)
- 30 elements
- 38 elements
Explanation: The symmetric difference A △ B = (A \ B) ∪ (B \ A), so |A △ B| = |A \ B| + |B \ A| = 15. Since A ∪ B can be partitioned into three disjoint parts: (A \ B), (A ∩ B), and (B \ A), we have |A ∪ B| = |A \ B| + |A ∩ B| + |B \ A| = |A △ B| + |A ∩ B| = 15 + 8 = 23. Choice A incorrectly uses only |A △ B|. Choice C incorrectly doubles |A △ B|. Choice D incorrectly adds |A △ B| + |A ∩ B| + |A △ B|.
Question 13
If A⊆B⊆C and ∣A∣=8, ∣B∖A∣=5, ∣C∖B∣=7, what is ∣Ac∩C∣?
- 15 elements
- 13 elements
- 12 elements (correct answer)
- 20 elements
Explanation: When you encounter nested subset relationships with cardinality information, visualize the sets as concentric circles and work systematically through the regions created by the set operations.
Given A⊆B⊆C, you can think of A inside B, which is inside C. The complement Ac∩C represents everything in C that's not in A. Since A⊆C, this equals C∖A.
To find ∣C∖A∣, break it into two disjoint parts: elements in B but not A, and elements in C but not B. You're given ∣B∖A∣=5 and ∣C∖B∣=7. Therefore: ∣C∖A∣=∣B∖A∣+∣C∖B∣=5+7=12.
Choice A (15) likely comes from incorrectly adding all three given numbers: 8+5+7=20, then subtracting ∣A∣=8 to get 12, but then making an arithmetic error. Choice B (13) might result from adding ∣A∣=8 and ∣B∖A∣=5, confusing this with ∣C∖A∣. Choice D (20) comes from simply adding all three given cardinalities without understanding what the question asks for.
Remember that when working with nested subsets and complements, always identify exactly which regions you need to count, then use the given information to build up to that total. Drawing a Venn diagram can prevent calculation errors and conceptual confusion. Question 14
For sets X, Y, and Z, which of the following statements about (X△Y)∩Z is always true, where △ denotes symmetric difference?
- It equals (X∩Z)△(Y∩Z) for any choice of sets (correct answer)
- It equals (X△Z)∩(Y△Z) for any choice of sets
- It equals X△(Y∩Z) when X∩Y=∅
- It equals (X∪Y)∩Z when X∩Y∩Z=∅
Explanation: The symmetric difference distributes over intersection: (X △ Y) ∩ Z = (X ∩ Z) △ (Y ∩ Z). This can be proven by showing both sides contain exactly the elements in Z that belong to exactly one of X or Y. Choice B confuses the operations. Choice C gives an incorrect formula even under the stated condition. Choice D is incorrect; when X ∩ Y ∩ Z = ∅, the expression still equals (X ∩ Z) △ (Y ∩ Z), not (X ∪ Y) ∩ Z.